set cursor and revlets

Nicolas Cueto niconiko at gmail.com
Wed Oct 14 01:38:02 EDT 2009


Hello,

I posted this on the onrev forums, so apologies for posting here too.

The following works in a stack/standalone but not in a revlet:

on mouseEnter
  set the lockcursor to true
  set the cursor to hand
end mouseEnter

on mouseLeave
  set the cursor to arrow
  set the lockcursor to false
end mouseLeave

Is there a way of working with cursors in revlets?

Thank you.

--
Nicolas Cueto



More information about the use-livecode mailing list