Cool, thanks Clint!
Clint Modien wrote:
ran into this a few months ago...
I solved it by putting the deletePopUp call in a doLater()
the function i have inside the popup looks like this
public function closePopUp()
{
//careful this is a bug fix
//it only happens in some instances not all
//without this the drop shadow stays... annoying to find the
answer to this one
doLater(this, "deletePopUp");
}
then i call it like... popup.closePopUp()
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
YAHOO! GROUPS LINKS
|