Re: white screen windows at first
Re: white screen windows at first
- Subject: Re: white screen windows at first
- From: vincent habchi <email@hidden>
- Date: Wed, 28 Apr 2010 09:48:52 +0200
Bill,
> my windows are NSBackingStoreBuffered
> is that what you mean by background property? i am just using a subclassed NSView & a CGContext for drawing
Yes. Please verify that you set the opaque property of your backing layer to YES : [[self layer] setOpaque:YES], otherwise you might get strange results.
Vincent_______________________________________________
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