Perfect, thank you! I have the table bound to a core data source and
did not know about the "avoid empty selection" option in the
controller. Unckecking that box took care of it.
John
On Thu, Sep 24, 2009 at 10:12 PM, Jens Alfke wrote:
>
> On Sep 24, 2009, at 5:07 PM, John McIntosh wrote:
>
>> I
On Sep 24, 2009, at 8:12 PM, Jens Alfke wrote:
On Sep 24, 2009, at 5:07 PM, John McIntosh wrote:
I assumed that I could send the same deselectAll message in either an
awakeFromNib function or applicationDidFinishLaunching. However,
neither of these clears the selection.
Make sure you've ch
On Sep 24, 2009, at 5:07 PM, John McIntosh wrote:
I assumed that I could send the same deselectAll message in either an
awakeFromNib function or applicationDidFinishLaunching. However,
neither of these clears the selection.
Make sure you've checked the table's "Empty" checkbox (allow empty
Hello all. I am working on an application that contains a NSTableView.
The table view has a single column which display several options.
Based on the row that the user selects, something is displayed. When
the application is first launched, the first row in the table is
selected by default (but not