On Saturday 28 July 2012 10:35:26 Ivanko B wrote: > The main event loop is blocked by your long time task -> mouse enter events > can not be handled -> no wait cursor handling. > application.processmessages() calls a stacked main event loop. > ========== > Hmm.. this approach can replace (updating progress bars & status > widgets as doing a step of work) the (singe worker) threading approach > used in the UPDATER, correct ? > Possible but not recommended. Periodically calling application.processmessages() is a workaround only and used mostly by Delphi and Lazarus familiar users.
Martin ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

