[flexcoders] Re: getChildren() ... what's in it?

2007-09-05 Thread nasawebguy
Thank you Gordon. This was very helpful. Gets me what I need. Thanks! Don --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: Trace output appears in the Console pane. To see trace output, you need to Debug rather than Run you app. If you trace an Array, each element of

[flexcoders] Re: getChildren() ... what's in it?

2007-09-05 Thread nasawebguy
Thanks! I'll try this option too. Don --- In flexcoders@yahoogroups.com, Muzak [EMAIL PROTECTED] wrote: And you can use trace() in combination with mx.utils.ObjectUtil.toString() which will display the object tree structure in the console trace(ObjectUtil.toString(myCanvas.getChildren()));