On Jul 21, 2008, at 9:49 AM, Scott Anguish wrote:

On 21-Jul-08, at 10:48 AM, Bob Barnes wrote:

I hadn't considered that but I cut and pasted it directly from the documentation.

- (void)drawInContext(CGContextRef)ctx {
  NSLog(@"drawInContext called");
}

that should be

- (void)drawInContext:(CGContextRef)ctx


Also keep in mind that if you are using a delegate, you implement:

-(void)drawLayer:(CALayer*)layer inContext:(CGContextRef)ctx

--
David Duncan
Apple DTS Animation and Printing
[EMAIL PROTECTED]



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to