Can you make a small test case? You should'n't set tabEnabled on a container, and it should already have tabChildren = true.
If you can walk downward via tabChildren=troe through the container hierarchy you should be able to tab to the components in the containers. ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of icodeflex Sent: Friday, July 11, 2008 1:06 PM To: [email protected] Subject: [flexcoders] using mx:States, newly displayed fields are not getting tab focus Oh mighty list, I need some help. I have a Canvas which I am using to layout a bunch of TextInput fields. Using mx:States, I am conditionally displaying other Canvas containers with more TextInput fields on the main canvas. The problem is that when I display the fields on the Canvas containers added with States, the fields are not added to the tab order. I tried calling various Validate() methods on the main Canvas, and have also tried setting the tabEnabled, tabChildren properties of the "added" Canvas containers. Any suggestions to fixing this? thanks! Dustin

