Hi I'm using the following function to expand all nodes in a tree:

private function expandTree():void {
         expandChildrenOf(firstVisibleItem, true);
}

But this function fails if one intermediate node has: isBranch="true"

<node label="somelabel" isBranch="true"/>

In this way the function stop working and don't open the following nodes



--
::| Carlos Rovira
::| http://www.carlosrovira.com

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to