Author Topic: Changing GUI Position  (Read 852 times)

Setting a GUI/Swatch/Button/TextBox/etc's .position works occasionally for me.  I know that you're not supposed to manually set anything's .position but instead find a function that will update it to display in real-time.  I can't seem to find this function for a GUI though.

Use the ::resize(%posX, %posY, %extentX, %extentY) method.

Use the ::resize(%posX, %posY, %extentX, %extentY) method.
Tried that but it too worked sometimes and not others for some reason.
Is there a function I'm forgetting that forces the GUI's properties to update?

That function should work in all cases; you're probably doing something wrong elsewhere.