[flexcoders] Adding a UITextField to a UIComponent

2008-04-07 Thread esaltelli
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

RE: [flexcoders] Adding a UITextField to a UIComponent

2008-04-07 Thread Alex Harui
this error. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of esaltelli Sent: Monday, April 07, 2008 5:36 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Adding a UITextField to a UIComponent I have a component that extends UIComponent