nextKeyView not cycling through NSEditText fields
nextKeyView not cycling through NSEditText fields
- Subject: nextKeyView not cycling through NSEditText fields
- From: Mike <email@hidden>
- Date: Fri, 30 Mar 2007 11:18:38 -0700
I have an NSView in a window with 4 NSEditText fields. All 4 of the text
fields are connected via their nextKeyView outlets. I want the user to
be able to hit the Tab key and have the focus cycle continuously through
all of the text fields in order.
The first three of these work - when I press Tab the cursor advances to
the next text field and it gets the focus. The last of the 4 fields
however doesn't work - when it has focus and I press Tab nothing happens
- even though the connection is there and I control-dragged the
connection back to the first text field in Interface Builder. All 4 of
the edit text fields have the same connection settings so I don't see
why it shouldn't work.
What am I missing?
Thanks,
Mike
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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