I have been studying the Treeview example. What do I replace Blitzmaxpath() with in order to get some other folder, such as My Pictures?
treeview example
BlitzMax Forums/BlitzMax GUI Programming/treeview example What treeview example? If it is the CreateTreeView example then it has changed in the latest MaxGUI.
In any event it is worth posting the source so people know what you're referring to.
<edit> OK, I *think* you're referring to Assari's MaxGUI tutorial. Is that right?
If so, I am guessing you will have to provide a fully qualified directory path rather than a windows shortcut.
In addition, if you're using the latest MaxGUI you will need to add a TreeViewRoot statement :
In any event it is worth posting the source so people know what you're referring to.
<edit> OK, I *think* you're referring to Assari's MaxGUI tutorial. Is that right?
If so, I am guessing you will have to provide a fully qualified directory path rather than a windows shortcut.
In addition, if you're using the latest MaxGUI you will need to add a TreeViewRoot statement :
You guessed right.Thanks.