• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: progress bar not updating
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: progress bar not updating


  • Subject: Re: progress bar not updating
  • From: Jens Alfke <email@hidden>
  • Date: Thu, 06 Oct 2016 10:43:42 -0700

> On Oct 6, 2016, at 10:04 AM, J.E. Schotsman <email@hidden> wrote:
>
> Its doubleValue is bound to the progress value of my ProgressController class, so is “animating" and “indeterminate".
> ...
> The progress value and other values are changed on a background thread.

That means that KVO is going to call the view’s observeChange method on your background thread, not on the main thread. Which I believe qualifies as “updating the UI from a background thread”, which is illegal. It may be that the view has fail-safe code to check for this and ignores the change. Have you checked the console for warnings?

(Disclaimer: It’s been way too long since I did any serious AppKit coding, so for all I know, maybe this setup is legal now. But this does seem a likely reason why things aren’t working.)

—Jens
_______________________________________________

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


  • Follow-Ups:
    • Re: progress bar not updating
      • From: "J.E. Schotsman" <email@hidden>
References: 
 >progress bar not updating (From: "J.E. Schotsman" <email@hidden>)

  • Prev by Date: progress bar not updating
  • Next by Date: Re: progress bar not updating
  • Previous by thread: progress bar not updating
  • Next by thread: Re: progress bar not updating
  • Index(es):
    • Date
    • Thread