Re: [flexcoders] getting refs to items in Group.mxmlContent?

2008-12-16 Thread Haykel BEN JEMIA
You should use the content management functions of group to access its children: numElements(), getElementAt(index:int), getElementIndex(element:Object) etc. Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com On Tue, Dec 16, 2008 at 10:28 PM, Mic wrote: > (OK to ask Gu

[flexcoders] getting refs to items in Group.mxmlContent?

2008-12-16 Thread Mic
(OK to ask Gumbo questions?)When an .fxg file is loaded into FxApplication and added to a Group, and that Group is then added to FxApplication, array mxmlContent[0] contains the .fxg Graphic object, whose child Groups can be accessed directly by name: displayGroup.mxmlContent[0].myGroup1 Howev