B
_blackdog
Hi there
i've been using fxruby 1.4 and it's very good. one wrinkle though is
i'm trying to get an event back from a table after i've entered data
into a cell and don't find any events that do the job by perusing the
fxruby 1.4 docs.
however, the Fox1.4 class reference mentions a SEL_REPLACE event, and
indeed it seems i can use this in fxruby
@table.connect(SEL_REPLACED) {|sender, selector, data|
puts "got replacement"
}
this seems to work, i.e. my message is printed, but it does generate
the following assertion from fox
FXRuby.cpp:793: FXASSERT(FALSE) failed.
so the question is, is this event safe to use on a regular basis - if
not how do i find out a data entry has been entered.
thanks
BD
i've been using fxruby 1.4 and it's very good. one wrinkle though is
i'm trying to get an event back from a table after i've entered data
into a cell and don't find any events that do the job by perusing the
fxruby 1.4 docs.
however, the Fox1.4 class reference mentions a SEL_REPLACE event, and
indeed it seems i can use this in fxruby
@table.connect(SEL_REPLACED) {|sender, selector, data|
puts "got replacement"
}
this seems to work, i.e. my message is printed, but it does generate
the following assertion from fox
FXRuby.cpp:793: FXASSERT(FALSE) failed.
so the question is, is this event safe to use on a regular basis - if
not how do i find out a data entry has been entered.
thanks
BD