Ken Ray wrote:
On Sun, 2 Sep 2007 13:40:01 EDT, FlexibleLearning at aol.com wrote:

Another gotcha is that the menubar group needs the following line if you have a mouseDown handler to overcome the recent Rev menubar implementation peculiarities...

on mouseDown
if the mouse is not "down" then exit  mouseDown
.../...
end mouseDown

Nice! I hadn't thought of that! (I was dealing with it in a different and more complex manner..)

I haven't had my coffee yet so forgive me if this should be obvious, but when do you want to not trigger the mouseDown handler when the mouse isn't down?

I know the mouseDown handlers in menus are now triggered with command-keys as well, but wouldn't you want the same menu updating to occur?

--
 Richard Gaskin
 Managing Editor, revJournal
 _______________________________________________________
 Rev tips, tutorials and more: http://www.revJournal.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to