Hello,
I want to deselect a row if the user clicks again on a row.
->CurrentCell = nullptr;
works, if call it from outside the table - from a button callback.
But in table callbacks, like CurrentCellChange or CellEnter,
the programm crash.
Has anybody an idea ?
Thanks
Frank Iversen
jxlang - 19 Jul 2006 15:45 GMT
Have teh user hold down the ctrl button when the reselect a row. This will deselect the row if it was allready selected.