Is it possible to create a list of buttons somehow? Ideally I would like to have a window with as many buttons as elements for a specific driver. I do not know before hand how many buttons I will need. So somehow I need a way to create this in a dynamic fashion.
I should be able to catch the button.pressed event for each button as well.
Hi Jon,
Pretty similar solution to João, but maybe a bit more fleshed out can be found here: https://github.com/SkylineCommunications/SLC-AS-Example_InteractiveAutomationScriptToolkit/tree/main/IAS_DynamicButtonList_1
Thanks Thomas! That was exactly what I was looking for. Hope this can help somebody else who needs to implement the same use case in the future.