Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

I have 4 list components and would like only 1 list to be selected at a time.

New Here ,
Jan 19, 2015 Jan 19, 2015

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.

TOPICS
ActionScript
306
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 19, 2015 Jan 19, 2015

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 20, 2015 Jan 20, 2015

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 20, 2015 Jan 20, 2015

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 21, 2015 Jan 21, 2015
LATEST

I'll have to google on how to enable multiple selection..

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines