Sara Posted December 18, 2006 Posted December 18, 2006 I am getting this Autoit error when I run my script. I have included IE.au3 in my script. Need help in understanding why this message is coming up and how do I debug this.
someone Posted December 18, 2006 Posted December 18, 2006 What's the rest of your script look like? Also are you placing the include ie.au3 at the top of your script or 'nesting' it? While ProcessExists('Andrews bad day.exe') BlockInput(1) SoundPlay('Music.wav') SoundSetWaveVolume('Louder') WEnd
Moderators big_daddy Posted December 18, 2006 Moderators Posted December 18, 2006 You are using an extremely old version of AutoIt, please download and install the latest production release.AutoIt v3.2.0.1
mikehunt114 Posted December 18, 2006 Posted December 18, 2006 To quote Dale:You don't really think that those screen shots mean anything without the code to reproduce them do you? Why don't you just post a snapshot of the look on your face when you got the error and we'll try to figure it out from there...Dale IE Dev ToolbarMSDN: InternetExplorer ObjectMSDN: HTML/DHTML Reference Guide[quote]It is surprising what a man can do when he has to, and how little most men will do when they don't have to. - Walter Linn[/quote]--------------------[font="Franklin Gothic Medium"]Post a reproducer with less than 100 lines of code.[/font]
Bert Posted December 18, 2006 Posted December 18, 2006 (edited) post removed Edited December 18, 2006 by Volly The Vollatran project My blog: http://www.vollysinterestingshit.com/
Bert Posted December 18, 2006 Posted December 18, 2006 Sorry, I know the last post was harsh, but you really need to post your code. It drives us crazy when someone post a problem, and doesn't include the code so we can troubleshoot it. The Vollatran project My blog: http://www.vollysinterestingshit.com/
Sara Posted December 18, 2006 Author Posted December 18, 2006 Hey sorry to bother you guys. Problem solved. Though I had the latest Autoit installed on the system, my script was using an older version of autoit (which was hard coded in a bat file). Thanks a lot.
DaleHohm Posted December 18, 2006 Posted December 18, 2006 For future reference, the "Case" statement with no matching "Select" error is what older AutoIt versions generate when they ancounter a "SWITCH" statement (before it knew what SWITCH meant). Dale Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model Automate input type=file (Related) Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better? IE.au3 issues with Vista - Workarounds SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead? Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble
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