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 createComponentsFromDescriptors() but none of this helps.
I want to fill a cache of MXML-components when the application initializes. At this point the cached MXML components have no parent yet, but I need to do some initialization on it's children too. Cheers, Andrej