search for: submenu1

Displaying 2 results from an estimated 2 matches for "submenu1".

Did you mean: submenu
2004 Mar 16
0
MDI and submenues
...@menuBar = MenuBar.new @fileMenu = Menu.new @menuBar.append(@fileMenu, ''File'') @fileMenu.append(:mi_file_new.to_i, "New") evt_menu(:mi_file_new.to_i){|a| MDIChildFrame.new(self, -1, "MDI child") } #<< Test submenu @submenu1 = Menu.new @submenu1.append(1, "item 1") @item_with_submenu1 = MenuItem.new(@fileMenu, 2, ''&Submenu 1'', '''', ITEM_NORMAL, @submenu1) @fileMenu.append_item( @item_with_submenu1 ) #>> se...
2008 Feb 15
1
vesamenu.c32 + include + CLI woes
Hi all, In June 2007 Jerry Nelson started a thread on this mailing list about a problem he was seeing. The thread was http://syslinux.zytor.com/archives/2007-June/008673.html After several hours of searching through the list, I am still convinced that his problem was never solved and is very valid. I recently moved from the old syslinux config options model (all labels in 1 default config file)