Hey,
Is there a way to refresh a listbox? i.e. The user selects a value from the dropdown which should change the contents of the list box to reflect this.
Attached is the classic fruit example, but I can’t get the list to update. I’ve tried the Application.Instance.Invoke
under the event handler, but it doesn’t refresh the list. Should that be in the dialog part instead, or something else?
Fruit script attached (as part of a larger script, hence the table layout)
Trimmed Drop-List Select.py (5.6 KB)
Thanks!
Dan