
Gauss
Members-
Posts
16 -
Joined
-
Last visited
Gauss's Achievements

Seeker (1/7)
1
Reputation
-
BlackLumiere reacted to a post in a topic: How to get 4 Screen Coordinates just by dragging a Rectangle
-
No replies yet on my question. Anybody please help.
-
I have started using this UDF SFTPEx.au3 to download a bunch of files from a remote server to local. First, Great job with the UDF and this really works! awesome work Lupo73... Second, there is no timestamps on the listed files when I use the function _SFTP_ListToArrayEx. Screenshots attached Third, Is the _SFTP_ProgressDownload function still Work in Progress? I am using the version 1.0 beta 9 using _ArrayDisplay function using Filezilla Can the developers please help me with these questions?
-
I have started using this UDF SFTPEx.au3 to download a bunch of files from a remote server to local. First, Great job with the UDF and this really works! awesome work Lupo73... Second, there is no timestamps on the listed files when I use the function _SFTP_ListToArrayEx. Screenshots attached Third, Is the _SFTP_ProgressDownload function still not working? I am using the version 1.0 beta 9 using _ArrayDisplay function using Filezilla
-
IE.au3 HELP <not working in 64-bit Win8.1> Autoit v3.3.14.2
Gauss replied to Gauss's topic in AutoIt General Help and Support
No resolution to this issue. Still confused. -
IE.au3 HELP <not working in 64-bit Win8.1> Autoit v3.3.14.2
Gauss replied to Gauss's topic in AutoIt General Help and Support
tested the code again on a 32-bit Windows 7 operating system and everything works flawlessly. The _IE warnings are there but nevertheless it works! Is it because of the IE version. I am using IE11 on Win 8.1. Please help -
IE.au3 HELP <not working in 64-bit Win8.1> Autoit v3.3.14.2
Gauss replied to Gauss's topic in AutoIt General Help and Support
The site is not open. I am trying to open a URL through _IECreate. _IEAttach i tried but not working though. -
IE.au3 HELP <not working in 64-bit Win8.1> Autoit v3.3.14.2
Gauss replied to Gauss's topic in AutoIt General Help and Support
All 3 Msgbox give error CREATE - @error = 4 @extended = 0 TABLE - @error = 7 @extended = 1 ARRAY - @error = 3 @extended = 1 It seems the code is running before the page is loaded. This code runs fine on Windows 7 32-bit. CONFUSED! source.html is the URL source code. Please not that this is a intranet web application so it would not open for you. -
IE.au3 HELP <not working in 64-bit Win8.1> Autoit v3.3.14.2
Gauss replied to Gauss's topic in AutoIt General Help and Support
Thanks mLipok for the pointers... I tried fixing the errors but I always keep getting @error = 4 i.e. $_IESTATUS_InvalidObjectType () when I am using _IECreate, any idea why? -
IE.au3 HELP <not working in 64-bit Win8.1> Autoit v3.3.14.2
Gauss replied to Gauss's topic in AutoIt General Help and Support
Hi, Please find the script attached. Getting this error usually when not using _IEErrorHandlerRegister() >"C:\Program Files (x86)\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /run /prod /ErrorStdOut /in "C:\Users\Mohammed_Reza\Desktop\Autoit\new.au3" /UserParams +>14:59:28 Starting AutoIt3Wrapper v.15.729.1555.1 SciTE v.3.5.4.0 Keyboard:00000409 OS:WIN_81/ CPU:X64 OS:X64 Environment(Language:0409) +> SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE UserDir => C:\Users\Mohammed_Reza\AppData\Local\AutoIt v3\SciTE\AutoIt3Wrapper SCITE_USERHOME => C:\Users\Mohammed_Reza\AppData\Local\AutoIt v3\SciTE >Running AU3Check (3.3.14.2) from:C:\Program Files (x86)\AutoIt3 input:C:\Users\Mohammed_Reza\Desktop\Autoit\new.au3 +>14:59:29 AU3Check ended.rc:0 >Running:(3.3.14.2):C:\Program Files (x86)\AutoIt3\autoit3_x64.exe "C:\Users\Mohammed_Reza\Desktop\Autoit\new.au3" --> Press Ctrl+Alt+Break to Restart or Ctrl+Break to Stop --> IE.au3 T3.0-2 Warning from function _IEAttach, $_IESTATUS_NoMatch --> IE.au3 T3.0-2 Error from function _IELoadWait, $_IESTATUS_InvalidObjectType () "C:\Program Files (x86)\AutoIt3\Include\IE.au3" (1508) : ==> The requested action with this object has failed.: Case $iIndex > -1 And $iIndex < $oObject.document.GetElementsByTagName("table").length Case $iIndex > -1 And $iIndex < $oObject^ ERROR ->14:59:33 AutoIt3.exe ended.rc:1 +>14:59:33 AutoIt3Wrapper Finished. >Exit code: 1 Time: 5.465the problem seems to be some incompatibility in IE.au3 with 64-bit systems. new.au3 -
I am new to AutoIT am getting this error. Seems to be becasue of IE.au3. Code is working fine in 32bit machine, this issue is only in 64-bit systems >"C:\Program Files (x86)\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /run /prod /ErrorStdOut /in "C:\Users\MGR\Desktop\Autoit\new.au3" /UserParams +>19:12:49 Starting AutoIt3Wrapper v.15.729.1555.1 SciTE v.3.5.4.0 Keyboard:00000409 OS:WIN_81/ CPU:X64 OS:X64 Environment(Language:0409) +> SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE UserDir => C:\Users\MGR\AppData\Local\AutoIt v3\SciTE\AutoIt3Wrapper SCITE_USERHOME => C:\Users\MGR\AppData\Local\AutoIt v3\SciTE >Running AU3Check (3.3.14.2) from:C:\Program Files (x86)\AutoIt3 input:C:\Users\MGR\Desktop\Autoit\new.au3 +>19:12:49 AU3Check ended.rc:0 >Running:(3.3.14.2):C:\Program Files (x86)\AutoIt3\autoit3_x64.exe "C:\Users\MGR\Desktop\Autoit\new.au3" --> Press Ctrl+Alt+Break to Restart or Ctrl+Break to Stop --> IE.au3 T3.0-2 Warning from function _IEAttach, $_IESTATUS_NoMatch --> IE.au3 T3.0-2 Error from function _IELoadWait, $_IESTATUS_InvalidObjectType () --> COM Error encountered in new.au3 (1508) : ----> $IEComErrorNumber = 0x800706B5 (-2147023179) ----> $IEComErrorWinDescription = The interface is unknown. ----> $IEComErrorDescription = ----> $IEComErrorSource = ----> $IEComErrorHelpFile = ----> $IEComErrorHelpContext = ----> $IEComErrorLastDllError = 0 ----> $IEComErrorRetcode = 0x00000000 --> IE.au3 T3.0-2 Warning from function _IETableGetCollection, $_IESTATUS_NoMatch --> IE.au3 T3.0-2 Error from function _IETableWriteToArray, $_IESTATUS_InvalidDataType --> IE.au3 T3.0-2 Error from function _IETableWriteToArray, $_IESTATUS_InvalidDataType --> IE.au3 T3.0-2 Warning from function _IEAttach, $_IESTATUS_NoMatch --> IE.au3 T3.0-2 Error from function _IELoadWait, $_IESTATUS_InvalidObjectType () --> COM Error encountered in new.au3 (1508) : ----> $IEComErrorNumber = 0x800706B5 (-2147023179) ----> $IEComErrorWinDescription = The interface is unknown. ----> $IEComErrorDescription = ----> $IEComErrorSource = ----> $IEComErrorHelpFile = ----> $IEComErrorHelpContext = ----> $IEComErrorLastDllError = 0 ----> $IEComErrorRetcode = 0x00000000 --> IE.au3 T3.0-2 Warning from function _IETableGetCollection, $_IESTATUS_NoMatch --> IE.au3 T3.0-2 Error from function _IETableWriteToArray, $_IESTATUS_InvalidDataType --> IE.au3 T3.0-2 Error from function _IETableWriteToArray, $_IESTATUS_InvalidDataType --> IE.au3 T3.0-2 Warning from function _IEAttach, $_IESTATUS_NoMatch --> IE.au3 T3.0-2 Error from function _IELoadWait, $_IESTATUS_InvalidObjectType () --> COM Error encountered in new.au3 (1508) : ----> $IEComErrorNumber = 0x800706B5 (-2147023179) ----> $IEComErrorWinDescription = The interface is unknown. ----> $IEComErrorDescription = ----> $IEComErrorSource = ----> $IEComErrorHelpFile = ----> $IEComErrorHelpContext = ----> $IEComErrorLastDllError = 0 ----> $IEComErrorRetcode = 0x00000000 --> IE.au3 T3.0-2 Warning from function _IETableGetCollection, $_IESTATUS_NoMatch --> IE.au3 T3.0-2 Error from function _IETableWriteToArray, $_IESTATUS_InvalidDataType --> IE.au3 T3.0-2 Error from function _IETableWriteToArray, $_IESTATUS_InvalidDataType --> IE.au3 T3.0-2 Warning from function _IEAttach, $_IESTATUS_NoMatch --> IE.au3 T3.0-2 Error from function _IELoadWait, $_IESTATUS_InvalidObjectType () --> COM Error encountered in new.au3 (1508) : ----> $IEComErrorNumber = 0x800706B5 (-2147023179) ----> $IEComErrorWinDescription = The interface is unknown. ----> $IEComErrorDescription = ----> $IEComErrorSource = ----> $IEComErrorHelpFile = ----> $IEComErrorHelpContext = ----> $IEComErrorLastDllError = 0 ----> $IEComErrorRetcode = 0x00000000 --> IE.au3 T3.0-2 Warning from function _IETableGetCollection, $_IESTATUS_NoMatch --> IE.au3 T3.0-2 Error from function _IETableWriteToArray, $_IESTATUS_InvalidDataType --> IE.au3 T3.0-2 Error from function _IETableWriteToArray, $_IESTATUS_InvalidDataType +>19:12:55 AutoIt3.exe ended.rc:0 +>19:12:55 AutoIt3Wrapper Finished. >Exit code: 0 Time: 6.917
-
1 small question $str = 'MATHS: 95 04 PHYSICS:78 6o ENGLISH: 82' Here 04 and 6o are garbage values Lets say I just want to get the marks scored in MATHS and ENGLISH how do I get it
-
Extract Grouped Digits from a String?
Gauss replied to Gauss's topic in AutoIt General Help and Support
1 more small question I sometimes get garbage value between these 2 number $str = 'Mark scored 95 out 08 of 100 in the final test' How to get the first and the last group of numbers? -
Extract Grouped Digits from a String?
Gauss replied to Gauss's topic in AutoIt General Help and Support
Thanks! It Works!