Hi RĂ¼diger,

The cursor changes, but is reset immediately after the handler finishes. There 
are two possible solutions.

on mouseEnter
  lock cursor
  set the cursor to hand
end mouseEnter

on mouseEnter
  set the defaultCursor to hand
end mouseEnter

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other colour 
spaces. http://www.color-converter.com

We have time for new software development projects. Contact me for a quote.






On 31 jul 2013, at 16:48, Ruediger Wilhelm wrote:

> I hardly dare to ask this most likely trivial 
> question to this list. 
> Why does the cursor not change on my 
> button script:
> 
> on mouseEnter
>   set the cursor to hand
> end mouseEnter
> 
> Thanks to somebody who cares to help!
> 
> Ruediger
> 
> 


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to