[DUG] graphics stops updating

Ben Taylor to_ben at yahoo.com
Sun Jun 19 17:37:47 NZST 2005


Assuming that your using TACSOutput.OnProgress, this is what the online docs say:
http://www.compiler4.net/acs/doc/TACSOute.htm#OnProgress

---------------------------------------------------
OnProgress : TOutputProgressEvent;

TOutputProgressEvent = procedure(Sender : TComponent) of object;

This event is invoked every time the Progress property value changes. Be careful
when referencing GUI interface components in OnProgress event's handler.

See also: Progress property
---------------------------------------------------

hence you shouldnt be updating ui there.. use matts solution. 

cya,
b

--- Ross Levis <ross at stationplaylist.com> wrote:

> I've notified the author of the audio suite of the problem.  I'm not 
> accessing the thread directly, in fact, I only know it uses a thread 
> because the web page says so.   My little app is only a few lines long 
> with some components on a form.



		
__________________________________ 
Discover Yahoo! 
Stay in touch with email, IM, photo sharing and more. Check it out! 
http://discover.yahoo.com/stayintouch.html


More information about the Delphi mailing list