Jasio Posted July 30, 2006 Posted July 30, 2006 Every time i try to use the IE UDF library i get like 163 errors about the Wrong number of arguments in the IE.au3. Can someone link me to the correct download of the UDF's, and could someone explain where i put the UDFs if i want to use them in the script? Same folder, or can i just do #include<../folder/IE.au3>
Moderators SmOke_N Posted July 30, 2006 Moderators Posted July 30, 2006 Download Beta here, and it is now with the standard Beta release.http://www.autoitscript.com/forum/index.php?showtopic=23823 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.
Jasio Posted July 30, 2006 Author Posted July 30, 2006 (edited) Download Beta here, and it is now with the standard Beta release. http://www.autoitscript.com/forum/index.php?showtopic=23823 Thats what i did. I don't know where to put IE.au3, and i dont know where it should be in relation to my script. =/ errors = C:\Documents and Settings\Owner\Desktop\Work\autoit-v3\IE.au3(388,41) : ERROR: SetError() [built-in] called with wrong number of args. SetError($_IEStatus_InvalidDataType, 1) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Documents and Settings\Owner\Desktop\Work\autoit-v3\IE.au3(394,43) : ERROR: SetError() [built-in] called with wrong number of args. SetError($_IEStatus_InvalidObjectType, 1) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Documents and Settings\Owner\Desktop\Work\autoit-v3\IE.au3(452,54) : ERROR: Opt() [built-in] called with wrong number of args. Local $iWinTitleMatchMode = Opt("WinTitleMatchMode") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Documents and Settings\Owner\Desktop\Work\autoit-v3\IE.au3(462,34) : ERROR: SetError() [built-in] called with wrong number of args. SetError($_IEStatus_NoMatch, 1) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Documents and Settings\Owner\Desktop\Work\autoit-v3\IE.au3(500,41) : ERROR: SetError() [built-in] called with wrong number of args. SetError($_IEStatus_InvalidValue, 2) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ There are several hundred more.. thats just some Edited July 30, 2006 by Jasio
Moderators big_daddy Posted July 30, 2006 Moderators Posted July 30, 2006 Thats what i did. I don't know where to put IE.au3, and i dont know where it should be in relation to my script. =/errors =You need to run the script with the beta version. In SciTE Alt+F5 or Tools --> Beta Run.
Jasio Posted July 30, 2006 Author Posted July 30, 2006 Thank you, and just put IE.au3 in the same directory as my autoit program?
jpm Posted July 30, 2006 Posted July 30, 2006 use the installer not the .zip Scite with alt-F5 and #include <IE.au3>
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