tab order

Hopefully this is a simple answer. I have a window with about 20 text fields on it. How do I set the order so when the operator is hitting the tab button it will go to the proper text fields in the order that I set?

Thanks

Hi,

ctrl-drag to the next text field and choose nextKeyView

Hi,

Tried that many times, and it does not work for me. Doesnt matter if i’m in 10.6 or 10.5 interface builder…

Any clues?

Browser: Safari 531.9
Operating System: Mac OS X (10.6)

Have you set FirstResponder to the first text field?

I guess not, since I don’t know what you mean. By code or by Interface builder? I have control-dragged First Responder to the text field, but I see nothing that makes sense… or use set first responder to “” in code maybe?

ctrl-drag from the parent window to the first text field > initialFirstResponder

Of course, only one tiny thing missing to make the big one work… worked beautifully. Thanks!

Browser: Safari 531.9
Operating System: Mac OS X (10.6)