Re: Determinate NSProgressIndicator without animation?
Re: Determinate NSProgressIndicator without animation?
- Subject: Re: Determinate NSProgressIndicator without animation?
- From: Stéphane Sudre <email@hidden>
- Date: Fri, 14 Sep 2001 16:43:17 +0200
On vendredi, septembre 14, 2001, at 12:42 PM, Nicolai wrote:
I've seen in a program a determinate progress indicator
without these shapes floating to the left. Simply a blue
beam similar to the old MacOS.
Does anyone know how to 'deactivate' the animation?
The progress Indicator needs to have this animation for 2 reasons:
- it's cool and it makes the CPU work.
- it allows the user to know that the process is not halted when the bar
does not grow for a period.
What you're looking for seems to be a "percentage" widget. It is
available in Carbon, not in Cocoa.
But it's quite easy to code a NSCell subclass for doing this.