Hi, I have, after much struggling with the documentation, managed to create an NSCollectionView that displays all the items I want it to. However, selection isn't quite working right.
When the user clicks on item A, setSelected:YES is sent to the NSCollectionViewItem subclass for A. This pleases me :) When the user clicks on item B, setSelected:YES is sent to the NSCollectionViewItem subclass for B. This pleases me too :). However, when the user clicks on item B after clicking on item A, setSelected:NO is *not* sent to the NSCollectienViewItem subclass for A. This displeases me greatly :(. Is there some way I can get my NSCollectionView to tell me when the user deselects items? Thanks Tom Davie _______________________________________________ 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