PDA

View Full Version : problems with visiblity and components


flashape
10-18-2003, 09:17 PM
Ok having this wierd problem. I have a combobox that gets dynamcially attached to a movie. When it gets attached, the combo box is filled with selections through DataGlue, blah blah, everything works fine.

Now, If I hide the movieclip that the component is attached to by setting the clip's visibilty to false, and then go back to that clip and make it visible again, the combobox doesnt work. It just shows whatever was the last option picked, and wont drap down the menu when you clik on it.

I've been seatrching but cant find an answer for this one.

ericlin
10-19-2003, 11:42 PM
then go back to that clip and make it visible again
What do you mean by "go back to that clip" ? Did it go away ?

oldnewbie
10-19-2003, 11:55 PM
Testing this locally? And have you tested it online?

ericlin
10-20-2003, 12:28 AM
Check debug-list Object. There are many many object there because of combobox. Try to find whether there are two copies of the clip which you attach combobox.

flashape
10-20-2003, 02:57 AM
Originally posted by ericlin
What do you mean by "go back to that clip" ? Did it go away ?

As in i set the mc's visibilty to false, then set it to true again.

Testing this locally? And have you tested it online?

just testing it locally for now. i am having problems getting the flash/php communication on the testing server (something with mysql permissions).