dropdown_widget_dynamic
Short description
This basic example shows how to use the dropdown widget and how define items at script runtime.
Highlights
Suppose you have created a script dialog that contains a Selection -> Selection element
widget with a widget name list
.
Then, you can define the items of this dropdown menu by script:
DIALOG.list.items = ['yes', 'we', 'can']