At 10:51 AM -0500 3/13/06, Thom McGrath wrote:
I think I know what it might be. I share an object in the thread with an object outside the thread for one purpose: the object performs an image resize routine. So this must be happening in the main thread instead of the intended one, correct?
No, it doesn't matter where the code is; it only matters how it is invoked. If it's invoked, directly or indirectly, from the Run event of your Thread object, then it's in a thread. Otherwise, it's not (i.e. it's in the main thread).
Didn't fix it... could it be the PNG Utilities plugin?
Could be; you should ask Frank if that plugin yields to other threads if it has any long processing to do.
HTH, - Joe -- Joseph J. Strout [EMAIL PROTECTED] _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
