On 4/20/07, Tracy Spratt <[EMAIL PROTECTED]> wrote:
Ah, try calling removePopup using callLater(). This magic incantation often solves problems like this for me.
That's interesting.... doesn't seem to work... callLater(progressWindow.remove); //progressWindow.remove(); Seems to have no effect.. Rick