Dear Gareth,

I have an Address stack that I use daily. Too often, however, I click on it with the arrow cursor instead of the "hand" cursor. I would like to add a command to the OpenStack handler that would set the cursor to "hand." Unfortunately, this doesn't do the trick:

on openStack
set the cursor to "hand"
end openStack

Any suggestions?

I think, if I understood correctly, that you have the POINTER TOOL selected (which gives you an 'arrow' cursor), instead of the BROWSER TOOL (which gives you the 'hand' cursor). If that is the case, try this:

on openStack
choose browse tool
end openStack

I hope this helps.

Kind Regards,
--
Igor
----------------------------------
[EMAIL PROTECTED]
----------------------------------

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Reply via email to