Vindicator209 Posted March 7, 2007 Posted March 7, 2007 Hello again, I was wondering what I could to disable autoit error messages, I keep getting an error message when I close my program, so I don't necessarily need to get around it, just hide it... I remember there being a macro or opt for it or maybey a function but I forgot it and couldn't find it XD ~Thanks Method Zero [center]"When you look at old, classic games like Snake, you often put it off because it's such a simple game, but it's only when you actually try and create your own unique game from scratch, do you finally appreciate those games."[/center][center]Don't ask for answers if you haven't TRIED yet![/center][center]Most answers can be answered in the help file! Use it![/center]
Paulie Posted March 7, 2007 Posted March 7, 2007 Hello again, I was wondering what I could to disable autoit error messages, I keep getting an error message when I close my program, so I don't necessarily need to get around it, just hide it... I remember there being a macro or opt for it or maybey a function but I forgot it and couldn't find it XD ~Thanks Method Zerolook at Opt('RunErrorsFatal',0)
Moderators SmOke_N Posted March 7, 2007 Moderators Posted March 7, 2007 look at Opt('RunErrorsFatal',0)That's only for Run and ShellExecute Paulie. http://www.autoitscript.com/forum/index.php?showtopic=40735 Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Vindicator209 Posted March 7, 2007 Author Posted March 7, 2007 ah, so nothing yet exists for this? [center]"When you look at old, classic games like Snake, you often put it off because it's such a simple game, but it's only when you actually try and create your own unique game from scratch, do you finally appreciate those games."[/center][center]Don't ask for answers if you haven't TRIED yet![/center][center]Most answers can be answered in the help file! Use it![/center]
Moderators SmOke_N Posted March 7, 2007 Moderators Posted March 7, 2007 ah, so nothing yet exists for this?Are you seriously asking that as a question after reading the link I provided? Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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