PDA

View Full Version : TabIndex question


Qutaibah
05-30-2008, 01:44 PM
Hi all,

I have two panels on stage each containing three textfields. I want to use the tab key to move between the textfields. However, movement should be restricted to textfields within the same panel. Right now, when focus is on a textfield in panel A, the focus moves from one field to the next until it hits the last textfiled then it jumps to textfileds in panel B. How can I make the focus move only to textfields placed in the same panel?

I am messing around with tabChildren, tabIndex, and tabEnabled, but still no luck. any help would be greatly appreciated.

cheers