Canvas doesn't redraw after resizing

BlitzMax Forums/MaxGUI Module/Canvas doesn't redraw after resizing

Burl(Posted 2012) [#1]
I put a canvas in a resizeable window, it redraws when i click it, but it doesn't redraw properly when the parent window is resized. Does the drawing area of the canvas need to be told it has been inlarged? Is there some kind of EVENT_WINDOWRESIZED I need to worry about?

Thanks
yours
Burl


matibee(Posted 2012) [#2]
Is there some kind of EVENT_WINDOWRESIZED


Yes there is. The simplest thing to do is look through the demos for Birdies glcube demo.