Time for trace statements to make sure it does get called when there are
no break points.  I'd even trace out the numChildren of systemManager to
see if it changed at all.  Could it be that a replacement is being
popped up?

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rick Root
Sent: Friday, April 20, 2007 10:46 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Problem removing popup window



I also tried this within my progressWindow component...

public function remove():void
{
callLater(remove2); 
}
public function remove2():void
{
PopUpManager.removePopUp(this); 
}

Which also didn't work. I mean, it still works in at all times in
debug mode with the breakpoint.. but not without.

Frustrating!

Rick


 

Reply via email to