A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [F8] [F8/CS3-AS2]-ComboBox Question

  1. #1
    Code Monkey
    Join Date
    Jul 2001
    Location
    Chicago
    Posts
    89

    [F8] [F8/CS3-AS2]-ComboBox Question

    Hey guys,

    I hope this makes...

    I have 4 comboboxes. The first is the only one active and the other three become active once a selection from the first has been made. There is a submit button that gathers all the options, runs a comparison to an Array, and shows the items that match the criteria of the 4 comboboxes.

    I want them to populate based on the previous option. However, if the user decides to accept the default selections and hits submit, I want to collect the data from the comboboxes that have not been "changed" nor "closed" per the listener's code.

    So:

    - Combobox 1 only one active.
    - User selects an option, other three comboboxes become enabled & populated.
    - User decides NOT to change comboboxes 2, 3, nor 4 and hits submit.
    - Question: How do I collect what is currently selected in ALL 4 boxes at once without the other three listeners being activated?
    - Question: Actually, when I use the ".addItem" command in CB1, is what is visible on CB 2, 3 & 4 considered the currently selected item or not selected but available, etc.?

    Thanks for any response!
    Kirk =]
    100 posts until an avatar...

  2. #2
    Code Monkey
    Join Date
    Jul 2001
    Location
    Chicago
    Posts
    89

    Comboboxes HELP~!

    Hey All,
    I made a [CS3] sample of what I am trying to achieve here:

    kirkarama_dropdown.fla.zip

    Any response is really appreciated.

    k
    100 posts until an avatar...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center