Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Reset ComboBox

    I have a combo box linked to a dataprovider. Works great except I can't figure
    out how to reset it. By that I mean the user selects something on the list. I
    want to clear the box looks just like it did at first with nothing selected.
    I've tried setting the selectedItem and selectedIndex undefined, setting the
    dataprovider again, etc. with no luck.

    Am I missing something obvious?

    wrkoch Guest

  2. Similar Questions and Discussions

    1. How to reset
      I actually posted here before several months ago and got a good solution but I can't remember it or find the old post. Someone here gave...
    2. ComboBox bound to a ComboBox: doesn't work until .changeevent
      Hi, i have two ComboBoxes getting DataProvider from an XMl doc. The XML nodes look like this: <activity label="aerobics"> <level label="low...
    3. xml to combobox, combobox to listbox, listbox todetails
      i am going out of my mind looking for a tutorial i am able to use a xml document and the xml connector component to populate a pulldown menu, i...
    4. reset id
      I can't remember exactly but i think if you check the field and then click on 'operations' you can change the auto-increment there. Ross
    5. DFS reset(s)
      I am using a Windows XP Pro computer on a Windows 2000 Active Directory domain. The admin has scripts setup to use 2-mapped drives (J: and K:)that...
  3. #2

    Default Re: Reset ComboBox

    Never mind -- I found it. Set selectedIndex=-1
    wrkoch Guest

  4. #3

    Default Re: Reset ComboBox

    Quote Originally Posted by wrkoch View Post
    Never mind -- I found it. Set selectedIndex=-1
    great thanks for the help
    Karthikeyan M Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139