hi all i've got an AS2 tree component. it's got multiple levels of branches. i'm doing a little remoting to get the selected nodes in the tree.
what is the best way of setting selected nodes in the tree? i would have thought just using '.selectedIndices' would have done the trick, but it seems that these selections don't stick if they are within a closed branch. It's the closed branches that are giving me grief. do i have to explicitly expand and loop over the tree to make my comparisons and selections? is there a way to get a 'list' of all the items attached to a tree, without regard for the nesting level? i.e. list.length == fullyOpenedTree.length; is there a way to make the selections persist if the user closes then opens the parent branch? am i asking really stupid questions? i keep feeling like there's something really simple i'm missing..? thanks Grant --- You are currently subscribed to fugli as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
