qrosity
06-05-2005, 06:16 PM
I'm trying to make a combobox work out but it doesn't want.
I'm not doing anything complicated, just wanna see it working.
This is on the first line:
form = new Object();
form.change = function (evt){
trace(evt.target.selectedItem.label);
}
comboBox.addEventListener("change", form);
Combo box have some values in Label and in Data, but it doesn't shows anything, not even the dropping arrow!
It looks more like an txt field.
Is it necessary to install some extensions in server or is just me doing wrong things one more time?
I'm not doing anything complicated, just wanna see it working.
This is on the first line:
form = new Object();
form.change = function (evt){
trace(evt.target.selectedItem.label);
}
comboBox.addEventListener("change", form);
Combo box have some values in Label and in Data, but it doesn't shows anything, not even the dropping arrow!
It looks more like an txt field.
Is it necessary to install some extensions in server or is just me doing wrong things one more time?