Normally, you can do something like this: windowObject.value = "Whatever";
Is there a way to change the values a listbox shows? I've been googling for hours and I haven't found anything. I've tried things like:
Code: Select all
theListBoxObject.children = ["Selection 1", "Selection 2"];
Code: Select all
theListBoxObject.items = ["Selection 1", "Selection 2"];
