Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
i am coding a program to show a tree and a list in a dialog,
I found the sample code of List,
However, i can not find a sample of how to use tree, and have no idea about the APIs of Tree.
as below,
can you help me?
Solved! Go to Solution.
Hi x d,
it's the same as the list API. There is a complete description inside of the Toolkit API HTML files. You could find them at your installation directory inside your toolkit directory. You need java to use them right (there is a index.html).
Joshua described in his Blog how to solve the java issues with the help files: http://portal.ptcuser.org/p/bl/ar/blogaid=54
Br,
Eike
Hi x d,
it's the same as the list API. There is a complete description inside of the Toolkit API HTML files. You could find them at your installation directory inside your toolkit directory. You need java to use them right (there is a index.html).
Joshua described in his Blog how to solve the java issues with the help files: http://portal.ptcuser.org/p/bl/ar/blogaid=54
Br,
Eike
Thanks, i read the API once more, and it works now. Thanks for your hint.
Hello x d,
has the hint from Eike helped you?
If yes, please take the time to mark his post as Correct Answer, as this helps the community to identify threads that are resolved and threads that still wait for an answer.
Thanks,
Gunter
Thanks for your advice