Re: Progress Indicator problem
Re: Progress Indicator problem
- Subject: Re: Progress Indicator problem
- From: Scott Anguish <email@hidden>
- Date: Sat, 26 Oct 2002 00:36:15 -0400
On Saturday, October 26, 2002, at 12:28 AM, Keith Renz wrote:
That's exactly what I'm doing and it's not working. After the loop
exits, it neatly goes to its max value.
Looking in the DFProgressPanel delete code in OpenUp, I'm doing this
[progressIndicator startAnimation:self];
and then
[progressIndicator setDoubleValue:val];
[progressIndicator displayIfNeeded];
and it seems to be working...
it's called from -deleteFiles: in ApplicationDelegate
maybe that'll help find the problem?
the source is available in softrak..
http://www.stepwise.com/Softrak
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.