NSProgressIndicator Subclass is slow
NSProgressIndicator Subclass is slow
- Subject: NSProgressIndicator Subclass is slow
- From: PCWiz <email@hidden>
- Date: Fri, 21 Aug 2009 16:50:39 -0600
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
Attachment:
IKProgressBar.zip
Description: Zip archive
_______________________________________________
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