you can use the openNode<http://lyraspace.com/tools/flex_langRef/mx/collections/HierarchicalCollectionView.html#openNode%28%29>property to open a node, but you haveto make sure that the parent of the node is also opened in that case. try openNodes<http://lyraspace.com/tools/flex_langRef/mx/collections/HierarchicalCollectionView.html#openNodes> to get the list of open nodes.
if you want to loop , it would be better to loop through the data provider hope it helps On Wed, Oct 28, 2009 at 9:35 PM, W. Dan <[email protected]> wrote: > > How can i find a desired node and oen it? my data looks like this: > > - Node 1 > -- Node 1.1 > - Node 2 > -- Node 2-1 > > How can i find Node 2 by caption and open only this node with > subnodes? i thought there's something like > HierarchicalCollectionView.nodes where i can loop through. any help? > > regards > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

