Interupt Progress Bar for Overwrite Confirmation

Hi,

I am using ThreadWithProgressWindow’s progress bar to indicate file copying progress. I am wondering if I want to popup a dialog asking for overwrite confirmation in the middle of the copying progress, how do I do that? I guess I can’t just add an alertWindow in the run() function.

Thanks

The standard alertwindows are actually thread-safe, so you’re ok to use them!