Re: NSProgressIndicator Subclass is slow
Re: NSProgressIndicator Subclass is slow
- Subject: Re: NSProgressIndicator Subclass is slow
- From: BravoBug Software <email@hidden>
- Date: Fri, 21 Aug 2009 20:41:28 -0700
Have you checked this: http://developer.apple.com/qa/qa2006/qa1473.html
If it's a redraw issue that should solve your problem.
On Fri, Aug 21, 2009 at 3:50 PM, PCWiz<email@hidden> wrote:
> Hi,
>
> I have a subclass of NSProgressIndicator I wrote (is attached). I've
> overriden the incrementBy: and setMaxValue: methods to redraw the progress
> bar every time its value changes. Then I have a list of shell commands that
> are run, and after each command the value of the progress bar is incremented
> by one. The problem is that the progress bar doesn't update after each
> command, it updates after all the commands have finished.
>
> I think this might be a problem with me redrawing the progress bar every
> time it changes, but I don't know how else to do it
>
> Thanks
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden