Hi All,

Can any one please advice me how to add two arraycollections as two  
separete nodes in tree.

For Ex: public var Ac:ArrayCollection = new ArrayCollection ( new  
Array(p11,p12,p13));
public var Ac1:ArrayCollection = new ArrayCollection ( new  
Array(p21,p22,p23));

The above are two AC's

I want Like this...

parent
Ac -- Child1
p11 --node1
p12 --node2
p13 --node3
Ac1 -- Child 2
p21 --node1
p22 --node2
p23 --node3

Please respond me ASAP

thanks,
srini.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to