Re: How to set the tab order?
Re: How to set the tab order?
- Subject: Re: How to set the tab order?
- From: Laurence Harris <email@hidden>
- Date: Tue, 25 Jul 2006 14:57:37 -0400
On Jul 25, 2006, at 10:58 AM, James Bucanek wrote:
Loonen, Hans wrote on Tuesday, July 25, 2006:
I have a Carbon app with a UI drawn in Interface Builder.
The UI consists of 4 edit controls named (let's say) 1,2,3,4
consecutively.
I select the first one (named 1) with the mouse. When I press the Tab
key on my keyboard control 3 gets selected, again Tab goes to 2 and
again Tab goes to 4.
How can I arrange that the order is 1, 2, 3, 4?
BTW the control IDs are 1,2,3,4.
For Carbon NIBs, the tab order of items is controlled in the Tab
Order tab of the Control Panel pane (found in the Inspector palette/
window). Select a container, usually the window itself, and switch
to the Tab Order list in the Control Panel. To change the tab
order, drag the items in the list around. There is also an
"Autocalculate" function which tries to guess an intelligent order
for you.
Another option is to select all of them in the order you want one at
a time by shift-clicking and then use the Bring to Front command. I
prefer this because I can do it with the actual items in the window
instead of dealing with a list in a separate window.
Larry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden