pwn4g3 Posted March 28, 2007 Posted March 28, 2007 Hello, i want to create a GUI with a title and two buttons. I want the title (a label with a larger font, i dont mean the window title bar) to stick on top (even if i resize the window), and the buttons vertically and horizontally centered. As i come from the java world, i thought there would be something similar to BorderLayout or GridBagLayout, however. Well, my question is: what is the best way to code such a behaviour in AutoIt? Thx
EndFunc Posted March 28, 2007 Posted March 28, 2007 (edited) Hello,i want to create a GUI with a title and two buttons. I want the title (a label with a larger font, i dont mean the window title bar) to stick on top (even if i resize the window), and the buttons vertically and horizontally centered. As i come from the java world, i thought there would be something similar to BorderLayout or GridBagLayout, however. Well, my question is: what is the best way to code such a behaviour in AutoIt?ThxGo to the download section if you haven't already and get Scite which is the full script editor version for AutoIt not the one it comes with. Then open a new page with Scite and click Tools and chose the Koda Form design. That will give you a visual gui layout to build from. Edited March 28, 2007 by EndFunc EndFuncAutoIt is the shiznit. I love it.
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