Skip to main content
15-Moonstone
May 21, 2020
Solved

List boxes

  • May 21, 2020
  • 1 reply
  • 1213 views

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

Best answer by JB_87049

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.

1 reply

JB_8704915-MoonstoneAuthorAnswer
15-Moonstone
May 21, 2020

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.