-
List Box Extendscript question in AE CS5?
I need to know what item is selected in a list box, but I’m not sure what to ask for…
For example if I want to know what the value of a slider is all I have to do is type something like:
var myVar = my_palette.grp.mySlider.mySLD.value;
Same goes for a text box I just ask for the info like this:
var myVar = my_palette.grp.myTxtBx.myText.text;
but I’m not sure how to ask the list box for it’s info…searched HIGH and low…
This is what I’m trying:
var myVar = my_palette.grp.myDD.selection;
var myVar = my_palette.grp.myDD.myLst.value;
var myVar = my_palette.grp.myDD.myLst.item;Tried several other variations but without any success.
Appreciate your help!,
-bsides