Now, about the other questions: can I specify a keyboard equivalent of a menu item that needs Command+Shiftkey+letter or a Function key (e.g. F2)?
-Gareth
At 9:51 AM -0800 11/11/02, Gareth Jones wrote:I did read Richard Gaskins' recent e-mail about hierarchical menus. where he seemed to say that entering <tab)menuname would do it. If I type <tab>menuname into the Menu Manager, however, the resulting menu item shows in the main menu as "ab>menuname" ... and if I press the tab key, it just pops into the next text entry field, so that doesn't work :-)Not literally "<tab>" - a tab character.In the Menu Manager, you can insert the tab character by selecting the menu item, then clicking the right-arrow icon to the right of the menu name (its tooltip is "Make the selected menu item into a submenu item"). If you're building the menu in a handler, you'd use something like put "First Item" & tab & return & "Subitem" & return \ & "Last Item" into button "File" -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] Runtime Revolution Limited - The Solution for Software Development http://www.runrev.com/ _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
