|
From: | Andreas Höschler |
Subject: | Re: Setting checkbox with keyboard |
Date: | Mon, 19 Nov 2007 23:15:39 +0100 |
Hi Fred,
Until this has been sorted out correctly it would already help a lot, ifthe not selectable checkbox column was simply jumped over when tabbing through the row. Currently editing of the row (cells) stops when the checkbox column is reached which is not appreciated by users. :-)If you want just that, make the checkbox not editable or let your delegate report it as not editable ([_delegate tableView: self shouldEditTableColumn: tableColumn row: rowIndex])
I of course still need to be able to set the checkbox with the mouse. I suppose I won't be able to do that once I have made it not editable, so this is probably no solution for the problem. :-) But I will try that anyway just to see whether jumping over the checkbox works.
Regards, Andreas
[Prev in Thread] | Current Thread | [Next in Thread] |