I was working with the Window class, extending it in actionscript so I could tween inner containers outside etc. and i am tryig to add
I've overrode addChildAt and addChild so I could add my uiComponents to child container. All works well, with adding objects by actionscript, but when I try to do MXML components, nested inside another mxml component I get an error. I noticed that UIComponent does some internal stuff, like addingChild, and such. Right now I am storing an array of children and then adding them back on creationComplete. Does the nestLevel property give me any information on how to do this correctly? Any suggestions, please... thanks, Patrick

