Recursion level has been exceeded?
So I am writing a script and I am at a point where I have a variable, I want to add 1 to that variable, then do a quick process with that variable, then repeat, but when I write something as simple as...
View ArticleCom error with DOM
I have a simple function to open an xml file and read a node value. Every other time the function _XMLFileOpen() is encountered, I get "Com Error with DOM". This looks like a file close is not...
View Articlecheck array dimension
Hi, the function IPDetails returns an 2 dimensional array, with all info of the network interfaces it finds. In the first dimension $aArray[x] is the network interface. The second part $aArray[][x] is...
View ArticleIf in If statement
All, I've a question about my script. Mainly about the following part of my code: [ autoit ] expandcollapse popupAUTOITSETOPTION("SendKeyDelay",100) ;SET KEY DELAY IF WINEXISTS("Microsoft...
View Articlecan i use a loop inside an "if"?
I want to continiously click to a certen position until window wont exist
View ArticleCould not update variables
Hi All I have one project, I want to select button 1, the account will change, but it does not seem to work are looking forward to helping [ autoit ] expandcollapse popup#include...
View ArticleControlCommand and Windows XP
I've made a script to automate some printing functions using ControlCommand and class Id's etc; it works perfectly on my Windows 7 machine, however if I run it on an XP machine all it can do is open...
View ArticleDetecting any displayed differences on screen?
I have a script that successfully runs through a CSV list and adds some records into an old legacy application. Periodically, the application will put up any one of several dialog windows that could...
View ArticleLooking for ideas/help/pointers with an application management issue.....
Hi All, I've an issue with vendor supplied application which for one reason & another doesn't like to coexist within a session with a host of other specific applications. The problematic...
View ArticleHelp in coding?
Alright, i tried creating a GUI and use AutoIT Cammands but it seems i cant get any further after the massage box thing. If you are wondering da hell am saying? Here:...
View ArticleCase sensitive variables question [SOLVED]
If you try below code: [ autoit ] popupAssign("Val",-45.961) $sStr = "VAL: " & Eval("VAL") & @CRLF $sStr &= "val: " & Eval("val") & @CRLF $sStr &= "VaL: " &...
View Articlefind "OK" sub-window within an adobe air app.
Have an autoit script that send out tweets with Twhirl app written in adobe air. Sometimes the tweet gets hung and twhirl puts out and error window with an "OK" button . I need to detect this...
View Articleget text and image from chat
Hello, I'd like to get text and image from a chat in poker application yhat run in browser. In wich way can I obtain this? Thanks for help and sorry for english
View Articleget results from a SQL query
hello world. I am trying to get the results of this sql query. I am not getting any errors so I think I should be getting results back. thanks in advance! [ autoit ] expandcollapse...
View Articlelibusb0-win32
Hello, Someone have a workaround or udf related to "libusb0-win32"? A canavas is enough for me. Thanks in advance.
View Articleopen an existing spreadsheet and get list of workbooks
do I have to open a spreadsheet before attaching to it to use excelSheetList?
View ArticleGuitctrl advanced window controls
Hi, The window I wnt to select and set a value for an item is kinda advanced... I used AutoIt info to read the info of window on the left and right , it shows , the left as a list box...and the right...
View ArticleRichEdit AppendText/Scrolling/ComboBox Dropdown
Back again with hopefully another quickie: I'm using a RichEdit box in my app as a communications log and a ComboBox as a command string input box. I'm using the CBS_DROPDOWN flag and storing a recent...
View Articleremote execution of compiled script but no output returned
Good morning, I wrote a little script to "print" to the console some properties of the Internet Explorer displayed page (when not minimized). [ autoit ] popup#Region ;**** Directives created by...
View Article