Search  

COMBOBOX ONCLICK EVENT

HomeForumsFlash DiscussionComboBox onClick Event
29459 dxc381
278 posts
Exclusive author Author was featured Referred at least one person Protecting flashden against copyright violations Sold between 10 000 and 50 000 dollars Bought between 1 and 9 items
I have a combobox with an event listener that looks like this:
doSomething = new Object();
doSomething.change = function() {
    trace("working");
};
combobox_cb.addEventListener("change", doSomething);
This works fine, but with one problem. If the user clicks the same one that it is already on nothing happens. I tried to change it from “change” to “click” but it didn’t work. Posted 6 months ago
44491 Chuckanucka
887 posts
Exclusive author Author was featured Referred at least one person Reviewer Sold between 10 000 and 50 000 dollars Bought between 1 and 9 items

I found the combo box component to be bug ridden and a waste of time. Its really easier to make you own :-)

Posted 6 months ago
29459 dxc381
278 posts
Exclusive author Author was featured Referred at least one person Protecting flashden against copyright violations Sold between 10 000 and 50 000 dollars Bought between 1 and 9 items

I agree. It’s huge too. It added 60k to my file.

Posted 6 months ago