A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Reset a combo box

  1. #1
    Member
    Join Date
    Jul 2009
    Posts
    34

    Reset a combo box

    Hi guys,

    I have a small issue that I would like to correct. What script can reset a combobox ? After the user submitted the form all the information needs to go. I found how to do it for the field text and the checkboxes but not how to reset the combobox.

    e.g. working;
    txtfirst.text = "";
    workshop1_box.selected = false;

    combobox = ???


    Thanks in advance !!!

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    combo.selectedIndex = 0;
    - The right of the People to create Flash movies shall not be infringed. -

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