PDA

View Full Version : UI Problem Combobox and List :No Display


buhayjason
01-03-2008, 05:46 PM
Hello,
I have this combo box that is attached to a child movieclip of the _root. And also, a list attached to the same movie clip. Now the prob is, i want to populate both the list and the combo box from the database. I successfully have the data to be placed to the combo box and the list. Whenever i try to populate the combo box and the list, the drop down display is not displayed in the combo box while the list was populated. I searched the net and some offered solution to the same problem with the combo box, the suggested solution was to use _lockroot.
_root.myMovieClip._lockroot = true
myMovieClip contains the combobox and the list.

When i used the above code, the combo box works fine but the list wont populate. When i remove the _lockroot, the list will populate but the combobox wont have a drop down display. Is there a way that i can populate both the list and the combo box? please help guys..