[fxruby-users] selective disabling of text entry in a FXTable
Lyle Johnson
lyle at lylejohnson.name
Fri Jan 9 15:07:00 EST 2009
On Jan 7, 2009, at 4:22 PM, William B. Parsons wrote:
> I'm working on my first application using FXRuby, and am trying to
> disable
> text entry in certain columns of a FXTable, but calling
> disableItem() on
> a cell doesn't seem to prevent editing a cell. Do I misunderstand
> the use
> of disableItem()?
This appears to be a bug in FOX (so I'm Cc'ing the FOX list). Looking
at the source code for FXTable, I see a few checks on the enabled/
disabled state of table items, to determine whether or not they can be
added to a selection, but that seems to be it.
More information about the fxruby-users
mailing list