Jump to content

Help W Aut Gui ?


Recommended Posts

HI !!!

I have been working with au3 for a bit and thought I'd give this gui thing a try. I downloaded the latest zip file and extracted it to my au3 dir .... now what do I need to do to make it work ???

I'd rather laugh with the sinners than cry with the saints..... The sinners are much more fun....Only the good die young. -- Billy Joel

Link to comment
Share on other sites

I thought GUI was only in unstable version, but I work with testing so much I can't remember what is in stable atm.

anyway, you should see GUI funtions in the help file if you have it, and you can try this example script in an autoit.au3 file for your first one.

GUICreate("Hello World") ; will create a dialog box that when displayed is centered
GUIWaitClose()      ; will display an empty dialog box

AutoIt3, the MACGYVER Pocket Knife for computers.

Link to comment
Share on other sites

Sure, you can do whatever you'd like as long as you have the AutoIt3.exe file that supports GUI commands. Look here for the latest unstable builds. It's eaisest to just download the exe and install over your current install. However, if you want a copy of the stable build in case you wish to compile with that exe, make a backup copy of AutoIt3.exe and AutoItSC.bin.

[font="Optima"]"Standing in the rain, twisted and insane, we are holding onto nothing.Feeling every breath, holding no regrets, we're still looking out for something."[/font]Note: my projects are off-line until I can spend more time to make them compatable with syntax changes.

Link to comment
Share on other sites

  • Developers

Sure, you can do whatever you'd like as long as you have the AutoIt3.exe file that supports GUI commands.  Look here for the latest unstable builds.  It's eaisest to just download the exe and install over your current install.  However, if you want a copy of the stable build in case you wish to compile with that exe, make a backup copy of AutoIt3.exe and AutoItSC.bin.

to compile you would need these files :

Aut2Exe.exe

AutoItSC.bin

upx.exe

and i wouldn't copy them in your regular autoit3 dir, but put them somewhere marked BETA....

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...