How do I make a canvas always be the entire size of the window even after the window is resized?
I tried this but it doesn't seem to make the canvas larger when the windown gets larger than the size it started at.
I tried this but it doesn't seem to make the canvas larger when the windown gets larger than the size it started at.
SetGadgetShape(canvas,0,0,GadgetWidth(window),GadgetHeight(window))