Don't quote me on this, but I think you can use an inline renderer on a leaf node. If not, look at the Class and go one up. See if the class it extends from has any properties for the children and go from there.
--- In [email protected], "Jeff" <[EMAIL PROTECTED]> wrote: > > > Thanks Kenny, for the sanity check and the example! At least I'm not as > crazy or stoopid as I was beginning to feel. > > OK, so if that's the way it has to be, I can easily turn my XML into > arrayCollections for dataGrids. > > In another part of the app, though, I need to have a tree of checkboxes > in which every branch and leaf has a checkbox on it (think "MSBackup", > for example). Any ideas for that? > > Cheers, > Jeff > > > --- In [email protected], "lostinrecursion" <k.silans@> > wrote: > > > > Hi there. I have had a lot of trouble over the Flex 2 launch with > > getting XML to behave correctly as a DataProvider. I have found that > > converting the XML to an ArrayCollection first solves most problems. > > YOu don't have to do it by looping either. You can typically use the > > <mx:Model> tag to accomplish it simply. > > > > See the following post: > > > > http://www.mail-archive.com/[email protected]/msg33137.html > > > > HTH > > -Kenny > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

