I've checked all the examples on the forum which included treeview, but all examples have the same issue (or appear to have it)
I'm writing an application where the user can select a file (just the path)
I tried to do this with FileOpen but that only allows me access to the memory card, Treeview was the next option, the examples on the forum all have the same problem , they give an error when I try to compile them:
"Unknown control type Use Control (Name,Type) instead"
Line XXX : Control(node).addnewnode (SubString(s,c,StrLength(s)-c))
changing this to Control(node,treeview).addnew....etc.
Seems to solve it in the EDI but when I run the compiled program I get the attached error..
(this is for the desktop version, the ppc version also has errors)
Any help is appreciated
Thanks
I'm writing an application where the user can select a file (just the path)
I tried to do this with FileOpen but that only allows me access to the memory card, Treeview was the next option, the examples on the forum all have the same problem , they give an error when I try to compile them:
"Unknown control type Use Control (Name,Type) instead"
Line XXX : Control(node).addnewnode (SubString(s,c,StrLength(s)-c))
changing this to Control(node,treeview).addnew....etc.
Seems to solve it in the EDI but when I run the compiled program I get the attached error..
(this is for the desktop version, the ppc version also has errors)
Any help is appreciated
Thanks