I have a combobox… I have actually others in this project, and they work fine.
I am trying to just call it using actionscript on the 1st frame for simplicity.
contentmain_mc.cart_mc.checkout_mc.country_cb.removeAll();
contentmain_mc.cart_mc.checkout_mc.country_cb.addItem({label:"Please Select...", data:0});
all my other boxes work properly, this should set “Please Select…” as selectIndex 1, but it appears when I open the combo box, but I can’t select it. If I do click on it, the combobox is always empty, no matter what??? my other boxes appear properly, but not these ones…
I tried to set the “prompt” and that does not do anything? doesn’t even appear as a selection…