moving gadgets

BlitzMax Forums/BlitzMax Beginners Area/moving gadgets

ziggy(Posted 2006) [#1]
how can I change the position (x, y, with and height) of a gadget? SetRect doesn't seem to work...


Perturbatio(Posted 2006) [#2]
SetGadgetShape?


Grisu(Posted 2006) [#3]
Setgadgetshape caused many glitches for me.
So I'd prefer to use Setgadgetlayout if possible.


ziggy(Posted 2006) [#4]
any example?


tonyg(Posted 2006) [#5]
some code here for SetGadgetShape.


ziggy(Posted 2006) [#6]
thanks!