Re: [Fxruby-users] Edit FXTableItem?
Status: Inactive
Brought to you by:
lyle
From: meinrad r. <mei...@gm...> - 2003-11-12 21:27:38
|
Hans Fugal wrote: > * oleg dashevskii [Tue, 11 Nov 2003 at 19:51 +0600] > >>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. > > That's what I was afraid of. (part of me was just hoping my google > skillz were on vacation) > > >>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. :-) > > Has anyone settled for a second-best alternative they'd like to share? > Basically I'm trying to edit a list of items, where each item is a row > in the table (has several attributes). Something like > http://falcon.fugal.net/fugalh/tmp/mc_recipe.jpg > > Gosh, this feels like web programming all over again. :/ > hi, maybe it would be best to forget completely about fxtable and implement a table that consists of two headers controling multiple rows of fxpackers inside of multiple columns of fxhorizontal frames or fxpackers in an fxmatrix. then you would have an fxcomposite-derivative instead of an fxtableitem and you could add to it whatever you like. -- henon |