Re: NSProgressIndicator bug report
Re: NSProgressIndicator bug report
- Subject: Re: NSProgressIndicator bug report
- From: "Alan Smith" <email@hidden>
- Date: Thu, 8 Feb 2007 17:53:08 -0500
Hi Arthur,
It's not a bug. I've had this same problem. The solution:
Change the timer's fire interval to something higher, 0.75 works great.
The "problem" you are seeing is that the progress bar can't draw fast
enough to keep up with 0.1 intervals. When you slow the timer down you
give it a chance to redraw properly.
Have fun with that, Alan
--
// Quotes from yours truly -------------------------
"You don't forget, you just don't remember."
"Maturity resides in the mind."
"Silence is the Universe's greatest gift."
"When the World realizes that religion really is unnecessary, then it
shall evolve."
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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