My220x Posted September 21, 2009 Posted September 21, 2009 I'm trying to make a GUI in AutoIT and I am using GUICreate() but nothing ever shows. Any good tuts on it would be great.
mattx Posted September 21, 2009 Posted September 21, 2009 Use Koda: GUI Designer: Koda 1.7.2.0 - AutoIt Forums [ The Admin Bar - see below, was done in Koda to start with, then I just fiddled with some of the settings..... ]
ajbritton Posted October 10, 2009 Posted October 10, 2009 (edited) I agree with Mattx that Koda is a good way to get started but all you need to know is in the excellent AutoIt Help File. Look under GUI Reference, GUI Concepts and you will see that you need to use the GUISetState(@SW_SHOW) command to display the GUI. AutoIt really is a top tool. edit: Forgot to mention that the key concepts you need to get your head around are the differences between MessageLoop mode and OnEvent mode. IIRC, MessageLoop mode is OK for simple GUIs but can get a bit cumbersome for more complex designs. OnEvent on the other hand is overkill for simple work but a better choice for detailed work. Edited October 10, 2009 by ajbritton Added stuff about 'modes'
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