Re: NSProgressIndicator updating
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