Greenhorn Question

Mark Schonewille m.schonewille at economy-x-talk.com
Wed Jul 31 11:02:16 EDT 2013


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
> 
> 





More information about the use-livecode mailing list