Two questions

Arch

Legions Developer
1) Is there a way of changing the anchoring points on 'GuiMLTextCtrl()' and 'GuiControl()'? I was looking around and saw this but it didn't seem to do much.
Code:
anchorRight = "1";
anchorLeft = "0";
anchorTop = "1";
anchorBottom = "0";


2) Is there a way to have the 'GuiControl' detect the screen width and use it in this?
Code:
extent = "  ";
 
Top