Quote:
Originally Posted by baseman101
I don't want to spam all the forums with my threads, so here's another question. Is it possible to get the path of the selected node in a GuiTreeViewCtrl? For example, if Hey.txt is selected and that value is inside Hello, then it would return Hello/Hey.txt.
|
Ideally you would create a separate thread for each issue so that it is easier for people with the same problem to find when searching the forum.
The wiki suggests that the following event exists for GuiTreeViewCtrl:
Quote:
onSelect(node,nodeslashpath,nodedotpath) - a node has been selected
|