PDA

View Full Version : ComboBox problem


frenzy_f
12-16-2004, 04:01 PM
I'm having a comboBox problem.

In my project I first load some text dynamic from an XML. (INTRO)

When the user clicks on the SEARCH menu an empty moviclip is loaded and a combobox is loaded dynamic. So far so good. the combobox is populated with values from an xml. Still works fine, although I have to put the code to populate the combobox onto the MC itself not on the regular AS layer.

Now it comes. the project consists of a container_mc. In container_mc there are 2 mc's (body_mc ande menu_mc)

now when i load my combo on the container_mc.body_mc layer the combo appears good. But when I return to the intro (removing container_mc.body_mc and rebuilding) it stays empty. Only if I click twice on the Intro button the text returns... Strange..

yes indeed because when i Load my combobox on the container_mc or _root mc everything is fine.

the source you can find here (a simplified version)
http://www.frenzy.be/flash/combo.zip

Anybody had similar problems with comboboxes?

It's driving me nuts :confused:

Greetz Frenzy_f