Re: Determinate NSProgressIndicator without animation?
Re: Determinate NSProgressIndicator without animation?
- Subject: Re: Determinate NSProgressIndicator without animation?
- From: Nicolai <email@hidden>
- Date: Fri, 14 Sep 2001 16:50:33 +0200
So the only way is to paint it on my own?
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.