Displaying 3 results from an estimated 3 matches for "find_menu".
Did you mean:
find_enum
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.
...quot;, "Quit this program")
tool.append(Wx::ID_PHOTO, "&MS Picture Manager\tAlt-B", "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...
2011 May 25
1
[GIT PULL] elflink ldlinux
Hi,
These patches contain support for some features that are already in
Syslinux 4 but weren't working properly on the elflink branch. It's
another step closer to feature parity with Syslinux 4.
Having to jump through the comboot API for localboot support is less
than ideal and I'll eventually fix that, probably when we move a big
chunk of code from asm to C.
Also, there's a