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.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to