Re: NSProgressIndicator display when stopped?
Re: NSProgressIndicator display when stopped?
- Subject: Re: NSProgressIndicator display when stopped?
- From: Stéphane Sudre <email@hidden>
- Date: Thu, 26 Feb 2004 22:41:18 +0100
On jeudi, fivrier 26, 2004, at 09:38 PM, Robert Cerny wrote:
HI,
I'm not sure I really understand your problem but did you check these
methods?
[progressBar setIndeterminate:NO];
[progressBar stopAnimation:self];
HTH
Robert
On 26.2.2004, at 19:20, email@hidden wrote:
Has anyone been able to get it to actually work, in my project it
just always displays it? i would like to only display the barbor
pole when it actually working on somthing...
There's an option in NSProgressIndicator to hide it when it's not
animated. It might not work if the nib format is 10.1 for instance and
the flag is not set in the code.
It does not work either if the animation is threaded IIRC.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.