Changing editing behaviour of NSTableView
Changing editing behaviour of NSTableView
- Subject: Changing editing behaviour of NSTableView
- From: Pete Yandell <email@hidden>
- Date: Tue, 21 Jan 2003 22:57:54 +1100
By default, editing a row in an NSTableView and hitting return selects
the next row for editing (or the current one again if there is only one
row in the table.)
What I'd like to have it do is have hitting return end the editing the
leave the just-edited row selected.
Anyone got an idea on how to do this?
I've tried various things in the delegate's
tableView:setObjectValue:forTableColumn: method, but I think the switch
to editing the next row happens after this method is called.
Pete Yandell
http://pete.yandell.com/
_______________________________________________
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.