TheBobynator Posted November 6, 2008 Posted November 6, 2008 hi, i have a problem. my programm is now ready but i want to put all things a little bit higher. I wont set all coordinates for everything. is there a way to set this wit one command? sry for my english thx
Pain Posted November 6, 2008 Posted November 6, 2008 It depends on how you created your GUI, if you did something like this you only have to change one value. $x = 0 $y = 0 GuiCtrlCreateLabel("hello world", $x +100, $y +50)
TheBobynator Posted November 6, 2008 Author Posted November 6, 2008 that takes to much time. is there no way to make it shorter?
youknowwho4eva Posted November 6, 2008 Posted November 6, 2008 how bout a guiset function. I know one of them allows modifications of sizes and positions. I don't remember which, I haven't been able to code in a while Giggity
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now