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 » Mon Aug 18, 2008 6:14 am

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 » Mon Aug 18, 2008 6:43 am

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 » Mon Aug 18, 2008 10:39 am

Thanks Malte - that did the trick!

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

Post by peter.s » Mon Aug 18, 2008 10:45 am

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