Re: Progress bar problems on server persist
Re: Progress bar problems on server persist
- Subject: Re: Progress bar problems on server persist
- From: Alex Zavatone <email@hidden>
- Date: Thu, 05 May 2016 12:56:42 -0400
On May 5, 2016, at 11:16 AM, Steve Mills wrote:
> On May 05, 2016, at 10:07 AM, Ken Thomases <email@hidden> wrote:
>
> Well, my only suggestion was to set usesThreadedAnimation to NO. It may be that that causes Cocoa to use a timer internally, but you shouldn't be doing anything explicit with a timer with respect to the progress indicator.
>
> Yes, we only did usesThreadedAnimation:NO - nothing weird.
>
> Don't do that. You must always shunt such work to the main thread.
>
> Hmm. Has that always been the case with OS X and/or Cocoa?
UI gets updated on the main thread.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden