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
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
I'm slowly working my way through Aaron Hillegass' Cocoa Programming
for Mac OS X and just completed the CarLot program (Chapter 11 in the
3rd edition). I decided to challenge myself and try to change the
interface to use NSCollectionView instead of the interface in the
book. In order to