Re: Confused about setting selection in NSBrowser

2010-01-16 Thread Chris Idou
17:00 AM Subject: Re: Confused about setting selection in NSBrowser On Jan 15, 2010, at 8:07 AM, Keary Suska wrote: > On Jan 14, 2010, at 9:56 PM, Chris Idou wrote: > >> I'm trying to set the selected item in an NSBrowser. >> >> I don't want to use setPath: be

Re: Confused about setting selection in NSBrowser

2010-01-15 Thread Corbin Dunn
On Jan 15, 2010, at 8:07 AM, Keary Suska wrote: > On Jan 14, 2010, at 9:56 PM, Chris Idou wrote: > >> I'm trying to set the selected item in an NSBrowser. >> >> I don't want to use setPath: because the items I'm storing in the browser >> are not unique, so therefore paths are not unique. >> >

Re: Confused about setting selection in NSBrowser

2010-01-15 Thread Keary Suska
On Jan 14, 2010, at 9:56 PM, Chris Idou wrote: > I'm trying to set the selected item in an NSBrowser. > > I don't want to use setPath: because the items I'm storing in the browser are > not unique, so therefore paths are not unique. > > I'm trying to use setIndexPath: but when I try the program

Confused about setting selection in NSBrowser

2010-01-14 Thread Chris Idou
I'm trying to set the selected item in an NSBrowser. I don't want to use setPath: because the items I'm storing in the browser are not unique, so therefore paths are not unique. I'm trying to use setIndexPath: but when I try the program throws an exception: HIToolbox: ignoring exception 'setS