spyros1234 Posted July 22, 2007 Share Posted July 22, 2007 Hello I am creating a static ComboBox. The problem is that I can’t assign to the ComboBox a selectedItem Please help Thank you combomm.themeColor = 0xCCCCCC; combomm.rollOverColor =0xCCCCCC; combomm.borderColor = 0xCCCCCC; combomm.selectionColor = 0xCCCCCC; combomm.addItem("hello","script"); combomm.addItem("32432","script"); combomm.addItem("sdfsdf","script"); combomm.addItem("234sdfsdf2","script"); combomm.selectedItem = combomm.length-1; Link to comment https://forums.phpfreaks.com/topic/61299-problem-with-combobox-with-the-assignment-of-the-select-item/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.