Is the Change handler supposed to fire when setSelectedIndex() is called?
After adding a line of code to the
http://www.adobe.com/devnet/flash/articles/xmlconnector.html example I found
this problem. I added a button and the line to it:
on (click) {
_parent.cbTrips.setSelectedIndex(3);
}
http://www.terrencebrown.com/XMLConnector/
I want the bound data to change but it doesn't.
Philippe Nomail - 13 Sep 2006 19:30 GMT
Hi,
Just add:
_parent.cbTrips.dispatchEvent({type:"change"});
Philippe
http://philflash.inway.fr
Philippe Nomail - 13 Sep 2006 19:31 GMT
Hi,
Just add:
_parent.cbTrips.dispatchEvent({type:"change"});
Philippe
http://philflash.inway.fr
Philippe Nomail - 13 Sep 2006 19:32 GMT
Hi,
Just add:
_parent.cbTrips.dispatchEvent({type:"change"});
Philippe
http://philflash.inway.fr
forumnotifier - 13 Sep 2006 19:32 GMT
Hi,
Just add:
_parent.cbTrips.dispatchEvent({type:"change"});
Philippe
http://philflash.inway.fr