On 8 Jan 2004, at 9:22 am, Trevor DeVore wrote:
I was wondering if there was a way to determine which button was clicked in a menu on the Mac? On Windows you can put mouse event handlers in the button itself but these events are not processed on Mac.Check the docs for the mouseUp message. It has a parameter that tells which button is clicked. On Macs, this is 1 for the left mouse button and 3 for right mouse button or control-click.
Though it probably wasn't clear in my original post I would like the actual button "File, Edit, Help, etc." that is being clicked. I have one menu button in particular whose values are determined by calls to an external. I would prefer not to call the external function every time the user clicks on the menu as a group, just when they click on one menu item in particular.
-- Trevor DeVore Blue Mango Multimedia [EMAIL PROTECTED]
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
