From: oleg d. <be...@be...> - 2003-11-11 13:51:18
|
On Wed, Nov 05, 2003 at 08:29:04AM -0700, Hans Fugal wrote: > I'd like to use an FXTable as a data entry method. That is, I'd like to > type text into the cells. I can't figure out how to do this - in all the > examples I've seen and from the API I don't see anything that would make > this possible (short of subclassing FXTableItem to duplicate the > functionality of an FXText). > > Any ideas? This question has already been asked 100 times, but there's still no solution other than subclass FXItem (and FXTable itself, since it contains a FXItem factory method). Pity enough. Many people have attempted to go the subclassing way (as seen from FOX maillist archives), but noone seems to have come up with a final solution - neither in C++, nor in Ruby. I personally would be very happy to have an editing possibility. I even made my own hak, but it's ugly. ;-( I look forward to replacing it with something better. :-) -- be9 |