Re: NSProgressIndicator (bar) still displays when stopped
Re: NSProgressIndicator (bar) still displays when stopped
- Subject: Re: NSProgressIndicator (bar) still displays when stopped
- From: Jerry Krinock <email@hidden>
- Date: Fri, 08 Aug 2014 08:09:20 -0700
On 2014 Aug 08, at 06:58, Keary Suska <email@hidden> wrote:
> IIRC there has been a long-standing bug with NSProgressIndicator in certain views. Try calling [[self.loadingProgress superview] setNeedsDisplay:YES] after you stop animation. If that works, that will be confirmation that the bug still stands
Yes, I remember fighting this back in about 2005. Fortunately, you can implement the desired behavior yourself by sending -[NSView setHidden:] whenever you -startAnimation: or -stopAnimation:.
_______________________________________________
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