Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rexyanhx

    why setIsOpen() doesn't work for a tree component

    You are right, Kenneth. My XML has no second child node, so when I tried: myTree.setIsOpen(myTree.getTreeNodeAt(0),true, true); I does work. Thank you so much, Kenneth.
  2. rexyanhx

    why setIsOpen() doesn't work for a tree component

    I want to open a node of a tree component when it is loading. But when I used setIsOpen(), it doesn't work. My script is as follows: var myTree:mx.controls.Tree; var myTreeDP:XML = new XML(); myTreeDP.ignoreWhite = true; myTreeDP.load("test.xml"); myTreeDP.onLoad = function(success:Boolean) {...

Part and Inventory Search

Back
Top