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<pcwiz.supp...@gmail.com> 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 (Cocoa-dev@lists.apple.com)
>
> 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:
> http://lists.apple.com/mailman/options/cocoa-dev/bravobug%40gmail.com
>
> This email sent to bravo...@gmail.com
>
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to