A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: ComboBox Return to top

  1. #1
    Member
    Join Date
    Jun 2001
    Location
    Montreal
    Posts
    56

    ComboBox Return to top

    I have a combo box that i want to return to the top value after click. Is there a simple function or script for this?
    Thanks in advance
    nuguy

    nuguy interactive
    nuguy.com

    patrick@nuguy.com

  2. #2
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    btn1.onPress=function(){combo1.setSelectedIndex(0) ;};

    you can use this method from a frame or button action, but it will not work within the combobox changeHandler.

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