Displaying 2 results from an estimated 2 matches for "find_menu_item".
2007 Jul 04
5
loading menu using XmlResource
Hi,
i''m evaluating XmlResource: loading frame, dialogs and access widgets is ok
but i''m not able to load menu bar and menu using the corresponding methods
XmlResource#load_menu_barXmlResource#load_menui get the error saying ''XML
resource ''Opzioni'' (class ''wxMenu'') not found!'' trying to load a menu and
''XML resource
2007 Dec 19
1
Menu Bar KeyBoard Shortcuts.
...;MS Picture Manager")
Now that I''ve figured this out, I lost the ability to have my Keyboard shortcuts as a parameter.
Example 2 :
  @menubar         = self.get_menu_bar.find_menu(''ID_MENUBAR1'') # This only accepts 1 argument
  @menu_quit       =  self.get_menu_bar.find_menu_item("File","Quit")  # This only accepts 2 arguments
or
 evt_menu(self.get_menu_bar.find_menu_item("Tools","MS Picture Manager")) do
   open_ex
 end
Is there a way to use the Keyboard Shortcuts with XRIC?
Thank you,
Bill
______________________________________...