Jump to content

Au3gui Function


Recommended Posts

I noticed in the yahoo group two of these are already made so I thought I would make a third. :whistle: Actually I noticed larry's after I was done, but this makes an easy way to make a gui form. As easy as

_Au3Gui("GUI","title_My Program|action_2|focus_1")
_Au3Gui(1,"type_input|text_type something here|x_100|y_100")
_Au3Gui(2,"type_button|text_&Bye|x_200|y_200|submit_1|close_1")

Run("Au3Gui")
Exit

Before I released it I wanted to ask you larry how did you make yours not have to worry about old forms messing up new forms?

Well anywho if anyone's interested in it let me know.

red

Link to comment
Share on other sites

Put this at the beginning of the script

AutoItSetOption ("TrayIconHide", 1)

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

I just created a loop that would clear ALL the environment variables up to the OBJ number passed...

Any chance of getting this as an option built into AutGui? :whistle:

Thoughts

-Option that clears variables when gui closes

-Command line option that just clears Variables

What do you think? feasible? B)

red

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...