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 IFocusManagerContainer, so
both are ignored in the Flex tab order.


Rebuilding your example to use InputText works as you want it to, although I
manually assign all tab indexes, not just the ones for InputText -- the tab
order can get wonky otherwise.

http://www.adobe.com/2006/mxml"; layout="absolute">

 






Jer
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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 for the 
same



http://www.adobe.com/2006/mxml";
layout="absolute">

 









___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders