I don't recall a resolution to that thread and din't find one when I searched. The original poster was last seen working with filtering the dataProvider, which is probably the easiest solution. (I really need to try creating a custom DataDescriptor sometime)
Note that "invisible" is sloppy language. I am pretty sure both posters mean that they want the node to be "not there". Invisible things take up space. This is not a semantic quibble, as anyone who has set visible="false" on a component in a layout container knows. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Thursday, April 17, 2008 1:28 PM To: [email protected] Subject: RE: [flexcoders] Tree Control Help is Required! It should just work. What are you getting now? There was a recent discussion on how to make a node invisible. Check the archives. ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of qau_yasir Sent: Thursday, April 17, 2008 5:53 AM To: [email protected] Subject: [flexcoders] Tree Control Help is Required! Hi, I am new to flex world. I have to show the XML data in the Tree Control. XML is in standard format. <RootA> <RootAA> <RootB> <Leaf>1000</Leaf> <Leaf>2000</Leaf> </RootB> <RootB> <Leaf>5000</Leaf> <Leaf>6000</Leaf> </RootB> </RootAA> </RootA> Question # 1. I need to display RootB as first Tree node, 1000, 2000 as its leaves (sub node),then RootB (2nd Node) and 5000 and 6000 as its children (leaves). Question # 2. Is there a way to make any one node invisible in the tree? I will be very thankful to you. Regards YM

