Re: Does NSOpenGLView override -isOpaque?
Re: Does NSOpenGLView override -isOpaque?
- Subject: Re: Does NSOpenGLView override -isOpaque?
- From: Corbin Dunn <email@hidden>
- Date: Mon, 9 Jan 2012 09:26:43 -0800
On Jan 6, 2012, at 11:57 AM, vincent habchi wrote:
> Corbin,
>
>> Yes, NSOpenGLView has:
>>
>> - (BOOL)isOpaque {
>> return YES;
>> }
>
> Thanks for your answer!
>
> Could the documentation then mention than when an NSOpenGLView occupies the whole frame of its parent window, and when its context is set to draw under, one should override -isOpaque to return NO, otherwise nothing gets drawn?
Hi Vincent,
Yes, we can improve the docs! Can you log a bug on bugreporter.apple.com asking for it to be improved? that is the best way to get this updated.
thanks,
corbin
>
> Thanks again, have a nice day!
> 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