I have a component that extends UIComponent.  I am adding several
display objects to it--a FlexShape, Image, and UITextField.  

I've overridden createChildren() to construct each of the component
objects.  However at run-time the addChild call for the UITextField is
throwing an RTE indicating that the UITextField's antiAliasType must
be non-null.  

Anyone run across this; and, if so, any known workarounds?  FYI -- The
text for the field is set at some time after adding the actual label
string.

TIA,

ed

Reply via email to