I am trying to make an interactive automation script that allows you to select multiple parameters your DataMiner system. As you can see on the picture below, I have several drop-downs that allow you to select the element, parameter and instance that you can to add, and if you press 'Add parameter', it will be added to the list below. Currently, I am using a tree view to display this list of parameters, but I wanted to check whether there would be better components to visualize this list. Any ideas?
In particular, it would be nice to show it as a table with separate columns for element, parameter and instance, but I could not find a table widget. Is there a table widget available in Interactive Automation Scripts?
Hi Tobe
It is possible to design a dialog as a table. However, it's currently not possible to define an inner table, if that is what you're looking for.
In the example you've shared, it might be hard to align the columns with the top widgets. Or the size of the dropdowns might start influencing the size of the columns of the parameter table or vice versa. To address this, you could consider splitting things up. You could keep the parameter table on the main dialog and move the widgets to add a new parameter to a separate dialog. For the dialog with the table, you might also think about implementing paging if, at some point, a lot of parameters can be displayed.