Re: NSProgressIndicator acting wonky
Re: NSProgressIndicator acting wonky
- Subject: Re: NSProgressIndicator acting wonky
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 6 Oct 2002 11:42:42 +0100
On Sunday, October 6, 2002, at 11:34 am, Jason Galarneau wrote:
In my nib file, I set the NSProgressIndicator to be of the
'indeterminate' type, but it still looks like a mini-barberpole
A barberpole is correct for indeterminate bar-style indicators. You
want to also set the style to be a spinning indicator.
In my app, I set it programmatically, and once it starts animating,
looks like the new little circular spinning widget that it's supposed
to be... but not at first... it still looks like a little square
barberpole
You need to select the spinning indicator from the popup and save your
nib using the new 10.2 keyed archiving format (see the IB 2.3.1 release
notes for more info).
-- Finlay
_______________________________________________
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.