According to http://livedocs.macromedia.com/labs/1/flex20beta3/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000611.html , the following code used to work in Flex Beta 2 but stopped working in Beta 3.  :

<![CDATA[
function initTree(){
tree1.setIsOpen(tree1.getNodeDisplayedAt(0), true);
}
]]>
</mx:Script>

<mx:Tree id="tree1" ... creationComplete="initTree();" >
...
</mx:Tree>

What is the correct way to do this in the latest version?


__._,_.___





--
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