set cursor?

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
peter.s
Posts: 99
Joined: Thu Jul 10, 2008 11:47 am

set cursor?

Post by peter.s »

Hi,

I'm having trouble setting the cursor to hand. I have:

on MouseEnter
set cursor to hand
end MouseEnter

But it doesn't work, am I missing something?

Cheers.
malte
Posts: 1098
Joined: Thu Feb 23, 2006 8:34 pm
Contact:

Post by malte »

Yes, you did miss the lockcursor property.

set the lockcursor to true
set the cursor to hand

all the best,

Malte
peter.s
Posts: 99
Joined: Thu Jul 10, 2008 11:47 am

Post by peter.s »

Thanks Malte - that did the trick!
peter.s
Posts: 99
Joined: Thu Jul 10, 2008 11:47 am

Post by peter.s »

Actually... this might be a silly question...

Should I set the lockcursor to false on a mouseleave?

Would it make any difference?

P
Post Reply