RE: [flexcoders] Expand All tree nodes

2007-02-22 Thread Brian Holmes
Check out the Flex QuickStarts "Working with Trees"


http://www.adobe.com/devnet/flex/quickstart/working_with_tree/


B.


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ramanamurthy Medarametla
Sent: Wednesday, February 21, 2007 5:45 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Expand All tree nodes

Hi all,

I'm new to flex. I have a requirement that i have to expand all tree
nodes when my tree initializes. 
it is showing only one parent node, but i need to display all nodes
expanded some thing shown below.

 1234
   8923
---821932
---348273
   9821
---342233
   342342
 ---425231
 ---412412
   -- 5678


Thanks in advance




--
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 - Join or create groups, clubs, forums & communities.
Links



 


***
The information in this e-mail is confidential and intended solely for the 
individual or entity to whom it is addressed.  If you have received this e-mail 
in error please notify the sender by return e-mail delete this e-mail and 
refrain from any disclosure or action based on the information.
***


[flexcoders] Expand All tree nodes

2007-02-22 Thread Ramanamurthy Medarametla
Hi all,

I'm new to flex. I have a requirement that i have to expand all tree 
nodes when my tree initializes. 
it is showing only one parent node, but i need to display all nodes 
expanded some thing shown below.

 1234
   8923
---821932
---348273
   9821
---342233
   342342
 ---425231
 ---412412
   -- 5678


Thanks in advance