| Sign In/My Account | View Cart |
| Article: |
Working with Tables: Writing an Address Book Application | |
| Subject: | Anyone had selection problems with NSTableView? | |
| Date: | 2002-02-03 07:38:54 | |
| From: | trav | |
| When the user finishes editing a field in an NSTableView, I want to select that row, and end editing (instead of editing the next row). However, selectRow:byExtendingSelection: doesn't work for this purpose...the AppKit documentation says it should stop all field editing, but it doesn't. Has anyone found a workaround for this (I assume) bug? Thanks! | ||