Setting the Cursor

Gregory Lypny gregory.lypny at videotron.ca
Tue May 24 14:48:22 EDT 2005


Hello Everyone,

Why doesn't the following handler in a field change the cursor to a 
hand when the field is moused over?  I know that the field is receiving 
the message because the second line in the handler does work.

on mouseEnter
   set the cursor to hand
   put "Hello" && the long seconds
end mouseEnter

Regards,

	Greg




More information about the use-livecode mailing list