Max-GUI Window Panes / Scrollable Areas

BlitzMax Forums/BlitzMax Programming/Max-GUI Window Panes / Scrollable Areas

SoggyP(Posted 2006) [#1]
Hello.

Is there a way of creating windows with scrollable inner areas? I want to draw on an area bigger than the displayed window size and allow the user to move around the area.

Thanks,

Goodbye.


Grisu(Posted 2006) [#2]
You could do so by using a scrollable canvas e.g.

Source code and explanation here:
http://www.2dgamecreators.com/maxgui/T13-Sliders.html


assari(Posted 2006) [#3]
See this http://www.2dgamecreators.com/maxgui/T13-Sliders.html
and
http://2dgamecreators.com/maxgui/Scrolling%20Canvas.html