Re: Progress Indicator problem
Re: Progress Indicator problem
- Subject: Re: Progress Indicator problem
- From: Keith Renz <email@hidden>
- Date: Sat, 26 Oct 2002 00:28:36 -0400
That's exactly what I'm doing and it's not working. After the loop
exits, it neatly goes to its max value.
Keith
On Friday, October 25, 2002, at 11:40 PM, Scott Anguish wrote:
force it to display during the loop
[theProgInd display]
On Friday, October 25, 2002, at 11:29 PM, Keith Renz wrote:
Quick question. I have a determinate NSProgressIndicator in a loop. I
call setDoubleValue: in the loop and then immediately call display:.
The progress indicator will not increment the display. I've checked
all the progress indicator's values in the debugger and they are in
fact being set correctly. It just won't display. When the loop exits,
the progress indicator then increments to its max value. It appears
that a progress indicator won't visually increment in a loop. Is this
true? If so, what do I need to do?
_______________________________________________
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.