[Lazarus] Changing the cursor to hourglass then to default

Richard Mace richard.mace at gmail.com
Fri Sep 20 17:53:28 CEST 2013


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.
>

Perfect. Worked a treat.

Thanks

Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20130920/b3e96b66/attachment-0003.html>


More information about the Lazarus mailing list