Re: tabs and tab order
Re: tabs and tab order
- Subject: Re: tabs and tab order
- From: Stéphane Sudre <email@hidden>
- Date: Tue, 8 Jan 2002 20:00:58 +0100
On Tuesday, January 8, 2002, at 07:49 PM, Greg Freeman wrote:
I have a set of text boxes which I want to tab through in a set order,
which is no problem when they're in the window content view. However
if I move them into a tab and set the initialFirstResponder to the
first box, and then all the nextKeyView connections as appropriate it
just seems to use a generated order and not the one I specified.
Does the tab order of text boxes work differently when they are inside
tabs?
Did you set the initialFirstResponder of the Window or the one of the
Tab Pane (which you can set displaying the Instances in List and making
a connection from the appropriate NSTabViewItem to the appropriate
NSTextField)?