Hi,
I have a FXTable and would like to edit
each cell the way one edits an Excel spreadsheet.
The only easy solution I can think of is to use
table.connect(SEL_COMMAND) and then to
update with setItemText the cell at once (based on
which keys are pressed), but I do not know how to display
the cursor there to make editing more comfortable.
Anybody got a working code snipplet?
Thank you,
-A.