This content has been marked as final.
Show 2 replies
-
1. Re: Combo box
kglad Feb 17, 2014 8:06 AM (in response to sivacse24rep)use
if(comboBox&comboBox.stage){comboBox.parent.removeChild(comboBox);
comboBox.removeEventListener(MouseEvent.CLICK,restartTimer);
comboBox = null;
}
-
2. Re: Combo box
sivacse24rep Feb 17, 2014 9:07 PM (in response to kglad)Hi Kglad,
I tryed it.It also didnt solve the issue.But thanks for the input.I got the issue now....
What happend on my case is i added the combobox on a parent movieclip.
First I attempt to remove the parent moveclip from stage then i try to close the combo box. Thats the issue.
But now i changed the coding like first to close the combo box and removing the parent then. Its works now.
Thanks for the replay.



