I
Iouri Kloubakov
Win2K
Latest stable snapshot of 1.8
FXRuby-1.0.26-ruby180.exe
I am getting:
...: [BUG] Segmentation fault
ruby 1.8.0 (2003-10-11) [i386-mswin32]
when trying to set the cell icon after the table is displayed.
To reproduce using "C:\ruby\samples\FXRuby\table.rbw", move line 107
@table.getItem(6, 6).icon = penguinicon
from initialize() to create() after the show() (converting the
penguinicon into the instance variable of course) or try to set it
in onCmdResizeTable(). It does not crash if icon is first set in
initialize() and then in create(). Am I doing something wrong?
Thanks,
Yura.
Latest stable snapshot of 1.8
FXRuby-1.0.26-ruby180.exe
I am getting:
...: [BUG] Segmentation fault
ruby 1.8.0 (2003-10-11) [i386-mswin32]
when trying to set the cell icon after the table is displayed.
To reproduce using "C:\ruby\samples\FXRuby\table.rbw", move line 107
@table.getItem(6, 6).icon = penguinicon
from initialize() to create() after the show() (converting the
penguinicon into the instance variable of course) or try to set it
in onCmdResizeTable(). It does not crash if icon is first set in
initialize() and then in create(). Am I doing something wrong?
Thanks,
Yura.