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
 Saving large images to file (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
AndyColmes Posted - May 14 2016 : 01:46:42
I have a TImageEnVect that has a large image with a lot of objects. Saving to file using the TSaveImageEnDialog takes a while. How do I show a progress bar during this saving process?

Thanks in advance.

Andy
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - May 17 2016 : 18:37:53
There are some methods for reading the nature of the progress:

http://www.imageen.com/help/TImageEnView.OnProgress.html

But I don't believe IEVect loading actually triggers OnProgress. We'll need to look into that.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
AndyColmes Posted - May 16 2016 : 03:30:00
Hi Nigel, thank you for the info. Can I only show the Progressbar for saving the images and not for other processing?
xequte Posted - May 15 2016 : 04:06:54
Hi Andy

You can use TImageEnVect.OnProgress.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com