[fxruby-users] SEL_REPLACED event in FXTable
Lyle Johnson
lyle.johnson at gmail.com
Fri Jul 6 08:20:36 EDT 2007
On Jul 6, 2007, at 12:50 AM, Philippe Lang wrote:
> I have noticed the SEL_REPLACED event, in an FXTable, is fired even is
> the cell value is replaced with the same value. I'd like to avoid
> that,
> and I wonder if there is anything in the Fox library I can use to
> compare the new cell value to the old one, without having to code some
> kind of "cell memory" externally.
Looking at the FOX source code, I don't see a way to do that. I think
you'd need to save a copy of the cell's content when they first click
into it, and then compare the value after SEL_REPLACED to that.
More information about the fxruby-users
mailing list