Re: Large NSProgressIndicator
Re: Large NSProgressIndicator
- Subject: Re: Large NSProgressIndicator
- From: "Bobby B" <email@hidden>
- Date: Mon, 5 Jun 2006 16:45:20 -0400
Hello Andrei;
Thank you for the suggestion. It worked, and I had luck with the following:
I put the NSProgressIndicator in a NSView, and:
NSSize mySize = {2.0,2.0};
[myView scaleUnitSquareToSize:mySize];
[myView display];
Made it twice as large.
Bobby
On 6/5/06, Andrei Tchijov <email@hidden> wrote:
I wonder if something like [ NSView setFrameSize: ] will work?
And if it alone will not scale the animation, than maybe [ NSView
scaleUnitSquareToSize: ] will help?
On Jun 5, 2006, at 11:42 AM, Bobby B wrote:
Hello guys;
In FrontRow, Apple uses a really large spinning NSProgressIndicator.
It's several orders of magnitude larger than the one provided in
Interface Builder. I looked in the app content's, and didn't see any
custom images to provide that animation.
Does anyone have an idea how they did it?
Thank you
Bobby
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden