Home
Products
Community
Manuals
Contact
Login or Signup

Resizing buttons...please help!

BlitzMax Forums/BlitzMax GUI Programming/Resizing buttons...please help!

degac(Posted 1+ years ago) #1
I have made the following code to allow button to be resized by the user using SetGadgetSensitize...but I have a little problem into managing the resizing of a 'set' of gadgets



I dont' understand why the program works fine if I resize the 3rd or 4th button...while if I try to resize 1st or 2nd button I have other results.


r(Posted 1+ years ago) #2
Hello,

Is it that you want ?




degac(Posted 1+ years ago) #3
Ohhh! Thank you very much!
I spent 2 hours and I didnt' find the error!