Re: [Flashcoders] AS2 ComboBox breaks tabEnabled of TextFields

2010-01-31 Thread Andrew Sinning
So, I needed to set the tabChildren = true for the container MovieClip, then it worked. question: how far up the parent-chain does the tabChildren property need to be set? All the way up to _root? If a swf is imported into a clip, does it need to get set all the way up to _level1? Andrew

Re: [Flashcoders] AS2 ComboBox breaks tabEnabled of TextFields

2010-01-31 Thread Jer Brand
If my poor memory serves, you only have to set that on the container clip and not up the parent chain, as it's only important for MC's that have tabenabled children -- but you should probably test that theory as I've never applied this to the components, just MC's and imported MC's. Let me know