T O P I C R E V I E W |
jrpcguru |
Posted - Jan 25 2015 : 18:54:50 I have added several ImageEn routines for changing colors to my program. For example:
ImageEnView1.Proc.ConvertTo(256, ieOrdered); ImageEnView1.Proc.ConvertTo(256, ieThreshold);
When I execute these routines my progress bar correctly displays a moving bar.
ImageEnView1.Proc.ConvertTo(256, ieDithering); This code fails to display progress until it is finished, then the progress bar just flashes. I gather from another post that this is a relatively new feature of ImageEn. I wonder if this progress behavior is what you intended?
J.R. |
1 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Feb 02 2015 : 23:07:45 Hi JR
It seems that progress during the WIC phase is not accessible, so progress is only shown during the native phase.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
|
|