Re: [newbie] Updating an NSProgressIndicator in a for loop
Re: [newbie] Updating an NSProgressIndicator in a for loop
- Subject: Re: [newbie] Updating an NSProgressIndicator in a for loop
- From: Greg Hulands <email@hidden>
- Date: Sun, 9 Mar 2003 15:00:04 +1000
Hi Mike,
Do a [myProgressBar setNeedsDisplay:YES]; and all should be good.
Greg
On Sunday, March 9, 2003, at 11:38 AM, Mike Benonis wrote:
Hi,
I'm working on a little program that updates an
NSProgressIndicator in a
tight for loop. However, the drawing doesn't occur until the loop is
finished, whish isn't really helpful. Is there an equivalent of
REALbasic's
ProgressBar.Refresh and/or Window.Refresh message in Cocoa to force a
screen
update immediately (even at the cost of speed)?
-Mike
_______________________________________________
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.
_______________________________________________
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.