NSOpenGLView inside NSScrollView query
NSOpenGLView inside NSScrollView query
- Subject: NSOpenGLView inside NSScrollView query
- From: MoreMasters <email@hidden>
- Date: Wed, 8 May 2002 23:12:50 +0100
Is it just me that can't get a subclass of NSOpenGLView to scroll when
grouped inside an NSScrollView?
Setting the size of the scrollview's content (MyOpenGLView) to be bigger
than it's own correctly enables the scrollbars, but the GL view refuses
to scroll.
If one sizes the GLView to be less wide than the scrollview, but
taller... so that the vertical scrollbar is enabled... one can see the
aqua-theme horizontal pinstripes in the gap between the GLView and the
right edge of the scrollview. Moving the vertical scrollbar, one can see
the aqua-theme pinstripes _are_ scrolling correctly, but OpenGL just
blits into it's own space and doesn't budge.
Has anybody else observed this behaviour?
Thanks.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.