From: William D. <wdd...@ma...> - 2001-06-24 07:34:32
|
Hi, I'm having a strange problem that I hope someone here can give me quick hint to fix. I'm using Jython 2.1a1 on Mac OS 9.1, Win2000 and Mac OS X. On the first 2 (I haven't tried this on X), I am having the following problem: I have all of my menu commands launching new threads (via the threading module). I'm having no problems from this except when I use a ProgressMonitor when saving a file. The file writes just fine, but the call to monitor.close() never returns. If I don't launch the extra thread, the problem doesn't happen (however, the ProgressMonitor's contents are never drawn in this case). If I skip using the ProgressMonitor, all is OK. I see exactly the same thing in both Windoze 2000 and MacOS 9.1. Has anyone seen this, or have an idea of something to try? Thanks, Bill |