MaxGUI and window sizing

BlitzMax Forums/BlitzMax Programming/MaxGUI and window sizing

Matt McFarland(Posted 2006) [#1]
VB is so easy to design forms and stuff, there are parameters like "dock" which make for adding multiple panels always look good if someone resizes their window. MaxGUI everything is fixed and if you maximize it looks terrible, or if you change the window size everything starts to look messed up. Is there any way you can dock the controls with MaxGUI? If I want the canvas to be as big as the window etc do I have to make an if call and all that?


Beaker(Posted 2006) [#2]
SetGadgetLayout()