Re: Progress Indicator
Re: Progress Indicator
- Subject: Re: Progress Indicator
- From: Steve Mills <email@hidden>
- Date: Sat, 10 Sep 2016 10:02:35 -0500
> On Sep 10, 2016, at 09:38, Peter Hudson <email@hidden> wrote:
>
> I have a simple view with a progress indicator in it.
> Simple circular type - indeterminate.
>
> I start it with [progInd startAnimation:self];
> I end it with [progInd stopAnimation:self];
>
> After a couple of years of running just fine, it now simply does not appear onscreen at all - or run.
>
> I’ve tried removing the object from the view and dropping in a new one - and reconnecting.
> Everything looks fine - it appears to be connected up correctly.
Is it set to animate via thread or the regular way? If regular, has something changed so the event loop is not getting enough time to animate? I'd try subclassing it, override a few methods, and see if things are being called, like drawRect.
Steve via iPad
_______________________________________________
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