thawki
10-17-2002, 08:30 PM
I have a combobox component successfully filling in a dynamic text box with the variable (AwardDet)
I would like to populate the text box via my buttons so I put this text on the buttons and it fills it in.
on (press) {
_root.DetailsText._alpha= 100;
_root.cb_AwardDrop.setSelectedIndex(1);
_root.cb_AwardDrop.setChangeHandler(getAwardDetail s);
}
I would like to populate the text box via my buttons so I put this text on the buttons and it fills it in.
on (press) {
_root.DetailsText._alpha= 100;
_root.cb_AwardDrop.setSelectedIndex(1);
_root.cb_AwardDrop.setChangeHandler(getAwardDetail s);
}