Re: chasing arrows?
Re: chasing arrows?
- Subject: Re: chasing arrows?
- From: Marc Respass <email@hidden>
- Date: Mon, 18 Mar 2002 08:35:26 -0500
I'd also like to know about the chasing arrows but you can use an
indeterminate progress bar. The one that looks like a barber shop poll
and just spins until you stop it. I have a feeling that the chasing
arrows control in Mail is a custom control that not in AppKit.
[progressIndicator setUsesThreadedAnimation: YES];
[progressIndicator startAnimation:nil];
// do some stuff
[progressIndicator stopAnimation:nil];
Marc
On Monday, March 18, 2002, at 01:11 AM, Jake MacMullin wrote:
Is there a way to get the "chasing arrows" progress indicator in Cocoa?
You know, the one in Mail - when there is background activity taking
place. I'd like to adhere to the Aqua HI guidelines and give some
visual feedback to the use that some background processing is going
on - but a progress bar isn't relevant because there is no way of
telling how much of the processing has been done.
Thanks,
Jake MacMullin
_______________________________________________
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.