NSCollectionView and firstResponder madness
NSCollectionView and firstResponder madness
- Subject: NSCollectionView and firstResponder madness
- From: Dave DeLong <email@hidden>
- Date: Wed, 23 Mar 2011 16:18:37 -0700
Hi everyone,
I have an NSCollectionView in a sheet. The NSCV does not allow selection and is used for displaying a list (so maxNumberOfColumns = 1) of views. These views have things like NSComboBoxes and NSTextFields in them. I'm trying to figure out how to be able to tab from textfield to textfield, jumping in between collectionViewItems, if necessary.
I've tried patching my NSCollectionViewItem subclass into the responder chain, overriding various NSResponder methods on various objects, and so on. All of this has been fruitless. I never see any of the events, let alone am able to respond to them.
How should I go about tabbing between views in disparate NSCollectionViewItems?
Thanks,
Dave
_______________________________________________
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