Buttons Over Canvases?
BlitzMax Forums/MaxGUI Module/Buttons Over Canvases?| 
 | ||
| Hey all, I have a canvas where I'm drawing an image. However, the canvas is always placed in front of my buttons, and I'm unable to select them as a result. Is there a way to set the order of which gadgets appear? | 
| 
 | ||
| Hi, you could try to set canvas as a parent to your button. ShowGadget/ActivateGadget affect z-order. -Henri | 
| 
 | ||
| That fixed it. Thanks! |