cursor not vanishing in Linux

Richmond richmondmathewson at gmail.com
Sun Dec 7 15:38:24 EST 2014


On 07/12/14 22:28, Richmond wrote:
> I wonder why (6.7 - Linux) this doesn't work:
>
> on mouseEnter
>   set the cursor to none
> end mouse
>
> doesn't make the cursor disappear?
>
> Richmond.

Answering his own question yet again:

on mouseEnter
    set the lockCursor to true
    set the cursor to none
end mouseEnter

on mouseLeave
    set the cursor to arrow
    set the lockCursor to false
end mouseLeave

not very well documented.




More information about the use-livecode mailing list