StringInStr returns wrong position
Hi all, I´m new to AutoIT so you can imagine, that I know very little about how the functions work in detail. I have the problem that the StringInStr function when searching for a string in the...
View ArticleGUICtrlSetData question
This isnt working. When I add a value to $Input Box11 I want to push $SetAll and have the value get set to all the other input boxes. Then I want $Input11 to get reset to blank. What am I doing...
View ArticleMissing application tray icon at logon
When I Task schedule the compiled script to start at user log on with highest privileges I've noticed the programs tray icon doesn't become visible in the notification area . are there any known...
View ArticleMissing something
<snip> It's an auto potter, presses F1 unless the pixel is found, but something is wrong cause it uses all my potions instead of using potions til my hp is full, what am I missing? It should...
View ArticleReverse an array
With 2D array, how i can reverse all the row of all column like the first value become last, the last the first? I need to start from the first row and avoid the 0 index AutoIt expandcollapse...
View ArticleCrowdinAPI - how to use login={crowdin-login-name}
I am in the process of creating a UDF for CrowdinAPI. I have a problem with one function. https://crowdin.com/page/api/get-projects This is my implementation. AutoIt expandcollapse...
View ArticleTestfile CJK - result is empty ?
I am doing some test with iconv, to see what characters can be converted. To do this, I am creating a list of chinese characters, according to the list here. For blocks 1 and 2 this works as...
View ArticleListview remove column selection
Maybe i'm miss something, with custom ownerdraw if i want to remove the "selection" of the column and clear all like when you create the listview, how i can do? AutoIt expandcollapse...
View Articleie tab management
Hello. It is possible to get working script only in his IE browser window? That is, when script using function _IEAttach("", 'instance', 2) to select specific tab, he will not be joining to the another...
View ArticleFileWrite script line
Hi, I want to use an Inputbox to write a line that i will later use with Java/Indesign: The problem line keeps getting me errors, what am i doing wrong? AutoIt expandcollapse popup$PR =...
View ArticleOnly 1 instance of my script
Hi guys If I have a script named "test.exe" running, and while it's running the script "test.exe" will run a new instance, how can I make sure that the second instance waits for the existing...
View ArticleFileMove return success but still did not the job properly
When I try to move file named "testfile.txt" from directory1 (source) to directory2 (destination) with function FileMove then sometimes It will copy that file to new directory2 but leave old file in...
View ArticleEditing one cell based on another cell within a 2D array
I found this script for 2D arrays in another help topic: AutoIt expandcollapse popup;# ==================================================================================== ;# Sample 1 ;# First...
View Articlehow to select a row from a web table
Hi All, i have a table object and there few rows and columns, i would like to click on a table row. please let me know how i can do that here is te html stucture and the highlighted one is the...
View ArticleImport CSV to Multi Column Select --> Send to 2nd App
I am not sure if AutoIT is is the best way to go about this, or if this is possible in AutoIT; so, by all means all feedback is welcomed. Objective: Import CSV file into a UI, with the first row of...
View Articlerequire admin and error report, how?
I have a script. If I run it without require admin option it wont execute some of its functions. If I execute it with require admin it would execute one of its function, but then later it fails...
View Article"EV" Code Signing Certificate
Has anyone successfully applied an EV Code Signing Certificate to their .exe file created with AutoIt? If so, were there any additional steps required or was it just like the regular code signing...
View ArticleOne hotkey multiple actions
Hey there I am trying to make a script loop 3 different mouseclicks/actions each time i press spacebar. So far i have no idea where to start, can anyone help me out? regards
View ArticleImageSearch
Hello, I'm having some issues on this. Keep in mind that i'm starting to learn the basics of AutoIt now... AutoIt expandcollapse popup#include <ImageSearch.au3> #include...
View ArticleGet IP Address
hi guys , AutoIt expandcollapse popupFunc _GetIP() Local Const $GETIP_TIMER = 300000 ; Constant for how many milliseconds between each check. This is 5 minutes. Local Static $hTimer = 0...
View Article