Re: Changing NSTableView cell editing behaviour
Re: Changing NSTableView cell editing behaviour
- Subject: Re: Changing NSTableView cell editing behaviour
- From: Dustin Voss <email@hidden>
- Date: Tue, 2 Mar 2004 22:09:26 -0800
On 2 Mar, 2004, at 11:38 AM, Allan Odgaard wrote:
Likewise, I would love to be able to abort editing on escape (i.e.
revert to the state before editing started), but have not been able to
do that (I guess I would need to replace the field editor for the
table view, but that is really too much work).
I think this can be done by adding an NSResponder to the responder
chain that handles the cancelOperation: or _cancelKey: (pre-Panther)
commands, and tells the field editor to cancel.
I'm not sure if I've ever done this, though.
_______________________________________________
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.