PDA

View Full Version : Combobox and Accordion Help!


AlladinYYC
10-05-2005, 11:26 PM
In my interface i am using an Accordion component and on one of the tabs i have a combo box. All other components appear to work fine but the combo box does not open when i compile the movie. Can anyone give me a hint why?


_root.menuAccordion.lessonAccordion.createClassObj ect(ComboBox, "courseRemediationInput", _root.menuAccordion.lessonAccordion.getNextHighest Depth());
_root.menuAccordion.lessonAccordion.courseRemediat ionInput.move(200, 410);
_root.menuAccordion.lessonAccordion.courseRemediat ionInput.setSize(50, 22);
_root.menuAccordion.lessonAccordion.courseRemediat ionInput.dataProvider = [{label:"Yes", data:true}, {label:"No", data:false}];