;

PDA

Click to See Complete Forum and Search --> : Combobox - setting selected value manually


imdumb
12-09-2007, 10:01 AM
I have an understanding of how to get the values from a combobox, but what action script command do I use to select a value programatically?

w.brants
12-10-2007, 06:43 AM
You use getValue() .
( See C:\Program Files\KoolMoves\Examples\Components\Flash 8\API\comboBox API.txt )

imdumb
12-10-2007, 10:01 AM
Thanks,
Answered my own question, which was not stated very clearly. I only needed to set the selected option to true.