Hi All,
I've been working with Flash8 Tree and have the following situation:
var treeIndex:Number = layoutTree.getDisplayIndex(
layoutTree.selectedNode);
trace("SelectedTreeIndex = " + treeIndex);
trace("TreeChanged = " + layoutTree.selectedNode );
trace("TreeNode = " + layoutTree.getTreeNodeAt(treeIndex));
The problem is that the TreeNode value from the trace is "Undefined".
Oddity: When the treeIndex value is 0, then the TreeNode value is the
correct XML of the entire tree.
I am working with ARP architecture. What would the problem be in this case.
Sincerely
Tim
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders