search for: wxcombobox

Displaying 14 results from an estimated 14 matches for "wxcombobox".

2006 Aug 25
3
Patch to wxComboBox.rbw
This patch fixes the sample so it works correctly. You''ll need to patches in the previous e-mail. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2008 Nov 30
7
wxComboBox and wxTE_PROCESS_ENTER
Hi all, i am trying to use wxComboBox (instead of wxChoice) to capture wxTE_PROCESS_ENTER event. If i enable TE_PROCESS_ENTER flag on the resulting xrc file, i get an ''Unknown style flag wxTE_PROCESS_ENTER'' on app loading. Probably wxComboBox doesn''t reconize this kind of event. How do i catch this event f...
2007 Mar 21
0
[906] branches/wxruby2/wxwidgets_282: Wx::ComboBox API 2.6 -> 2.8, plus some doc corrections
...y2/wxwidgets_282/doc/textile/combobox.txtl</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesComboBoxi">branches/wxruby2/wxwidgets_282/swig/classes/ComboBox.i</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxComboBoxh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxComboBox.h</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="brancheswxruby2wxwidgets_282doctextilecomboboxtxtl"></a> <div class="modfile&quot...
2007 Apr 29
0
[989] branches/wxruby2/wxwidgets_282: Fix a crasher with misdirected ComboBox#GetSelection method on GTK; clearer
...9 UTC (rev 988) +++ branches/wxruby2/wxwidgets_282/swig/classes/ComboBox.i&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-04-29 16:15:23 UTC (rev 989) </span><span class="lines">@@ -8,8 +8,8 @@ </span><span class="cx"> %ignore wxComboBox::wxComboBox(); </span><span class="cx"> </span><span class="cx"> // methods for getting and setting the text selection </span><del>-%rename (SetSelectionRange) SetSelection(long from, long to); -%rename (GetSelectionRange) GetSelection(long *...
2006 Aug 10
3
update on samples
Hi all Have been taking a look at the samples to see what''s broken. Not looking TOO bad overall, but a few problems we should try and tackle before alpha: Firstly, I have a few commits (minimal, dialogs, unicode) - anyone else been working on these or can I go ahead? One general issue is that many of the samples rely on being run from their own directory, but don''t enforce
2006 Nov 23
0
[754] trunk/wxruby2/samples/bigdemo: Rubified samples and added in missing client data sample code
...<dd>2006-11-23 02:23:55 -0500 (Thu, 23 Nov 2006)</dd> </dl> <h3>Log Message</h3> <pre>Rubified samples and added in missing client data sample code</pre> <h3>Modified Paths</h3> <ul> <li><a href="#trunkwxruby2samplesbigdemowxComboBoxrbw">trunk/wxruby2/samples/bigdemo/wxComboBox.rbw</a></li> <li><a href="#trunkwxruby2samplesbigdemowxListBoxrbw">trunk/wxruby2/samples/bigdemo/wxListBox.rbw</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3...
2005 Sep 13
3
Swig hates us...
Swig is making mincemeat out of ComboBox.new. Because of the way it''s picking the ''correct'' one to call it''s calling with a null name instead of a default name. How did we fix this before?
2009 Apr 03
2
Problem with spacing
...Contact Group:</label> </object> </object> <object class="sizeritem"> <option>0</option> <flag>wxALL</flag> <border>5</border> <object class="wxComboBox" name="groupCombo"> <tooltip>Select Group</tooltip> <value></value> <content /> </object> </object> <object class="spacer"> <option&gt...
2006 Nov 21
0
[744] trunk/wxruby2: get_data support & mem mgmt to all ControlWithItems types, using more
...@@ -20,8 +20,24 @@ </span><span class="cx"> long style = 0, </span><span class="cx"> const wxValidator& validator = wxDefaultValidator, </span><span class="cx"> const wxString& name = wxComboBoxNameStr); </span><ins>+ +// start client_data fixes +%include "../shared/control_with_items.i" +%markfunc wxComboBox "mark_wxControlWithItems"; + +%extend wxComboBox { + // ComboBox doesn''t convert to ControlWithItems, + // so copied here from control_with...
2006 Sep 14
1
wxChoicebook
wxChoicebook.rbw + patch file to bigdemo.rb Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2004 Oct 06
11
find_window_by_xxx doesn''t find Gauge or BitmapButton
I''m fairly new to the Ruby world, particularly WxRuby, so please forgive me if this is ground that''s been covered in the past. I''m trying to load a frame from an XRC file (created using DialogBlocks), and I''m having trouble getting an instance of the Gauge object using the Wx::Window.find_window_by_xxx methods. I''m trying this on Windows XP,
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...es/include/wxCheckListBox.h</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxChoiceh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxChoice.h</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxComboBoxh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxComboBox.h</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxControlh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxControl.h</a></li> <li><a href=&qu...
2007 Jan 06
0
[836] trunk/wxsugar/lib/wx_sugar: Make :validator and :name sugary ctor args work for Controls classes
...or_params :validator, :name => ''choice'' </del><ins>+ wx_ctor_params :validator, :name => ''choice'' </ins><span class="cx"> end </span><span class="cx"> </span><span class="cx"> # wxComboBox &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspA choice with an editable area </span><span class="cx"> WxSugar.define_keyword_ctors(''ComboBox'') do </span><span class="cx"> wx_ctor_params :value => ''...
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a version number and packaged up for download. Given the nature of SWIG, having a lot more people use it would probably result in more code contributions to this project. Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG is fairly stable right now in terms of frequency of changes...