nicolasWhite
Member
Hello.
Is there any way to return the index of the selected node?
:BangHead:
Is there any way to return the index of the selected node?
:BangHead:
node1.value = tree1.AddNewNode("something")
node1.selectedImageIndex = 'rowOfTable for this node'
...
...
...
node2.value = tree1.selectedNode
rowOfTableForSelectedNode = node2.selectedImageIndex
This is what I'm working on now Still I'm having a strong temptation to resort tostoring a value that I need to save and load the data for this node.