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