function change() {
        trace("change");
}
MyCmb.addEventListener("change", this);

MyCmb.selectedIndex = MyCmb.selectedIndex + 1;

Does not fire a change event.  How do I detect when the combo box has
changed from code not from direct user interaction with the component?  This
seems completely stupid to me because the combobox WAS CHANGED so it SHOULD
FIRE A CHANGE EVENT.

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to