• 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: White block at Core Animation Rendering
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: White block at Core Animation Rendering


  • Subject: Re: White block at Core Animation Rendering
  • From: Troy Stephens <email@hidden>
  • Date: Mon, 14 Jan 2008 11:24:43 -0800

On Jan 14, 2008, at 9:35 AM, Thomas Bartelmess wrote:
Hello i,ve got an object, like that:

@implementation topBar

- (id)initWithFrame:(NSRect)frame {
   self = [super initWithFrame:frame];
   if (self) {

   }
   return self;
}

- (void)drawRect:(NSRect)rect {


NSGradient* topBarGradient = [[[NSGradient alloc] initWithStartingColor:[NSColor colorWithDeviceRed:0.7 green:0.7 blue: 0.7 alpha:1.0] endingColor:[NSColor colorWithDeviceRed:0.9 green:0.9 blue:0.9 alpha:1.0]] autorelease];


	NSRect rect1 = NSMakeRect ( 0,0,[self bounds].size.width,30 );
	[topBarGradient drawInRect:rect1 angle:90];

}

when turn on Core Animation Rendering (setWantsLayer:true) there is no gardient, just a white box

That's strange. What you describe works just fine for me. (The gradient draws the same, whether the view is layer-backed or not, as it should.)


Is there anything else involved in the implementation of the view that you omitted from this code sample? I don't know of any problems that would cause the symptom you're seeing, but if you can provide a test project that reproduces the problem, by all means please send me a copy.

Thanks,
Troy

--
Troy Stephens
Cocoa Frameworks
Apple, Inc.



_______________________________________________

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


References: 
 >White block at Core Animation Rendering (From: Thomas Bartelmess <email@hidden>)

  • Prev by Date: How to re-read a bundle once read?
  • Next by Date: Re: Scripting Bridge: the Excel case
  • Previous by thread: White block at Core Animation Rendering
  • Next by thread: Scripting Bridge: the Excel case
  • Index(es):
    • Date
    • Thread