Here's a followup. I hadn't written the kvo methods for the array inside my windowController (the array which holds the content for the bound NSCollectionView). I did so, and now, as soon as I add an entry to the array I get these strange exceptions :
*Could not connect the action orderFrontStandardAboutPanel: to target of class NSCollectionViewItem* *Could not connect the action hide: to target of class NSCollectionViewItem* *Could not connect the action terminate: to target of class NSCollectionViewItem* *Could not connect the action hideOtherApplications: to target of class NSCollectionViewItem* *Could not connect the action unhideAllApplications: to target of class NSCollectionViewItem* * * What I don't understand is that those actions are application or window actions, I can't see why that happens when I add content to the arraycontrolled array ! (it is directly triggered by the insertObject: inMyArrayAtIndex: call). hmmm (getting back to chicken sacrifices, cleaning blood off before it dries out...) *I* *dd* _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com