vote up 0 vote down star

I have a list component on the stage in an AS3 movie. I populate it with values at runtime and the user can select multiple values.

When a button is clicked I want the list to reset to a state where nothing is selected, all I can figure out is to set the selected index to 0 and have the first position on the list either blank or reading "choose from the list" and make the code ignore this if it is selected.

Is there a way to reset list (and combobox components) to nothing selected.

thanks

flag

53% accept rate

1 Answer

vote up 1 vote down check

OK I found it: selectedIndex = -1

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.