[Closed] Functions and rollout listbox order problem
Hi, I have written a long script with loads of functions defined at the top. Then last of all I have a rollout with buttons that call one of those fuctions depending on what the user wants to do. For example, one button displays the current selections selection set in a list box. Another button will assign a selection set to selection, another remove the set etc… However after assigning or removing selection sets to a selection the user has to manually “refresh” the list box. Is there a way of forcing the list box update anytime the add or remove is used? Ideally I want to update the list box from inside the functions but because the list box is defined in the rollout the functions have no idea the listbox exists. Sorry for the long explanation but hopefully one of you guys can point me in the right direction. Thanks in advance.