Displaying 4 results from an estimated 4 matches for "menuhelp".
2004 Jan 08
3
pictorG
...log\tO","Opens an existing catalog"
menuFile.append ID_SETROOT,"&Set root dir\tR","Sets the root directory of the catalog"
menuFile.append_separator
menuFile.append ID_EXIT,"E&xit\tQ","Quits the program"
# Help menu
menuHelp = Menu.new
menuHelp.append(ID_ABOUT,"&About\tCtrl-F1","Show program information")
# the Menubar
menuBar = MenuBar.new
menuBar.append menuFile, "&File"
menuBar.append menuHelp, "&Help"
set_menu_bar menuBar
# Toolbar...
2007 Oct 27
0
[ wxruby-Bugs-15115 ] MenuBar and Statusbar showing wrong text
...$LANGUAGE = "pt-br"
WHITE_SPACE_ST = { "pt-br" => "Exibe Espa?os em Branco" }
ABOUT_ST = { "pt-br" => "Exibe informa??es sobre o programa" }
menuView.append(Toggle_Whitespace, WHITE_SPACE[$LANGUAGE], WHITE_SPACE_ST[$LANGUAGE], ITEM_CHECK)
menuHelp.append(Minimal_About, ABOUT[$LANGUAGE], ABOUT_ST[$LANGUAGE])
When i run the code the created window shows:
"Open\tCtrl-O" instead "Exibe Espa?os em Branco" in the menu
"Show about dialog" instead "Exibe informa??es sobre o programa" on the status bar
Cod...
2006 Jul 28
12
MenuEngine
Hi all,
MenuEngine is a small Rails engine that can generate templated
drop-down DHTML menus commonly used for web site navigation. Supports
creation of menus from a YAML file, from code and from pre-configured
HTML. Optionally integrates with UserEngine for authorization.
http://www.muermann.org/ruby/menu_engine
Project page:
http://rubyforge.org/projects/menuengine
This is my first attempt
2001 Dec 05
9
Windows testing
R 1.4.0 is now sinking into feature freeze, and we'd like some help
testing it under Windows. Duncan Murdoch and Uwe Ligges have already
volunteered.
I've put a copy of SetupR140.exe at
http://www.stats.ox.ac.uk/pub/bdr/RWin
Also in that directory is a file TESTING suggesting some tests, not all of
which have been run on this build. As the graphics internals have been
changed a lot