Re: [flexcoders] How to iterateOverChildren of an component not in display

2009-08-23 Thread Wesley Acheson
It may be because of deferred instantiation the component doesn't actually have children yet. On Fri, Aug 21, 2009 at 10:29 PM, alexeoscar wrote: > Suppose you have a MyView.mxml file, which is basically a Panel with > several children (Form, FormItems, Buttons...). > > Is it possible to iterate

[flexcoders] How to iterateOverChildren of an component not in display

2009-08-21 Thread alexeoscar
Suppose you have a MyView.mxml file, which is basically a Panel with several children (Form, FormItems, Buttons...). Is it possible to iterate over the MyView and get all the information about its children (types, id ...) before it is displayed. In my Main.mxml if I have this function