Skip navigation.
 
mlRe: NSTableView and End Editing notifications
FROM : Matt Neuburg
DATE : Thu Aug 03 20:17:09 2006

On Thu, 03 Aug 2006 14:58:22 +0100, "Paul Verity"
<paul.<email_removed>> said:
>As a newbie I'm trying to get my head around the Cocoa API so I can develop
>a GUI; I have a TableView and a button that will add new records to the
>table each time it's clicked. I can edit the values in the table view, but I
>don't want the next row in the view to be automatically selected when I end
>editing (hit Return).


But this is a very very very FAQ, so why not start by checking the archives?
They are at:

<http://www.cocoabuilder.com>

A very good answer has been given again and again over the years:

<http://www.cocoabuilder.com/archive/message/cocoa/2002/2/2/68164>
<http://www.cocoabuilder.com/archive/message/cocoa/2003/5/23/81326>
<http://www.cocoabuilder.com/archive/message/cocoa/2005/2/4/127554>

m.

--
matt neuburg, phd = <email_removed>, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
<http://www.amazon.com/gp/product/0596102119>

Related mailsAuthorDate
mlNSTableView and End Editing notifications Paul Verity Aug 3, 15:58
mlRe: NSTableView and End Editing notifications Nick Zitzmann Aug 3, 18:43
mlRe: NSTableView and End Editing notifications Matt Neuburg Aug 3, 20:17
mlRe: NSTableView and End Editing notifications Paul Verity Aug 3, 20:36
mlRe: NSTableView and End Editing notifications Matt Neuburg Aug 3, 20:47
mlRe: NSTableView and End Editing notifications Nick Zitzmann Aug 3, 20:56
mlRe: NSTableView and End Editing notifications Paul Verity Aug 3, 21:31