Strange thing when using NSProgressIndicator
Strange thing when using NSProgressIndicator
- Subject: Strange thing when using NSProgressIndicator
- From: Nicky <email@hidden>
- Date: Fri, 13 Feb 2004 12:17:49 +0100
Hi,
I encountered a strange thing when using NSProgressIndicator.
When I use the style "NSProgressIndicatorBarStyle" and i run my
application the animation is not spinning.
When I change the style to "NSProgressIndicatorSpinningStyle" and I run
my application the animation is spinning.
I want to use the barStyle and what I did to fix this problem was
setting the bool "setUsesThreadedAnimation" to YES. My
progressIndicator is now actually spinning.
Can someone tell me why I need to set this bool to "YES" for the
barStyle and I don't have to set it for the spinningStyle and if this
is a right solution?
Thanks !
Nicky Delclef
_______________________________________________
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.