Hey All,
I am working on a site which has an XML-driven tree component in it. I have already figured out that if I want a node to open and be selected onLoad I use:
_root.theTree.setIsOpen(_root.theTree.getTreeNodeAt(0), true, true, true);
However, the first node of my XML file has a child node which I would like to have selected onLoad instead. Id greatly appreciate it if someone could tell me how I would go about coding this so that when my site loads it opens the first node (revealing the child nodes) with the first child node selected. Thanx in advance!