ActionScript.org Forums
>
ActionScript Forums Group
>
ActionScript 2.0
> Dropdown Component Question
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?
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.