search for: wxgridtablebase

Displaying 4 results from an estimated 4 matches for "wxgridtablebase".

Did you mean: gridtablebase
2008 Jan 28
4
GridTableBase
...def is_empty_cell row, col return false end def get_value row, col return "empty" end end g = Grid.new gt = MyGridTableBase.new g.set_table gt # i get one of this errors: # TypeError: in method ''SetTable'', argument 2 of type ''wxGridTableBase *'' # or a "unknown software exception" (0xc0000094) on 0x030dc124 is thrown Best Regards, Franz </PRE><html><P><SPAN style="FONT-SIZE: 8pt"><FONT color=#000000><FONT face=Arial> This communication and any files or attachme...
2005 Sep 10
8
Tagged wxruby2 v0.0.29, plus added more directors
Since things seemed to be somewhat stable (that is, wxruby2 compiles and runs on all three platforms), I tagged what has been there for a couple days as v0_0_29. Nothing magic about it, but it had been a while since I had tagged. Then I worked on adding directors to the classes that don''t have them, in the hopes of avoiding more segfault crashes during garbage collection. I was able
2007 May 15
0
[ wxruby-Bugs-10844 ] GridTableBase clss not defined
...o do something like this : class FooTable < Wx::GridTableBase # overriding some must-override methods.. (..blarblar...) end ruby interpreter always complain that : NameError: uninitialized constant Wxruby2::GridTableBase I think it''s because you do not link the C++ class wxGridTableBase into the ruby type system... ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=10844&group_id=35
2007 Apr 09
2
GridTableBase problem
Trying to setup a GridTableBase to hold some floating point numbers for a Grid. Getting an error with the following: table = Wx::GridTableBase.new Error: C:/ruby/work/wxtest/test.rb:151:in `on_find'': uninitialized constant Wxruby2::Gr idTableBase (NameError) from c:/ruby/lib/ruby/gems/1.8/gems/wx_sugar-0.1.14/lib/wx_sugar/event_c onnector.rb:123:in `call''