Re: Escape in NSTableView cell

2011-02-07 Thread Kyle Sluder
On Mon, Feb 7, 2011 at 8:05 AM, Dave Reed wrote: > See this: > > http://www.cocoabuilder.com/archive/cocoa/176709-esc-to-cancel-editing-in-tableview.html > > Subclassing NSTableView and overriding cancelOperation appears to work. I > don't know if there's a better way though. I'm not a fan of th

Re: Escape in NSTableView cell

2011-02-07 Thread Dave Reed
On Feb 7, 2011, at 9:49 AM, Ivan C Myrvold wrote: > I have developed an application with a table view and text edit cell. When I > press escape from a table view cell, I want the cell to lose focus and end > editing. Instead I get a list of words in the cell. See picture at > http://www.myrvol

Escape in NSTableView cell

2011-02-07 Thread Ivan C Myrvold
I have developed an application with a table view and text edit cell. When I press escape from a table view cell, I want the cell to lose focus and end editing. Instead I get a list of words in the cell. See picture at http://www.myrvold.org/cocoa/images/editcell_escape.png How can I avoid the