From: Recheis M. <Mei...@av...> - 2003-09-18 13:20:23
|
hi, what i want is simply a glcanvas that has a fixed size. when bigger = than the holding window then i want scrollbars to appear. * now what should i use: scrollarea or scrollwindow scrollarea fails to show my content. so i am using scroll window. * scrollwindow doesn't scroll, even if i force the canvas' size to be = bigger. * also having a frame between scrollwindow and canvas doesn't help. i messed around a lot and didn't get scrolling working. with = H/VSCROLLERS_ALWAYS i get scrollers, but can't scroll. * then i tried to instantiate the canvas as a child of = scrollwindow.contentWindow, but this yields a segfault! so i am a bit confused about this. what did i miss? - Henon |