PDA

View Full Version : Event.CHANGE not triggered on ComboBox


allanbj
12-01-2008, 02:48 PM
I have set up an event trigger on a ComboBox that calls a function when it is changed. But it only triggers when I as a user change the item, NOT when I change it through actionscript by setting the selectedIndex property. Why is that?

Is there anything I can do in Actionscript to make it trigger that event when I set the selectedIndex property?