I am working with Creo 8. I would like to implement a dialog with tree view in it. The tree has 3 columns. I have spent few of hours trying to understand API to create and populate tree. But not able to figure how to do it. With C++ I wasn't even able to add node to tree. With C I could add node but not able to figure how to add column. If anyone has tried this already I would appreciate the help in from of sample code.
FWIW -
For C I have following working code to add node -
Solved! Go to Solution.
If you want add column in tree ui component.Set attribute [.TreeAttributeWindow] for [True]。
edit .res file with notepad,add attribute (.TreeAttributeWindow True) in (TreeAttributeWindow testTree)
If you want add column in tree ui component.Set attribute [.TreeAttributeWindow] for [True]。
edit .res file with notepad,add attribute (.TreeAttributeWindow True) in (TreeAttributeWindow testTree)