Make sure you have a non-zero height and width for the dynamically added child.
Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Thursday, April 26, 2007 11:56 AM To: [email protected] Subject: RE: [flexcoders] Problem using a subclass of ComboBox in actionscript That doesn't ring a bell. Can you post simple-as-possible versions of your subclass and an that shows the problem? - Gordon ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of johnknyc Sent: Thursday, April 26, 2007 7:46 AM To: [email protected] Subject: [flexcoders] Problem using a subclass of ComboBox in actionscript Hi all, I created a AS subclass of ComboBox. I can use the subclass in MXML, however when I try to instantiate the subclass in AS, it comes up blank when I run the app. I tried running a trace in the subclass's constructor, and it seems the constructor is not even being called. Any ideas?

