Re: [Flashcoders] Tabbing and Components (again) ...

2006-08-25 Thread John VanHorn
i had this problem a while back and was able to solve it...but i cant remeber exactly what i did. i think i had to set focusManger to false on every onKillFocus event. so if you had 1 combo box and two input text fields, you would need to write, for every component and text field:

[Flashcoders] Tabbing and Components (again) ...

2006-08-24 Thread Stephen Ford
Hi, I have a flash application that has a couple of combo box components and a couple of text fields. Trying to tab between my text fields doesn't work, even though they are all tab enabled and have tab indexes. The reason for this, I have recently found out, is due to the combo box