NSCollectionView deselection
NSCollectionView deselection
- Subject: NSCollectionView deselection
- From: Thomas Davie <email@hidden>
- Date: Mon, 1 Mar 2010 19:42:24 +0000
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 (email@hidden)
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:
This email sent to email@hidden