I'd just use a button and a Popup list
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of rviswanathan Sent: Wednesday, June 04, 2008 4:28 AM To: [email protected] Subject: [flexcoders] Keep combobox open to allow multiselect Hi I have created a combo box with a checkbox renderer on each of its items. When I select an entry in the combobox, the box closes automatically. I want to prevent his so that I can multiselect elements in the combobox. Is there a way to do this? Even if I extend the ComboBox and override its close method, the combobox still closes (and I realized that there is a private method in ComboBox.as called destroyDropdown() which gets called when the collection that the combobox holds changes. Thanks Ram -- View this message in context: http://www.nabble.com/Keep-combobox-open-to-allow-multiselect-tp17644507 p17644507.html <http://www.nabble.com/Keep-combobox-open-to-allow-multiselect-tp1764450 7p17644507.html> Sent from the FlexCoders mailing list archive at Nabble.com.

