Skip to main content
1-Visitor
May 28, 2015
Solved

How to use Tree in the user interface?

  • May 28, 2015
  • 2 replies
  • 1236 views

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,

Snap1.png

can you help me?

    Best answer by Eike_Hauptmann

    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

    2 replies

    15-Moonstone
    June 1, 2015

    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

    xd_011-VisitorAuthor
    1-Visitor
    June 5, 2015

    Thanks, i read the API once more, and it works now. Thanks for your hint.

    1-Visitor
    June 3, 2015

    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

    xd_011-VisitorAuthor
    1-Visitor
    June 5, 2015

    Thanks for your advice