Re: Problem with updating NSProgressIndicator
Re: Problem with updating NSProgressIndicator
- Subject: Re: Problem with updating NSProgressIndicator
- From: "Vitaly Ovchinnikov" <email@hidden>
- Date: Wed, 21 May 2008 07:18:18 +0400
one more topic to comment:
> Also: you call [progress setHidden:NO] every time that the timer fires.
> This may prove inefficient later on, so I'd simply leave it unhidden.
real code is a bit more complex: if user changed some parameters, I
start the "big calculation" and show the progress bar. Among this I
resizes other controls a bit to free some place in the window for
progress indicator. The problem is in the order of calls
-setDoubleValue and -setHidden.
In my example -setHidden calls look unnecessary, but they need to
reproduce the problem.
_______________________________________________
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