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; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.