J
Jason Cavett
I want to start a thread and wait for it to finish (using join(), it
seems) before I continue on in my application. The problem is, this
thread eventually opens up a "Save As..." dialog box. Well, since I
am "joining" with the EventQueueThread, the Save As dialog box cannot
be drawn.
Is there any way to work around this?
Thanks
seems) before I continue on in my application. The problem is, this
thread eventually opens up a "Save As..." dialog box. Well, since I
am "joining" with the EventQueueThread, the Save As dialog box cannot
be drawn.
Is there any way to work around this?
Thanks