Re: Threads and GUI
Re: Threads and GUI
- Subject: Re: Threads and GUI
- From: Finlay Dobbie <email@hidden>
- Date: Thu, 3 Jan 2002 21:37:41 +0000
On Thursday, January 3, 2002, at 08:42 pm, kubernan wrote:
Can you explain to me why i have these problems ? Do you have any
solution for me ?
A lot of Cocoa is not thread safe. You should manipulate the GUI and do
drawing and so on only from the main thread. Search the archives for
information on this, it has been discussed lots of times before.
-- Finlay