Tabbing in NSTableView
Tabbing in NSTableView
- Subject: Tabbing in NSTableView
- From: Simon Bovet <email@hidden>
- Date: Wed, 21 May 2003 00:51:51 +0200
Consider a NSTableView containing one column whose elements cannot be
edited (tableView:shouldEditTableColumn:row: returns NO). Is there a
way of redirecting the next cell to be edited when stroking Tab? In my
case, I want e.g. to "jump" to the next column/next line.
Another question: is there a way for the delegate to distinguish if the
tableView:shouldEditTableColumn:row: selector is called from a
double-click on the cell or from a tab key event?
Thanks for any help!
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.