Re: NSWindow and Core Anim - flickering
Re: NSWindow and Core Anim - flickering
- Subject: Re: NSWindow and Core Anim - flickering
- From: "Shawn Erickson" <email@hidden>
- Date: Wed, 21 Nov 2007 12:35:05 -0800
On Nov 21, 2007 7:17 AM, John C. Randolph <email@hidden> wrote:
>
> On Nov 20, 2007, at 4:11 AM, John Clayton wrote:
>
> > NSWindow* me = [super initWithContentRect:contentRect
>
> Why are you creating a new window instead of initializing self as one
> would expect in any normal -init... method?
He is initializing himself using his super classes init method,
granted his naming scheme is a little unusual... just replace "me"
with "self" and do away with the NSWindow* me local var.
-Shawn
_______________________________________________
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