[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

Reply via email to