Trying to find the proper gadget for the job.

BlitzMax Forums/MaxGUI Module/Trying to find the proper gadget for the job.

Ryan Burnside(Posted 2007) [#1]
Hello again.

Recdntly I've begun work on a drawing program tailored to my needs for sprite creation.

My question is what do I need to use for a drawing canvas? Naturally the canvas appeared to be the correct choice but everytime something gets on top of it it takes the image and ruins the drawing. What would you chaps do in this situation?


SebHoll(Posted 2007) [#2]
What are you putting on top of it? Do you mean you are drawing other gadget's on top of it? You shouldn't need to be doing this if you design the UI properly.

Please elaborate on exactly what you need the gadget to do...


kfprimm(Posted 2007) [#3]


Comes straight from the MaxGUI overview in tutorial section...really should read the docs...


skidracer(Posted 2007) [#4]
Heh, that example doesn't even compile...

The trick is to parent the buttons to the canvas so windows knows you want them in front.




kfprimm(Posted 2007) [#5]
oops...my mistake :)