Re: [Flashcoders] TextField TabIndex in flex

2009-07-24 Thread Jer Brand
I think many on the list would say "This isn't Flex Coders" but the answer to this one is fairly simple: Is there a reason you're not using InputText Class rather than wrapping a TextField in a UIComponent. I'm fairly sure neither TextField nor UIComponent implement IFocusManagerComonent nor IFocu

[Flashcoders] TextField TabIndex in flex

2009-07-23 Thread Sumeet Kumar
Hi All, I am adding two textfields dynamically using the code written below and after that i am trying to set the tabindex for the two textfields. But i am not able to set the tabIndex for the textfields added dynamically. Can anyone please guide what am i doing wrong here? Here is the code f