paulreitz
02-29-2008, 12:00 AM
The situation:
I'm using Flash CS3 and Air to build an app with ten textfields arranged in a square. textfield #0 is towards the upper right, and they go in sequence from there in a clockwise direction. This is set up to simulate the physical location of some devices. I need to tab through them, starting at 0 and going around to 9.
The problem is if I don't set a tabIndex, they tab from upper left to lower right (including the three buttons I put in the middle of the screen). If I set the tabIndex on all of the textfields, then I can only tab to #0 and I can't tab to any other textfield. right after I set the tabIndex, I trace out the tabIndex out for all of the textfields and they are set to -1 for some reason.
Any help would be appreciated :)
I'm using Flash CS3 and Air to build an app with ten textfields arranged in a square. textfield #0 is towards the upper right, and they go in sequence from there in a clockwise direction. This is set up to simulate the physical location of some devices. I need to tab through them, starting at 0 and going around to 9.
The problem is if I don't set a tabIndex, they tab from upper left to lower right (including the three buttons I put in the middle of the screen). If I set the tabIndex on all of the textfields, then I can only tab to #0 and I can't tab to any other textfield. right after I set the tabIndex, I trace out the tabIndex out for all of the textfields and they are set to -1 for some reason.
Any help would be appreciated :)