How to TAB away from an NSCollectionView
How to TAB away from an NSCollectionView
- Subject: How to TAB away from an NSCollectionView
- From: Markus Spoettl <email@hidden>
- Date: Mon, 2 Jun 2008 00:43:28 -0700
Hello List,
I have a problem with NSCollectionView being a dead end for keyboard
focus cycling. When pressing TAB the keyboard focus switches to the
next suitable view until the NSCollectionView gets the focus. The
cycle stops there and I can only use the mouse to set the focus
somewhere else.
I've already tried to set the next key view explicitly using
setNextKeyView on the collection view and the collection view's items
don't become first responder (acceptsFirstResponder returns NO).
Anything else that needs to be done to make the collection view play
nice with TAB focus cycling?
The behavior is also visible in Apple's IconCollection demo at http://developer.apple.com/samplecode/IconCollection/index.html
Regards
Markus
--
__________________________________________
Markus Spoettl
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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