Displaying 15 results from an estimated 15 matches for "wxlistbox".
2006 Nov 24
0
[757] trunk/wxruby2/samples/bigdemo/wxListBox.rbw: Made presentation of results of ListBox.get_selections clearer
...cc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[757] trunk/wxruby2/samples/bigdemo/wxListBox.rbw: Made presentation of results of ListBox.get_selections clearer</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>757</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd&...
2006 Nov 23
0
[753] trunk/wxruby2/swig/classes/include/wxListBox.h: Added back in client data functions for listbox
...rgin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[753] trunk/wxruby2/swig/classes/include/wxListBox.h: Added back in client data functions for listbox</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>753</dd>
<dt>Author</dt> <dd>roys</dd>
<dt>Date</dt> <dd>2006-11-23 02:22:28...
2006 Sep 03
1
wxListBox.rbw
This patch fixes a bug in the third list box (Who knew there were
three?) that does a prefix match as you type (who knew that''s what it
meant?). I changed the label to be a little more explanatory.
We should really make the sample window bigger and/or put a scrollbar on
there.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
2006 Nov 23
0
[752] trunk/wxruby2: Fix for Bug #6810: ListBox#get_selections should return an array of selections
...1-23 00:58:43 -0500 (Thu, 23 Nov 2006)</dd>
</dl>
<h3>Log Message</h3>
<pre>Fix for Bug #6810: ListBox#get_selections should return an array of selections</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwxruby2samplesbigdemowxListBoxrbw">trunk/wxruby2/samples/bigdemo/wxListBox.rbw</a></li>
<li><a href="#trunkwxruby2swigtypemapi">trunk/wxruby2/swig/typemap.i</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwxrub...
2005 Sep 03
2
Problem with swig?
Take a look at the generated code from ListBox.cpp:
static VALUE
_wrap_new_wxListBox__SWIG_0(int argc, VALUE *argv, VALUE self) {
VALUE arg1 ;
wxWindow *arg2 = (wxWindow *) 0 ;
wxWindowID arg3 ;
wxPoint *arg4 = 0 ;
wxSize *arg5 = 0 ;
int arg6 ;
wxString *arg7 ;
long arg8 ;
wxValidator *arg9 = 0 ;
wxString *arg10 = 0 ;
wxListBox *result;...
2006 Nov 23
0
[754] trunk/wxruby2/samples/bigdemo: Rubified samples and added in missing client data sample code
...d 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>
<a id="trunkwxruby2samplesbigdemowxComboBoxrbw"></a>
<div class="modfile"><h4>Modified: trunk...
2006 Nov 23
0
[748] trunk/wxruby2/swig/classes: Fix an errant Ruby-ism in C++ code (Roy Sutton)
...-11-21 22:30:19 UTC (rev 747)
+++ trunk/wxruby2/swig/classes/ListBox.i        2006-11-23 00:13:04 UTC (rev 748)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx"> %markfunc wxListBox "mark_wxControlWithItems";
</span><span class="cx">
</span><span class="cx"> %extend wxListBox {
</span><del>- VALUE get_client_data(int n) { wxControlWithItems_get_client_data(self, n); }
</del><ins>+ VALUE get_client...
2006 Nov 21
0
[744] trunk/wxruby2: get_data support & mem mgmt to all ControlWithItems types, using more
...od type maps
</span><span class="cx"> %ignore Set(int n , const wxString* choices , void **clientData = NULL) ;
</span><span class="cx">
</span><ins>+// start client_data fixes
+%include "../shared/control_with_items.i"
+%markfunc wxListBox "mark_wxControlWithItems";
</ins><span class="cx">
</span><ins>+%extend wxListBox {
+ VALUE get_client_data(int n) { wxControlWithItems_get_client_data(self, n); }
+}
+// end client_data fixes
+
+
</ins><span class="cx"> %import &q...
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 Jul 04
0
[1100] trunk/wxruby2/swig/classes/include/parents.rb: Add parent mapping for recently added ChildFocusEvent
...gt; ''wxCalendarEvent'' => ''wxEvent'',
</span><span class="cx"> ''wxCheckBox'' => ''wxControl'',
</span><span class="cx"> ''wxCheckListBox'' => ''wxListBox'',
</span><ins>+ ''wxChildFocusEvent'' => ''wxCommandEvent'',
</ins><span class="cx"> ''wxChoice'' => ''wxControlWithItems'',
</span><span class="cx"> ...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...HtmlContainerCell.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxHtmlWindowh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxHtmlWindow.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxListBoxh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxListBox.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxMemoryDCh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxMemoryDC.h</a></li>
<li><a href=&q...
2006 Dec 02
0
[770] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Fix some broken ones (Alex Spelling), add some new & missing ones; add
...ter => 0
+ wx_ctor_params :name => ''genericDirCtrl''
+end
+
+
</ins><span class="cx"> # wxHtmlListBox         A listbox showing HTML content
</span><span class="cx"> # wxListBox         A list of strings for single or multiple selection
</span><span class="cx"> WxSugar.define_keyword_ctors(''ListBox'') do
</span><span class="lines">@@ -354,13 +388,11...
2007 Mar 29
7
object-oriented GUI design and event handling
I''m trying to setup a fairly simple GUI with Ruby to perform some SQL
queries. There are a few drop-down boxes where users can select
different options and then one button that when clicked should get the
text from each drop-down in order to perform the query. Once it gets the
result it should display it to a text control. The problem is I am not
sure how to actually reference each
2007 Apr 10
15
Wxruby doesn''t work on my Debian sid ( glibc error )
Hi everyone !
i can''t make wxruby work on my debian box, i installed wxruby2preview with
the gem command line tool
but when i try to run one of the samples, i get this error message :
dialogs.rb:1:in `require'': no such file to load -- wxruby (LoadError)
from dialogs.rb:1
i searched this mailing list a bit, i tried with the -rubygem argument, i
get this error :
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...