nextKeyView of a NSMatrix?
nextKeyView of a NSMatrix?
- Subject: nextKeyView of a NSMatrix?
- From: Mark Mieczkowski <email@hidden>
- Date: Tue, 23 Dec 2003 13:39:31 -0500
I have a few NSTextFields which I turned into NSMatrix objects. I set
the nextKeyView of the NSMatrix object but after tabbing out of the
last cell of the matrix I wrap around to the first cell instead of
moving on the the nextKeyView.
I tried changing the NSMatrix into individual NSTextFields but; the
text fileds are enclose in a NSBox and so I think interface builder has
changed them back into a NSMatrix behind my back as the behavior is the
same.
Can I set a delegate to handle tabbing inside the matrix or do I have
to intercept key events?
-Mark
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.