Re: NSTableView Always Undesirably Selects First Row when It Loses Key Focus

2009-10-27 Thread Grant Erickson
On 10/26/09 5:08 PM, Grant Erickson wrote: On 10/23/09 4:31 PM, Grant Erickson wrote: I have a device list in my preference pane implemented as a NSTableView under 10.5, not unlike the list of network devices in Apple's Network preference pane. Unlike the Network table, in my case there is

Re: NSTableView Always Undesirably Selects First Row when It Loses Key Focus

2009-10-26 Thread Grant Erickson
On 10/23/09 4:31 PM, Grant Erickson wrote: I have a device list in my preference pane implemented as a NSTableView under 10.5, not unlike the list of network devices in Apple's Network preference pane. Unlike the Network table, in my case there is no mandate that an item (i.e. row) always

Re: NSTableView Always Undesirably Selects First Row when It Loses Key Focus

2009-10-25 Thread Keary Suska
On Oct 23, 2009, at 5:46 PM, Grant Erickson wrote: On 10/23/09 4:38 PM, Kyle Sluder wrote: On Fri, Oct 23, 2009 at 4:31 PM, Grant Erickson erick...@umn.edu wrote: Unlike the Network table, in my case there is no mandate that an item (i.e. row) always be selected. However, if there are no

Re: NSTableView Always Undesirably Selects First Row when It Loses Key Focus

2009-10-25 Thread Grant Erickson
On 10/25/09 10:26 AM, Keary Suska wrote: On Oct 23, 2009, at 5:46 PM, Grant Erickson wrote: On 10/23/09 4:38 PM, Kyle Sluder wrote: On Fri, Oct 23, 2009 at 4:31 PM, Grant Erickson erick...@umn.edu wrote: Unlike the Network table, in my case there is no mandate that an item (i.e. row) always

NSTableView Always Undesirably Selects First Row when It Loses Key Focus

2009-10-23 Thread Grant Erickson
I have a device list in my preference pane implemented as a NSTableView under 10.5, not unlike the list of network devices in Apple's Network preference pane. Unlike the Network table, in my case there is no mandate that an item (i.e. row) always be selected. However, if there are no rows

Re: NSTableView Always Undesirably Selects First Row when It Loses Key Focus

2009-10-23 Thread Kyle Sluder
On Fri, Oct 23, 2009 at 4:31 PM, Grant Erickson erick...@umn.edu wrote: Unlike the Network table, in my case there is no mandate that an item (i.e. row) always be selected. However, if there are no rows selected, when I hit the tab key to change the key focus from my table to the preferences

Re: NSTableView Always Undesirably Selects First Row when It Loses Key Focus

2009-10-23 Thread Grant Erickson
On 10/23/09 4:38 PM, Kyle Sluder wrote: On Fri, Oct 23, 2009 at 4:31 PM, Grant Erickson erick...@umn.edu wrote: Unlike the Network table, in my case there is no mandate that an item (i.e. row) always be selected. However, if there are no rows selected, when I hit the tab key to change the key