Re: NSCollectionView and default selections ...

2008-03-07 Thread Michael Pringle
Hi Jens, Thanks for getting back to me. I already had that checked as it was something I'd already thought of. Do you have any more ideas ? Perhaps I could email you the code ?? -Mic On 7 Mar 2008, at 20:00, Jens Alfke wrote: On 7 Mar '08, at 10:02 AM, Michael Pringle wrote: in Apple's ex

Re: NSCollectionView and default selections ...

2008-03-07 Thread Jens Alfke
On 7 Mar '08, at 10:02 AM, Michael Pringle wrote: in Apple's example the first item in the collection is always selected, yet on mine I have to click into the collection then onto the first item to select it. Make sure the "Avoids empty selection" checkbox is on, in the settings of the a

NSCollectionView and default selections ...

2008-03-07 Thread Michael Pringle
Hi, I'm having a small problem with a NSCollectionView. I used Apple's example (Icon Collection) to setup my collection view, and mimicked it in almost all ways. I am happy with everything except that in Apple's example the first item in the collection is always selected, yet on mine I hav