On 2014 Aug 08, at 06:58, Keary Suska <cocoa-...@esoteritech.com> 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 (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com