Copy link to clipboard
Copied
So i'm making a flash banner with 4 scroll lists. As of now you can selected an item from each list. I would like to have only 1 item highlighted at a time not all 4.
Copy link to clipboard
Copied
If you mean that only one list should have a selection, then you will need to make it such that when you make a selection you also set all of the other lists to not be selected... setting their selectedIndex property to -1 will probably work.
Copy link to clipboard
Copied
Is there no such command or function in Action Script 3.0 whose functionality is similar like a combo box. In which we can add two or more items and only one item is selected at a time.
I've read about Combo Box in visual basic.
Copy link to clipboard
Copied
Pop04 - That is what a combobox normally does unless you specify that multiple selections are allowed for it. I don't think you are clearly explaining your issue. Why don't you start your own posting so that you are not confusing the information in this one.
Copy link to clipboard
Copied
I'll have to google on how to enable multiple selection..
Find more inspiration, events, and resources on the new Adobe Community
Explore Now