Re: Changing NSTableView cell editing behaviour
Re: Changing NSTableView cell editing behaviour
- Subject: Re: Changing NSTableView cell editing behaviour
- From: Allan Odgaard <email@hidden>
- Date: Wed, 3 Mar 2004 16:18:36 +0100
On 3. Mar 2004, at 15:59, Christoph Priebe wrote:
[...] pressing return end the editing and move the focus to the next
cell. (And I don't whant the focus move.)
This is why I called abortEditing after calling the superclass. So the
superclass would complete the current edit, move the field editor, but
then be told to stop editing -- and due to the delayed redraw of Cocoa,
it would not be visible to the user (that the field editor just moved).
_______________________________________________
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.