noreply at rubyforge.org
2007-May-15 07:00 UTC
[Wxruby-development] [ wxruby-Bugs-10844 ] GridTableBase clss not defined
Bugs item #10844, was opened at 2007-05-15 03:00 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=10844&group_id=35 Category: Incorrect behavior Group: v0.4 Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Kevin Smith (qualitycode) Summary: GridTableBase clss not defined Initial Comment: In the Wxruby2 module, there is no constants named GridTableBase, which must be the base class for the customized table of Grid control. So, if one try to 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