tabs and tab order
tabs and tab order
- Subject: tabs and tab order
- From: Greg Freeman <email@hidden>
- Date: Tue, 8 Jan 2002 18:49:45 +0000
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?
. Logic .