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
|