Le 20/09/2013 15:47, Richard Mace a écrit :
Hi,
I am trying to change the cursor in my app to busy and then default, when it is going to be busy for a bit. I have changed to cursor := crHourglass and then back to crDefault at the end, but the cursor doesn't update.
*Screen.*Cursor := crHourGlass;
try
  ...
finally
*Screen.*Cursor := crDefault;
end;

works fine for me in all platforms.

Antonio.

Even if I put application.processmessages in (after the crHourglass bit).

Any ideas?

Richard


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to