• 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
Fwd: Problem with updating NSProgressIndicator
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: Problem with updating NSProgressIndicator


  • Subject: Fwd: Problem with updating NSProgressIndicator
  • From: "Vitaly Ovchinnikov" <email@hidden>
  • Date: Wed, 21 May 2008 00:48:02 +0400

> Does this comment mean that you're currently calling -setDoubleValue: from a
> background thread? That's, AFAIK, not supported. You need to change this,

No, -setDobuleValue called from the main thread. My first idea was
that NSTimer creates another thread, but after
NSLog(@"thread = %@", [NSThread currentThread])
I find out that it is main thread (num = 1, the same num was in -awakeFromNib)

I have my own messages marshalling, but I tried
-performSelectorOnMainThread too. With the same result.

> If you still have this problem, I think that the next step would be for you
> to create a small sample project that reproduces the problem and then
> sending a link to the list so that we can check it out.

Yes, it seems that's my way.... Thank you.
_______________________________________________

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

References: 
 >Problem with updating NSProgressIndicator (From: "Vitaly Ovchinnikov" <email@hidden>)
 >Re: Problem with updating NSProgressIndicator (From: j o a r <email@hidden>)

  • Prev by Date: Re: ImageCapture API versions
  • Next by Date: Re: ImageCapture API versions
  • Previous by thread: Re: Problem with updating NSProgressIndicator
  • Next by thread: Re: Problem with updating NSProgressIndicator
  • Index(es):
    • Date
    • Thread