List boxes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
List boxes
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.
- Labels:
-
Toolkit
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
