Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hi,
Can anyone help me out and point me in the direction of some information about how to use the GUI components in Toolkit?
I want to create a dynamic list box (contents of the list box is different depending on what the user does).
I was hoping to figure out how to create a list box when I compiled the example "pt_userguide" that is one of the "examples" that PTC has provided in the installation.
However the dialog which shows a list box is just loaded from a resource file (as can be seen in UgUITables.c) and that is all it does so this isn't helping.
Is there a decent description somewhere of the API's that are used to create GUI components?
Any help would be very much appreciated.
Best regards,
John Bijnens
Solved! Go to Solution.
For anyone else trying to do the same here is my own reply to my own question 😞
After losing almost an entire day I now found out that what is called a list box in almost every other library is most probably called an "option menu" in PTC Toolkit.
For anyone else trying to do the same here is my own reply to my own question 😞
After losing almost an entire day I now found out that what is called a list box in almost every other library is most probably called an "option menu" in PTC Toolkit.