Re: [flexcoders] creating MXML components with new-operator in ActionScript

2008-03-26 Thread Manish Jethani
On 3/25/08, mavdzee <[EMAIL PROTECTED]> wrote: > I have noticed that when I create an MXML component in ActionScript, > that the children of the MXML component are not created until I add it > as a child of another component. Is there any way to force creation of > children before it is added?

[flexcoders] creating MXML components with new-operator in ActionScript

2008-03-24 Thread mavdzee
Hi, I have noticed that when I create an MXML component in ActionScript, that the children of the MXML component are not created until I add it as a child of another component. Is there any way to force creation of children before it is added? I tried playing with creationPolicy and createComponen