Thanks, Jackie. I will check out this menuHistory thing.
Craig On Mar 3, 2009, at 10:29:04 PM, "J. Landman Gay" <[email protected]> wrote: From: "J. Landman Gay" <[email protected]> Subject: Re: Beeps and menus Date: March 3, 2009 10:29:04 PM EST To: "How to use Revolution" <[email protected]> [email protected] wrote: > Can anyone tell me the ordinary way to invoke a menuItem, like "Card > Inspector"? "doMenu" fails, as the docs also warn against. Generally you set the button's menuHistory. That also sends a menupick message when it fires, so if you don't want that, lock messages. MenuHistory only works with buttons of style "menu" of course. You're correct that all menus are buttons. The "menu" keyword is iffy in my experience, I usually just call them buttons and treat them like buttons. So if I want to change a menu item, I put the new terminology into "line whatever of btn myBtn" instead of trying to "set the menuitem". -- Jacqueline Landman Gay | [email protected] HyperActive Software | http://www.hyperactivesw.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 _______________________________________________ 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
