search for: item_check

Displaying 6 results from an estimated 6 matches for "item_check".

2006 May 31
2
Checkbox Help
Hi guys, I am need to help again. Sorry for the newbie query but would definitely appreciate the help. Here''s the q: I generate a list of items from the database and render them out with a checkbox beside them. A user may click more than one item and I would want to save all checked items into another table. I have been able to give each checkbox a unique id . Would anyone be able
2008 Jan 04
2
problem with Menu.append_check_item()
Menu.append_check_item(), like Menu.append(), is supposed to return a reference to the created menu item. Here is a test code which seems to show that this behavior works for append(), but fails for append_check_item(). This is the output I get: % ruby test-menu.rb #<Wx::MenuItem:0xb74c036c> nil Am I missing something or is this a bug? Both menu items are created and work as expected. I
2009 Jan 05
8
How to use evt_update_ui wrt RichTextCtrl ?
Hi, I''m trying to create a very simple RichTextCtrl sample based on the C++ version. This works pretty well now with the fixes for missing RichTextCtrl.selection_bold? ... methods. See the attached script. Given the formatting buttons (bold, italics, underlined), I can type text with the proper formatting, select some text and apply a formatting later ... The problem I have is I
2009 Jan 05
8
How to use evt_update_ui wrt RichTextCtrl ?
Hi, I''m trying to create a very simple RichTextCtrl sample based on the C++ version. This works pretty well now with the fixes for missing RichTextCtrl.selection_bold? ... methods. See the attached script. Given the formatting buttons (bold, italics, underlined), I can type text with the proper formatting, select some text and apply a formatting later ... The problem I have is I
2007 Oct 27
0
[ wxruby-Bugs-15115 ] MenuBar and Statusbar showing wrong text
...tial Comment: $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 stat...
2006 Nov 04
0
[720] trunk/wxruby2/doc/textile/menu.txtl: Update, rubyify and tidy
...ot;cx"> * _id_ The menu command identifier. </span><span class="cx"> * _item_ The string to appear on the menu item. </span><span class="cx"> * _menu_ Pull-right submenu. </span><del>-* _kind_ May be @ITEM_SEPARATOR@, @ITEM_NORMAL@, -@ITEM_CHECK@ or @ITEM_RADIO@ -* _helpString_ An optional help string associated with the item. -By default, the handler for the EVT_MENU_HIGHLIGHT event displays -this string in the status line. -* _menuItem_ A menuitem object. It will be owned by the Menu object after this function -is called, so do not delet...