• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Large NSProgressIndicator
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Large NSProgressIndicator (From: "Bobby B" <email@hidden>)
 >Re: Large NSProgressIndicator (From: Andrei Tchijov <email@hidden>)

  • Prev by Date: Re: Auto sizing and locating
  • Next by Date: Re: nsslider subclass not responding to mouseUp:
  • Previous by thread: Re: Large NSProgressIndicator
  • Next by thread: Issue during group resizing
  • Index(es):
    • Date
    • Thread