Fwd: I want the NSProgressIndicator to stand still!!! [SOLVED]
Fwd: I want the NSProgressIndicator to stand still!!! [SOLVED]
- Subject: Fwd: I want the NSProgressIndicator to stand still!!! [SOLVED]
- From: Giovanni Donelli <email@hidden>
- Date: Thu, 11 Mar 2004 20:52:14 +0100
Here the implementation of the subclass which solved my problem.
-------------------
@implementation JMDStaticProgressIndicator
- (void)startAnimation:(id)sender
{
}
- (void)stopAnimation:(id)sender
{
}
- (void)animate:(id)sender
{
}
@end
-------------------
Begin forwarded message:
From: Giovanni Donelli <email@hidden>
Date: 11 March 2004 7:40:51 PM CET
To: email@hidden
Subject: I want the NSProgressIndicator to stand still!!!
Hello Gurus!
is there any chance to make the NSProgressIndicator not to have the
fluid aqua effect?
thanks!
GD
_______________________________________________
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.