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()

On 7/22/05, Tariq Ahmed <[EMAIL PROTECTED]> wrote:
Hey all.

I've got a popup TitleWindow that automatically deletes itself:

<mx:TitleWindow xmlns:mx="http://www.macromedia.com/2003/mxml"
title="xyz" initialize="setInterval(this,' this.deletePopUp',5000);">

And it works. But it leaves the dropshadow behind. Doing some searching
I found this same problem which seems to indicate it is a Flex 1.0
problem, but I'm definitely running 1.5.

http://www.shockrave.com/cfusion/webforums/forum/messageview.cfm?catid=346&threadid=964749&enterthread=y

Any other ideas?




--
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




Reply via email to