Re: Overriding NSCollectionView's selection: a good idea?

2009-08-18 Thread Andrew McClain
Ah! So if I understand you correctly, binding my prototype view back to the NSCollectionViewItem gives me access to each replicated controller? I was missing that completely. So, theoretically, I could subclass the NSCollectionViewItem, give it a reference to my AppController, and then have the bu

Overriding NSCollectionView's selection: a good idea?

2009-08-17 Thread Andrew McClain
I've been reading docs and looking at IconCollection for the last week and I still can't really figure this out. Here's the behavior I want to model: pretend I'm making poker dice game (I'm using this as an example to help me understand cocoa programming). I have a visual representation of the dice

Stymied by NSCollectionView

2009-08-16 Thread Andrew McClain
I've been reading docs and looking at IconCollection for the last week and I still can't really figure this out. Here's the behavior I want to model: pretend I'm making poker dice game. I have a visual representation of the dice, and I want to select a certain number of them each round. Right now

Stymied by NSCollectionView

2009-08-16 Thread Andrew McClain
I've been reading docs and looking at IconCollection for the last week and I still can't really figure this out. Here's the behavior I want to model: pretend I'm making poker dice game. I have a visual representation of the dice, and I want to select a certain number of them each round. Right now