Displaying 13 results from an estimated 13 matches for "wxchecklistbox".
Did you mean:
checklistbox
2006 Aug 25
1
wxCheckListBox.rbw patch file
This fixes truncated text on the CheckListBox sample in bigdemo.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Sep 04
3
Possible patch for wxCheckListBox.h
I cut-n-pasted the public section from the wxWindows headers. Several
things were missing so it seemed the easiest way to fix it. This fixed
a problem with the way the overloaded new was being handled. This
correctly generated all the versions so that it won''t have the problem
with the non-initialized default parameters. I will admit I haven''t
done serious testing on
2005 Sep 05
8
patch to wxCheckListBox.h
size_t GetItemHeight() const is not part of the standard interface for
this class. On Mac OS X for instance it is not defined. So it needs to
be removed.
This is why us developers should download the complete wxWidgets
distribution that has all the headers for each platform so we can
cross check when adding features, this is what I do.
Sean
_______________________________________________
2006 Dec 01
0
[767] trunk/wxruby2: Added CheckListBox to item_data test, note to explain why fixes are not needed
...66)
+++ trunk/wxruby2/swig/classes/CheckListBox.i        2006-12-01 17:42:15 UTC (rev 767)
</span><span class="lines">@@ -6,7 +6,9 @@
</span><span class="cx"> %module(directors="1") wxCheckListBox
</span><span class="cx"> %ignore wxCheckListBox::wxCheckListBox();
</span><span class="cx">
</span><del>-// redundant with good typemaps
</del><ins>+// item data fixes not required here because fixed by superclass ListBox
+
+// n...
2005 Sep 04
3
bigdemo patches
...zer.rbw: Selects first item after creating the list
2) wxCalendarCtrl.rbw: Uses ruby DateTime now
3) wxButton.rbw: There is no function ''set_tool_tip_string''. Changed
to set_tool_tip
4) wxCheckBox.rbw: Missing quote on require. cID was too big, caused
assert failure
5) wxCheckListBox.rbw: Missing argument to StaticText.new added (I
don''t /think/ it''s supposed to work without that argument)
There are some .i and .h patches that I didn''t have time to put together
and deserve their own e-mail.
Roy
_______________________________________________...
2007 Oct 09
17
Crash when using item data with a CheckListBox
Hi,
The following code works as expected with a list box.
require "wx"
class HelloWorld < Wx::App
def on_init
helloframe = Wx::Frame.new(nil, "Hello World")
choices = ["one", "two", "three", "four", "five"]
data = ["data1", "data2", "data3", "data4", "data5"]
2007 Oct 09
17
Crash when using item data with a CheckListBox
Hi,
The following code works as expected with a list box.
require "wx"
class HelloWorld < Wx::App
def on_init
helloframe = Wx::Frame.new(nil, "Hello World")
choices = ["one", "two", "three", "four", "five"]
data = ["data1", "data2", "data3", "data4", "data5"]
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 Jul 04
0
[1100] trunk/wxruby2/swig/classes/include/parents.rb: Add parent mapping for recently added ChildFocusEvent
...t;/span><span class="cx"> ''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><s...
2005 Aug 16
9
Patch and files to add Listbook
I added the Listbook class (basically the same as the Notebook class
with some name changes). I also took the time to write a sample that
uses it. The sample interface uses XRC and is slightly more advanced
than the current XRC sample.
Sean
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...s/include/wxApp.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxArtProviderh">branches/wxruby2/wxwidgets_282/swig/classes/include/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=&...
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 :