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

Re: NSProgressIndicator updating


  • Subject: Re: NSProgressIndicator updating
  • From: Eric Long <email@hidden>
  • Date: Wed, 09 Mar 2005 19:47:12 -0800

> You could try putting your call to [myProgress setHidden:YES] in
> another method, and call that delayed with
>
> [self performSelector:@selector(hideProgressBar:) withObject:myProgress
> afterDelay:0.1];
>
> Then the progress bar thread would have a chance to update and draw
> before you tell it to hide itself.

Thanks for the suggestion (also suggested to me in a note from Mike
Manzano).

I ended up have to set the delay to 0.5 before it finally worked as
desired... but it worked!  Thanks!



Eric Long

___________________________________________________________________________
Macintosh Software Engineer

Aladdin Systems, Inc.                           http://www.aladdinsys.com
245 Westridge Drive, Watsonville, CA 95076      (831) 761-6200 x628

"What do you give the God who has everything?" - Mike Miller

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Re: NSProgressIndicator updating (From: Zach Wily <email@hidden>)

  • Prev by Date: Re: Where's the list box?
  • Next by Date: Re: Where's the list box?
  • Previous by thread: Re: NSProgressIndicator updating
  • Next by thread: How do I change the font of selected text in an NSTextView?
  • Index(es):
    • Date
    • Thread