• 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
Large progress indicators in Leopard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Large progress indicators in Leopard


  • Subject: Large progress indicators in Leopard
  • From: email@hidden
  • Date: Fri, 23 Nov 2007 17:10:04 +0100

In Tiger, I could create a large progress indicator by setting its
size to NSRegularControlSize:

NSProgressIndicator *busyCursor = [[[NSProgressIndicator alloc]
initWithFrame:rect] autorelease];
[busyCursor setStyle:NSProgressIndicatorSpinningStyle];
[busyCursor setControlSize:NSRegularControlSize];

This would make the progress indicator fit nicely inside the rect. Now
in Leopard, the size of the indicator seems non-adjustable. It's
always small, whereas the rest of the rect draws white. Is it no
longer possible to draw custom-sized progress indicators?
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Large progress indicators in Leopard
      • From: Andreas Mayer <email@hidden>
    • Re: Large progress indicators in Leopard
      • From: John Stiles <email@hidden>
  • Prev by Date: Re: replacing NSViewAnimation with CoreAnimation
  • Next by Date: Re: With What does Apple Swizzle the IsA-pointer in KVO?
  • Previous by thread: Re: With What does Apple Swizzle the IsA-pointer in KVO?
  • Next by thread: Re: Large progress indicators in Leopard
  • Index(es):
    • Date
    • Thread