PDA

View Full Version : Dropdown Component Question


The Janson
08-07-2004, 08:01 PM
I am trying to set the value of a dropdown by its label (rather then its ID via box2.setSelectedIndex(temp); ). Is there a way to do this in flash MX?

maglez
08-09-2004, 11:02 AM
Try this...

box.text = temp;

Is that what you want?