Re: NSProgressIndicator drawing
Re: NSProgressIndicator drawing
- Subject: Re: NSProgressIndicator drawing
- From: Adam Johnson <email@hidden>
- Date: Thu, 23 Nov 2006 21:03:49 -0500
Thanks a ton. That fixed it.
--Adam Johnson
On Nov 23, 2006, at 3:41 PM, j o a r wrote:
On 23 nov 2006, at 21.19, Adam Johnson wrote:
progressIndicator = [[NSProgressIndicator alloc]
initWithFrame:NSMakeRect([self bounds].size.width/4,[self
bounds].size.height/2-9,[self bounds].size.width/2,18)];
Could you try to run NSIntegralRect() on the NSRect before you pass
it to the progress indicator?
j o a r
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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