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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 IO.Progress Event TimageEnVect

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
wesleybobato Posted - Aug 03 2014 : 12:20:41
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.
6   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Aug 05 2014 : 19:43:55
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
wesleybobato Posted - Aug 05 2014 : 06:19:29
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.
xequte Posted - Aug 04 2014 : 14:53:45
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
wesleybobato Posted - Aug 03 2014 : 12:32:51
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.
wesleybobato Posted - Aug 03 2014 : 12:30:43
Nigel is possible to add TImageEnVect.Proc.Aborting

Thank you.
w2m Posted - Aug 03 2014 : 12:25:32
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