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

 

Reply via email to