How to select the next field?
How to select the next field?
- Subject: How to select the next field?
- From: Lorenzo <email@hidden>
- Date: Fri, 27 Jan 2006 14:42:35 +0100
I asked already but I didn't get any suggestion.
I would like the user hits TAB and select the next textField I want.
I have several text fields in a NSTableViewItem. Even if I connect them
through the nextKeyView, it doens't work.
In InterfaceBuilder I do:
1) I control-drag from the window to the first field A and connect as
initialFirstResponder.
2) Then I control-drag from the field A to the field B and connects as
nextKeyView.
3) Then I control-drag from the field B to the field C and connects as
nextKeyView.
I checked the list and this seems to be the right way to do it.
But on my app it doesn't work. Since the field A and C are in the same
horizontal line and the field B is in line below, I get the selection
sequence A, C, B all the time.
How to fix that?
Best Regards
--
Lorenzo
email: email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden