Displaying 2 results from an estimated 2 matches for "wxtest".
Did you mean:
xtest
2007 Apr 03
2
CalendarCtrl.date not working?
.../accesso
rs.rb:53:in `get_date''
from
c:/ruby/lib/ruby/gems/1.8/gems/wx_sugar-0.1.14/lib/wx_sugar/accesso
rs.rb:53:in `send''
from
c:/ruby/lib/ruby/gems/1.8/gems/wx_sugar-0.1.14/lib/wx_sugar/accesso
rs.rb:53:in `method_missing''
from C:/ruby/work/wxtest/test.rb:73:in `on_b''
....
....
I went looking in accessors.rb to see if I could figure anything out but
I got nothing. meth seems to be fine (get_date), but *args is [0 1 2 3 4
5]. That part looked odd to me, that it had 6 args (which is the error),
but I''m not sure where the...
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''
from
c:/ruby/lib/ruby/gems/1.8/gems/wx_sugar-0.1.14/lib/wx_sugar/event_c
onnec...