Quote:
Originally Posted by Rick
What's the problem? item_list.getselectednode() should return the selected node.
|
Can you add properties when you create the node? like:
temp.node = addnode("Test1");
temp.node.coolprop = "WeeEeeE";
then access the node.coolprop in .select() ?