2010/12/19 ugaciaka <[email protected]>: >> Application.ProcessMessages and Screen.Cursor: = crHourGlass >> work also with Linux. >> >> I guess you have a CPU-intensive task running. Cursor may change with a short >> delay and you may not see it if the task was short. > > I don't see cursor change and the time is almost a minute in to my > while loop.... >
I write Screen.Cursor: = crHourGlass in different place and now work. Now, I have problem with Application.ProcessMessages, if I change window ( any application like Firefox e.g.) my application in Lazarus is freeze and I could't see anything (button, grid etc), I see only the form. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
