Re: How to do a progress window the "right way"?
Re: How to do a progress window the "right way"?
- Subject: Re: How to do a progress window the "right way"?
- From: Nicko van Someren <email@hidden>
- Date: Sat, 25 Sep 2004 13:27:52 +0100
On 25 Sep 2004, at 12:00, Daniel Tapie wrote:
I'd like to be able to display a progress window (with a cancel
button) for a QuickTime movie export process.
...
- the MovieExport component is NOT thread-safe, so I cannot do the
export from a separate thread
Just because something is not thread safe does not mean you can not run
it in a separate thread. The issue with thread safety is to do with
things being accessed from more than one thread. As long as all the
communication with the Movie Expoer component always happens from the
same single thread you should be OK.
Nicko
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden