Einzelnen Beitrag anzeigen

WojTec

Registriert seit: 17. Mai 2007
480 Beiträge
 
Delphi XE6 Professional
 
#1

Show dialog when processing data

  Alt 30. Jun 2011, 07:35
Delphi-Version: 2010
Here is pseudocode which demonstrate what I want to tell:

Delphi-Quellcode:
CreateAndShowDialog();

MakeSomeTaskWhichNeedManyCPUTime()

DestroyDialog();
Dialog contain animated marquee. Normally I'm, creating it, showing in modal mode and then call Invalidate(), but then Windows don't refresh animation. How to show this dialog during data processing and do not lock it update?
  Mit Zitat antworten Zitat