Re: possible nib corruption?
Re: possible nib corruption?
- Subject: Re: possible nib corruption?
- From: Guy English <email@hidden>
- Date: Fri, 3 Dec 2004 17:09:20 -0500
Hey,
Do you call - (void) setThreadedAnimation on it? If you start
doing a ton of work and don't tell it to thread the animation then
you'll never see it spin.
Otherwise try: NSLog( @"Indicator: %@", indicator" ); and make
sure it's the object you think it is.
Guy
On Fri, 3 Dec 2004 16:53:21 -0500, Matthew
<email@hidden> wrote:
> Hello all,
>
> In my project, I've added a simple indeterminate progress indicator
> NSProgressIndicator indicator, set it up correctly to be indetermiante,
> etc. and called [indicator startAnimation:nil]; but it will not spin.
>
> I opened up a fresh new XCode Project and added one to a fresh window
> and threw on a button to start and stop it, and it works fine...I'm not
> doing anything differently here than in my other project.
>
> I'm certain that the startAnimate: is getting called, all outlets are
> set up correctly, etc. I've tried to manually 'repair' it by taking it
> off, putting it back on saving, restarting XCode, etc. but it isn't
> working no matter what.
>
> What should a person do when these odd ball things happen other than
> reinstantiating the controller?
>
> Matthew
>
> _______________________________________________
> 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
>
_______________________________________________
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