Thanks guys!
This was the correct solution:
// three items in the combobox
// the last item in the myprofile array contains the string var.
for (i=0; i<3; i++) {
var thematch = dialect.dialect.getItemAt(i);
if (thematch.label==myprofile[myprofile.length-1]) {
dialect.dialect.selectedIndex=i;
}
}
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
- Re: [Flashcoders] How to achieve blob magnification ef... eric e. dolecki
- Re: [Flashcoders] How to achieve blob magnification ef... sebastian
- Re: [Flashcoders] How to achieve blob magnificati... Zeh Fernando
- Re: [Flashcoders] How to achieve blob magnifi... Ali Drongo
- [Flashcoders] working with AS3 and php/mysql ... BOYD SPEER
- Re: [Flashcoders] working with AS3 and ph... BOYD SPEER
- Re: [Flashcoders] working with AS3 an... Juan Pablo Califano
- Re: [Flashcoders] working with A... Weyert de Boer
- Re: [Flashcoders] working with A... BOYD SPEER
- [Flashcoders] AS3 - setting ... BOYD SPEER
- SOLVED: [Flashcoders] AS3 - ... BOYD SPEER

