How can I avoid object being resized and repositioned when the form they're in changes its size?
object resizing
BlitzMax Forums/BlitzMax GUI Programming/object resizing SetGadgetLayout is used to control the behavior of gadget it the parent changes in size
I know it, but there's any option to say 'Do not arrange anything' ? I don't see an option like this one
Ahm. SetGadgetLayout gadget, 0,0,0,0?
0=every edge is disabled.
P.S.: Example code mostly helps solving issues!
0=every edge is disabled.
P.S.: Example code mostly helps solving issues!