Re: NSCollectionView woes

2008-11-22 Thread Cem
Thanks, that worked! I do try to read the examples and CocoaDev, but I've found that after I've read the examples, the only way I really learn is by trying and sometimes failing. I appreciate the help and the quick response. Thanks, Cem Karan On Nov 21, 2008, at 1:55 PM, Volker in Lists

Re: NSCollectionView woes

2008-11-21 Thread Volker in Lists
Hi Cem, the CollectionView needs only to be pointed to the cars ArrayController and uses a rather obfuscated way of binding each of its subviews fields to the appropriate car entries. you will have to bind your prototype view controls to CollectionView.representedObjects."key". The Collec