Re: subclassed NSOpenGLView won't draw in subclassed NSView
Re: subclassed NSOpenGLView won't draw in subclassed NSView
- Subject: Re: subclassed NSOpenGLView won't draw in subclassed NSView
- From: Henry Maddocks <email@hidden>
- Date: Tue, 8 Feb 2005 14:56:19 +1300
Are you using the opengl view from Interface builder. If you are don't,
because it almost never does what you want. Use a custom view and set
it's custom class to be NSOpenGLView.
It doesn't sound like it from your description but I thought I'd check.
On 08/02/2005, at 2:46 PM, Carl Gieringer wrote:
I am almost certain that this isn't an OpenGL error per se, but maybe
an error related to subclassing NSOpenGLView and then placing it in a
subclassed NSView: before I had the labeled axes, I only instantiated
HistoryGraphView (the NSOpenGLView subclass that now doesn't display
unless I constantly resize the window) in the nib and it drew itself
correctly then.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden