Quantcast
Channel: LiveCode Forums
Viewing all articles
Browse latest Browse all 783

Talking LiveCode • Re: Hiding the cursor

$
0
0
Over 'here' (MacOS 12) the following code:

CODE:

on mouseUp   set the cursor to empty   set the lockCursor to trueend mouseUp
Plays "silly buggers" with the cursor, in that, subsequently, the cursor flashes in and out of visibility!

And this:

CODE:

on mouseUp   set the defaultCursor to hand   set the cursor to empty   set the lockCursor to trueend mouseUp
Gives me a flashing hand.

This:

CODE:

on mouseUp   set the defaultCursor to hand   set the cursor to empty   --set the lockCursor to trueend mouseUp
works!

So, WTF is the point (if any) of set the lockCursor ?

And why is the Dictionary so 'misleading' (that's another way of saying WRONG)?

Why are Craig and I discovering THIS 20-odd years into the "RunTime Revolution Adventure"?

Statistics: Posted by richmond62 — Tue Jul 09, 2024 6:32 pm



Viewing all articles
Browse latest Browse all 783

Trending Articles