[fxruby-users] two table bugs
Joel VanderWerf
vjoel at PATH.Berkeley.EDU
Tue Mar 8 14:28:45 EST 2005
Dunno if this is related, but the same app (my app, not the test case)
just gave me the following, during FXMessageBox.error():
include/FXRuby.h:373: FXASSERT(!NIL_P(obj)) failed.
include/FXRuby.h:373: FXASSERT(!NIL_P(obj)) failed.
/home/vjoel/path/ids/prj/eval-tool/lib/eval-tool1/gui/FXWindow-ext.rb:74:in
`drawCell': NoMethodError:
undefined method `draw' for nil:NilClass
from
/home/vjoel/path/ids/prj/eval-tool/lib/eval-tool1/gui/FXWindow-ext.rb:74:in
`drawRange'
from
/home/vjoel/path/ids/prj/eval-tool/lib/eval-tool1/gui/FXWindow-ext.rb:74:in
`drawContents'
from
/home/vjoel/path/ids/prj/eval-tool/lib/eval-tool1/gui/FXWindow-ext.rb:74:in
`error'
...
It may just be fallout from the same source of corruption. This part of
the code (invocation of #error()) normally works fine.
Sorry for the paltry information...
More information about the fxruby-users
mailing list