There is no getChildren as such. But you will always get numChildren , which will give you the number of children of a displayObject. after that you can use this numChildren along with the getChildAt() function to get the children of the object.
Is this what you were looking for? On Wed, Oct 14, 2009 at 3:13 PM, Portillo <[email protected]>wrote: > > How can I get all children in flex 4 panel or group? > > Theres something like getChildren()? The sparks layout dont have > getChildren. How can I get them? > > Anybody knows? > > Thx > > > > -- Regards, Ganaraj P R --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

