Re: Threads and GUI
Re: Threads and GUI
- Subject: Re: Threads and GUI
- From: Finlay Dobbie <email@hidden>
- Date: Thu, 3 Jan 2002 22:36:23 +0000
On Thursday, January 3, 2002, at 10:26 pm, kubernan wrote:
I can't believe there is no way to establish a connection between a
thread and the GUI
Just to point you in the right direction, you can with Distributed
Objects. See the documentation on NSConnection and NSPort, and have a
look at the TrivialThreads and SimpleThreads examples on
developer.apple.com/samplecode.
-- Finlay