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