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
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to