FROM : Bobby B
DATE : Mon Jun 05 22:45:20 2006
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_removed>> 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_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>
>
DATE : Mon Jun 05 22:45:20 2006
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_removed>> 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_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>
>
| Related mails | Author | Date |
|---|---|---|
| Bobby B | Jun 5, 17:42 | |
| Andrei Tchijov | Jun 5, 17:52 | |
| Bobby B | Jun 5, 22:45 |






Cocoa mail archive

