ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 IO.Progress Event TimageEnVect
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

wesleybobato

Brazil
367 Posts

Posted - Aug 03 2014 :  12:20:41  Show Profile  Reply
Hello Nigel

You could add the event
IOProgress in TimageEnVect would be interesting to separate the progress of
IO and PROC

Thank you for your attention.

w2m

USA
1990 Posts

Posted - Aug 03 2014 :  12:25:32  Show Profile  Reply
Wesley,

Isn't there already IO.OnProgress and a OnProgress events?

ImageEnVect1.IO.OnProgress;
ImageEnVect1.OnProgress;



Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
Go to Top of Page

wesleybobato

Brazil
367 Posts

Posted - Aug 03 2014 :  12:30:43  Show Profile  Reply
Nigel is possible to add TImageEnVect.Proc.Aborting

Thank you.
Go to Top of Page

wesleybobato

Brazil
367 Posts

Posted - Aug 03 2014 :  12:32:51  Show Profile  Reply
Hi William, Thank you.

I wish it were equal TimageEnMView he has 2 Events

TImageEnMView.OnIOProgress and TImageEnMView.OnProgress

I like to play this event, only when an action occurs PROC

Thanks again.
Go to Top of Page

xequte

38604 Posts

Posted - Aug 04 2014 :  14:53:45  Show Profile  Reply
Hi Wesley

As Bill explained, you can use Proc.Progress to see processing of image editing operations, and IO.Progress for loading/saving operations.

Or you can use TImageEnView/TImageEnVect.OnProgress for access to both.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page

wesleybobato

Brazil
367 Posts

Posted - Aug 05 2014 :  06:19:29  Show Profile  Reply
Hi Nigel.

Thank you for your attention.
I think Google Translator Translates wrong, why can not you understand my doubts.

I wanted the onProgress event was triggered only when an action occurs is PROC.

I decided so.

TImageENVect.IO.OnProgress := nil;

So the only event occurs for actions PROC

Thanks Friend Again.
Go to Top of Page

xequte

38604 Posts

Posted - Aug 05 2014 :  19:43:55  Show Profile  Reply
Hi Wesley

Try using:

MyImageEnVect.Proc.OnProgress := MyProcProgressEvent;

Then you should only see progress during Proc actions.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: