Tab between components

I Play With Physics Registration Form From Blog Doug Mccune

I am trying to make it so that after I have finished typing the username, I can press the tab key to go to the password field and go back to the login button. I'm a bit n00b with flex, so I assumed setting the tabIndex properties would solve this, but it doesn't.

Any ideas?

EDIT: After a little further research, the problem seems to lie with the PhysicsContainer. If the physical container is removed, then tabbing works without problems. Unfortunately, this also hits the point of the whole project

0


a source to share


1 answer


You may also need to set the tabEnabled property for loginBtn.

If that doesn't fix it, I would try looking at the FocusManager:



http://livedocs.adobe.com/flex/2/langref/mx/managers/FocusManager.html

+2


a source







All Articles