Re: Determinate NSProgressIndicator without animation?
Re: Determinate NSProgressIndicator without animation?
- Subject: Re: Determinate NSProgressIndicator without animation?
- From: Nicolai <email@hidden>
- Date: Sat, 15 Sep 2001 21:13:17 +0200
Thanks! Does help me a lot.
Everything works, but my calculation now lasts 15 seconds.
With the animation it is one second faster.
I think such a custom class slows the control down, because
every call has to step through the class hierarchy.
Regards, Nicolai.