i have the following created
**[SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]var**[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] userNamelb : Label = [/SIZE]**[SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]new**[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] Label();
[LEFT]userNamelb.text = [/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]"User Name"[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2];
userNamelb.x = 7.3 ;
userNamelb.y = 62.4 ;
[/SIZE]**[SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]var**[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] userNameTxt : TextInput = [/SIZE]**[SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]new**[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] TextInput();
userNameTxt.x = 111.3;
userNameTxt.y = 61.4;
userNameTxt.tabEnabled = [/SIZE][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]true[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2];
[/SIZE]**[SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]var**[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] passwordlb : Label = [/SIZE]**[SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]new**[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] Label();
passwordlb.text = [/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]"Password"[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2];
passwordlb.x = 9.3;
passwordlb.y = 101.3;
[/SIZE]**[SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]var**[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] passwordTxt : TextInput = [/SIZE]**[SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]new**[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] TextInput();
passwordTxt.displayAsPassword = [/SIZE][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]true[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2];
passwordTxt.x = 110.3;[/LEFT]
passwordTxt.y = 105.3;
how can enable tabs in order of the textinput so that username textinput is selected first and then password textinput is selected next once the tab is clicked.
at this momemnt its selectin some weird
kind regards
surf
[/SIZE]