search for: wxchoice

Displaying 20 results from an estimated 21 matches for "wxchoice".

2005 Aug 10
3
question on Choice.i
Is there a reason that these lines are in Choice.i? %ignore wxChoice::wxChoice(); %ignore wxChoice::wxChoice(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, int n = 0, const wxString choices[] = NULL, long style = 0, const wxValidato...
2006 Sep 05
1
Patch to wxChoice.rbw
This patch removes a little whitespace at the end of the text before the choice box. _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Aug 02
1
wxchoice broken on linux
The recent changes for windows in choice.i (not the unicode change) broke the etc/choice.rb and the controls/controls.rb tests. ../samples/etc/choice.rb:12:in `initialize'': No matching function for overloaded ''new_wxChoice'' (ArgumentError) Jani
2005 Aug 11
1
wxchoice still doesn''t work
etc/choice.rb Gives this error on linux No matching function for overloaded ''wxControlWithItems_Append Jani
2009 Apr 08
2
truecrypt 6.1a
...ardPage.cpp: In member function ?TrueCrypt::SharedPtr<TrueCrypt::EncryptionAlgorithm> TrueCrypt::EncryptionOptionsWizardPage::GetEncryptionAlgorithm() const?: Forms/EncryptionOptionsWizardPage.cpp:45: error: no matching function for call to ?TrueCrypt::GraphicUserInterface::GetSelectedData(wxChoice* const&)? I realize that this is likely a problem with truecrypt or me but I am interested to know if anyone here has built it. thanks -- Roger Wells, P.E. SAIC 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) roger.k.wells at saic.com
2006 Nov 07
0
[722] trunk/wxruby2/swig: Wx::Choice fixes for get_client_data (AF)
...@@ -27,9 +27,26 @@ </span><span class="cx"> long style = 0, </span><span class="cx"> const wxValidator& validator = wxDefaultValidator, </span><span class="cx"> const wxString& name = wxChoiceNameStr); </span><del>- </del><span class="cx"> </span><span class="cx"> </span><ins>+// start client_data fixes +%include "../shared/control_with_items.i" +%markfunc wxChoice "mark_wxControlWithItems"; + +%i...
2006 Nov 21
0
[744] trunk/wxruby2: get_data support & mem mgmt to all ControlWithItems types, using more
...-21 19:59:03 UTC (rev 744) </span><span class="lines">@@ -28,24 +28,15 @@ </span><span class="cx"> const wxValidator& validator = wxDefaultValidator, </span><span class="cx"> const wxString& name = wxChoiceNameStr); </span><span class="cx"> </span><del>- </del><span class="cx"> // start client_data fixes </span><span class="cx"> %include "../shared/control_with_items.i" </span><span class="cx"&g...
2007 Feb 09
20
Hello Everyone
I have a bit of a problem with installation. I installed wxX11 in my linux box. I compiled the demos and all the demos, save dbbrowse, work. I think I have a functional wx. Now I''m trying to install wxRuby from source, since I have a 64 bit machine. I only have permission to my home directory so my installation is : /usr/people/stevenq/Applications/wxX11/
2006 Nov 23
0
[748] trunk/wxruby2/swig/classes: Fix an errant Ruby-ism in C++ code (Roy Sutton)
...6-11-21 22:30:19 UTC (rev 747) +++ trunk/wxruby2/swig/classes/Choice.i&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2006-11-23 00:13:04 UTC (rev 748) </span><span class="lines">@@ -33,7 +33,7 @@ </span><span class="cx"> %markfunc wxChoice "mark_wxControlWithItems"; </span><span class="cx"> </span><span class="cx"> %extend wxChoice { </span><del>- VALUE get_client_data(int n) { wxControlWithItems_get_client_data(self, n); } </del><ins>+ VALUE get_client_...
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,
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 for the wxComboBox wid...
2007 Mar 15
0
[ wxruby-Patches-9297 ] Patch to compile wxruby 0.0.39 on windows (vc2003, swig 1.3.31, wxwidgets 2.8.0)
...as working on, so they accumulated :) Main parts of this patch rakemswin.rb : updated to WxWidgets 2.8 and using File.join for file paths. Also building in debug mode creates a more verbose pdb file (''-Zi'') option events.rb : removed 2 messages that were not supported in Wx2.8 WxChoice.h/wxCombo.h/wxControlWithItems.h/wxFontData.h/wxHtmlCell.h/ App.i/wxControl.h/wxDC.h/wxDirDialog.h/wxDialog.h/Dialog.i/ wxFileDialog.h/wxHtmlContainerCell.h/wxWindow.h/Functions.i/RubyEventTypes.i : removed missing methods, added some new ones,fixed prototypes to conform with Wx2.8 fixdeleting.rb...
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
2005 Aug 29
3
added Choicebook
Here are the new files in a zip and the patches to existing. Also added Listbook values to parents.rb that I forgot when adding that. Sean _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Nov 12
1
TreeCtrl item_data
...e know if it sounds wrong and there''s situations where Ruby code might want this. This is similar to, but not the same as the way wxPython and wxPerl deal with this. I''m going to go back to the other ControlWithItems classes and add item_data support to them along the model of wxChoice. I think it is weird that methods that get data from an item in these classes are called get_CLIENT_data, and now the way they work will be consistent across TreeCtrl, Choice, ComboBox etc I plan to rename get_client_data to get_item_data. Again, shout if you think this is wrong. cheers alex -...
2007 Jul 04
0
[1100] trunk/wxruby2/swig/classes/include/parents.rb: Add parent mapping for recently added ChildFocusEvent
...;', </span><span class="cx"> ''wxCheckListBox'' => ''wxListBox'', </span><ins>+ ''wxChildFocusEvent'' => ''wxCommandEvent'', </ins><span class="cx"> ''wxChoice'' => ''wxControlWithItems'', </span><span class="cx"> ''wxChoicebook'' => ''wxControl'', </span><span class="cx"> ''wxChoicebookEvent'' => ''wxNotifyEvent'...
2006 Nov 21
0
[745] trunk/wxruby2/doc/textile/choice.txtl: Correct ruby method signature for constructor, bit more explanatory text
...sp2006-11-21 19:59:03 UTC (rev 744) +++ trunk/wxruby2/doc/textile/choice.txtl&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2006-11-21 22:14:26 UTC (rev 745) </span><span class="lines">@@ -1,8 +1,10 @@ </span><span class="cx"> h1(#wxchoice). Wx::Choice </span><span class="cx"> </span><del>-A choice item is used to select one of a list of strings. Unlike a -listbox, only the selection is visible until the user pulls down the -menu of choices. </del><ins>+A choice item (also often called a...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...wxArtProvider.h</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxCheckListBoxh">branches/wxruby2/wxwidgets_282/swig/classes/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=&qu...
2007 Jan 06
0
[836] trunk/wxsugar/lib/wx_sugar: Make :validator and :name sugary ctor args work for Controls classes
..._params :validator, :name => ''listBox'' </del><ins>+ wx_ctor_params :validator, :name => ''listBox'' </ins><span class="cx"> end </span><span class="cx"> </span><span class="cx"> # wxChoice &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspChoice control (a combobox without the editable area) </span><span class="cx"> WxSugar.define_keyword_ctors(''Choice'') do </span><span class="cx"> wx_ctor_params :p...
2004 Apr 27
15
Building wxruby on Solaris 9
Hi all, Ruby 1.8.1 Solaris 9 wxwindows 2.4.2 (package from blastwave.org) wxruby 0.3.0 I''m having trouble getting this sucker to build on my Solaris box. Here''s how I''m building: ruby extconf.rb --with-xrc-dir=/opt/csw --with-xrc-include=/opt/csw/lib/wx The include directive I added because the setup.h file is there (for whatever reason). And yes, /opt/csw/bin and