jonstahura Posted February 22, 2006 Posted February 22, 2006 ok.. i just want my GUI to do somthing when i click on my button! I just need the basic click and starts running a function.. thanks..
jonstahura Posted February 22, 2006 Author Posted February 22, 2006 u know what.. lets do it this way.. what is the basic setup for the code layout.. i call a function main and then in the main i call my other functions.. is there a more practical way of doin things? can i get a basic layout of a simple program that has a main function that calls other functions to create the interface and then run everything after that? Thanks guys..
GaryFrost Posted February 22, 2006 Posted February 22, 2006 u know what.. lets do it this way.. what is the basic setup for the code layout.. i call a function main and then in the main i call my other functions.. is there a more practical way of doin things? can i get a basic layout of a simple program that has a main function that calls other functions to create the interface and then run everything after that?Thanks guys.. Best place to start are the examplesRelease Help fileSelect Start, All Programs, AutoIt v3, AutIt Help FileIf Beta InstalledSelect Start, All Programs, AutoIt v3, Beta, AutIt Help FileThe Help file is very extensive and has many examples. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
jonstahura Posted February 22, 2006 Author Posted February 22, 2006 ugh soo i figured out 99% of what iw ant to do... but my installs keep having glitches... is there any way to have autoit tell me what it is waiting for?
Developers Jos Posted February 22, 2006 Developers Posted February 22, 2006 ugh soo i figured out 99% of what iw ant to do... but my installs keep having glitches... is there any way to have autoit tell me what it is waiting for?Add this line to your script and hover over the trayicon.. Opt("TrayIconDebug", 1) ;0=no info, 1=debug line info 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.
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