Conditionally include box elements in a New Window();
I'm creating a custom column select GUI using New Window(), and the list of columns that need to be selected depend on the option selected in a previous window. How do I conditionally set which Box elements exist in the window? (in the figure, only orange exists if single was selected, only green if double). I've tried something with Match() (commented out in the script) but no luck...