Setting the Cursor

Peter T. Evensen pevensen at siboneylg.com
Tue May 24 15:01:29 EDT 2005


You need to do a lock cursor in the handler.  It is changing it to a hand, 
but the automatic cursor handling changes it right back.

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

At 01:48 PM 5/24/2005, you wrote:
>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
>
>
>_______________________________________________
>use-revolution mailing list
>use-revolution at lists.runrev.com
>http://lists.runrev.com/mailman/listinfo/use-revolution

Peter T. Evensen
http://www.PetersRoadToHealth.com
24-hour recorded info hotline: 1-800-624-7671 


More information about the use-livecode mailing list