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 Sinning wrote:
In trouble shooting a problem tabbing between TextFields, I pasted my 
form layout into a simple movie.  The tabbing was still broken.  I 
stripped it down to just the TFs, still broken.


Finally, I simply removed the ComboBox component from my library and 
tabbing works just fine.  Put the ComboBox back in the library, 
tabbing is broken.


What's up with this?
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



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


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 if I'm wrong on this.

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