Re: NSProgressIndicator in 10.2: Buggy?
Re: NSProgressIndicator in 10.2: Buggy?
- Subject: Re: NSProgressIndicator in 10.2: Buggy?
- From: Henri Lamiraux <email@hidden>
- Date: Thu, 29 Aug 2002 08:56:25 -0700
You need to use the new Archiving (see IB preferences). Spinning
progress indicator is only available with 10.2 and the new archiving.
On Thursday, August 29, 2002, at 08:05 AM, Buzz Andersen wrote:
Hi all,
I am attempting to use Jaguar's circular-style NSProgressIndicator in
my application, but I am finding it rather frustrating. I keep going
into IB and selecting "Spinning Style" and unchecking "Display When
Stopped". I save my NIB and exit, but when I go back in, it is reset
to "Bar Style" and "Display When Stopped" is rechecked. I can take
care of the style problem by setting it programmatically in my
awakeFromNib, like so:
[spinnyThing setStyle: NSProgressIndicatorSpinningStyle];
But my attempts make the indicator invisible when not spinning have
been less successful. I can do the following...
[spinnyThing setDisplayedWhenStopped: NO];
...and it works with one catch: when the app initially starts, it is
visible, and remains so until after the first time the indicator is
animated, at which point it disappears (as it is supposed to).
Am I just missing something here, or is this buggy behavior? Does
anyone know any workarounds?
Thanks...
--
Buzz Andersen
email: email@hidden
web: http://www.scifihifi.com
_______________________________________________
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.
_______________________________________________
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.