Re: Using NSTimer to call the main thread
Re: Using NSTimer to call the main thread
- Subject: Re: Using NSTimer to call the main thread
- From: Finlay Dobbie <email@hidden>
- Date: Thu, 27 Mar 2003 18:59:58 +0000
On Thursday, March 27, 2003, at 06:36 pm, email@hidden wrote:
wouldnt it be equally possible to pass a reference to the UI
controller to the
secondary thread and call updateValueNow: directly?
You should not update your GUI from any thread other than your main
thread.
-- Finlay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.