----- Original Message ----- From: "gpe_comp" <[email protected]> To: <[email protected]> Sent: Thursday, January 08, 2009 10:24 PM Subject: [flexcoders] Creating mxml components within script block - but they don't appear in display
>I have a component defined in mxml and want to create many of these >(setting parameter > values such as x, y etc.) within a Script block. > > All seems OK, but they do not appear on the display. Hopefully a simple > solution but I can't > figure it out! help most appreciated. Donning my mind readers hat (since you haven't supplied any code), I suspect you haven't used addChild() to add the component as a child of the mxml component.

