Board index » delphi » Delphi 5 Ent- Windows 2000
samuele.tren...@tinet.it (Samuele)
![]() Delphi Developer |
Sat, 28 Jun 2003 01:50:49 GMT
Delphi 5 Ent- Windows 2000
Hello delphi's world,
I have an ambiguos problem and i'm not able to understand the cause it happens. Take a look to the piece of code under here. I just make some elaborations on a TList object. At every iteration, for time-consuming reason, i call the ProcessMessage method of the main Application object. This code is the click event handler of a button on the MainForm. I := 0; The problem is: It doesn't come back after the call to Application.ProcessMessages so it doesn't do the Pack and Sort calls. Thank you for paying attention Piero from Italy -- |