• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NSProgressIndicator in 10.2: Buggy?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSProgressIndicator in 10.2: Buggy?


  • Subject: NSProgressIndicator in 10.2: Buggy?
  • From: Buzz Andersen <email@hidden>
  • Date: Thu, 29 Aug 2002 09:05:18 -0600

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.

  • Follow-Ups:
    • Re: NSProgressIndicator in 10.2: Buggy?
      • From: Henri Lamiraux <email@hidden>
    • Re: NSProgressIndicator in 10.2: Buggy?
      • From: Rhon Fitzwater <email@hidden>
  • Prev by Date: Re: Authenticator class?
  • Next by Date: Re: NSProgressIndicator in 10.2: Buggy?
  • Previous by thread: Re: Making Esc abort text editing in a NSTextField
  • Next by thread: Re: NSProgressIndicator in 10.2: Buggy?
  • Index(es):
    • Date
    • Thread