checkbox interrupting loop
Hello, I want to make a GUI to my script but I cannot figure out how to make checkboxes interrupt a function. Here is a part of my script: AutoIt expandcollapse popup#include...
View ArticleGUISetState($login, @SW_SHOW) Not working.
Hello all, I am working on a rather large project, many thousands of lines of code, so if possible I will try to ask my question in the simplest way possible, to get the best answer. I have two GUIs,...
View Articlewingettext issue/question
If you can't see the window text in the info tool, what other options are there? I'm trying to read text from an application window where it does not show on the info tool.
View ArticleTemporarily map a key to another
The question that I have is what do you suggest to temporarily map a key to another? I want to temporarily map say M key to N key. I used _IsPressed() to see if M is pressed and then send N key. The...
View ArticlePassing values from 2d array into another function
For some reason what seems like a simple function has gone over my head as to why this doesn't work, so there must be some simple concept here I'm completely missing. I have a 2d array full of values...
View ArticleSort Array with specific order?
I wonder is there any function to sort files in array not in certain order but define by ourself? I have no idea on how to start the code structure and any hints are welcome...XD What I want to do...
View ArticleNew to AutoIt, not understanding ConsoleRead/Write function
Hi! "Console Read: Read from the STDIN stream of the AutoIt script process" I'm not sure what the STDIN stream is but my guess is it's a stream which tracks what happens when I run a script. Like a...
View ArticleUse WM_COMMAND to handle specific messages
Can I use WM_COMMAND to handle EN_CHANGE message but not BN_CLICKED? As long WM_COMMAND process the message BN_CLICKED I am not able to catch the button click in loop using GUIGetMsg(). AutoIt...
View ArticleHow click this tags
i have this code <span class="search-icon"></span> i want to click it , i try code : $oTags = _IETagNameGetCollection($oIE, 'span') If Not @error Then For $oTag In $oTags If...
View ArticleUnique function to convert, resize and crop images
I'm writing a unique function to correctly convert, resize and crop images: - I started from this smashly function: http://www.autoitscript.com/forum/topic/75022-image-resize-how/ - I used some more...
View ArticleScript that takes ss of certain window every 15 minutes.
Hello, im trying to make script that takes screenshot of certain window every 15 minutes. This is my code atm. #include <ScreenCapture.au3> $var = 0; Do $timer=TimerInit() Sleep(5000)...
View ArticleImageMagick - Image Comparison
Hello, I have successfully used the Image Magick object to convert an image into another format: Func _ImageMagick_Convert($infile, $outfile) local $o_object; local $rc; $o_object =...
View Articlefunction not declaring default variable value?
Hello, I am having a slight problem, do not know if it's an autoit bug or what, but when I try to declare a default value for a function them call it via guictrlsetonevent, the variable is not...
View Articlechat Room Whit Voice Talk
hi I need Chat Room Whit Voice Talk !!! Can You Help Me Developer?
View ArticleProgram stopping midway through execution
Hello everyone, I am making a script that opens the command prompt and starts a program, (Disk2VHD). Making a backup of my hard drive . then compresses the file after completing using 7zip. I have...
View ArticlePlaying a Music File Behind a Windows Application
Can you possibly help with wanting to play a music file behind an application? I have a command-line music player, but using a Windows batch file (not AutoIt) it waits until the music is done playing...
View ArticleIf checkbox is checked then...
I'm doing data entry that involves checking a lot of check boxes in a web application. I'd like my script to tab through the checkboxes and, if a box is unchecked, check it by sending the spacebar....
View ArticleIE Nested Tables - How to get to a nested table?
First off - I am really loving what I am seeing with the IE automation. The app I am automating is very poorly designed so that part is a struggle. But the results are golden The web app I am...
View ArticlePixelGetColor for an area instead of a point
Hi Fellow Coders I am looking for an Efficient user function of getting an area of pixels' colors and return a multi dimensional array. I am not asking for a simple nested for loops that does...
View Article_IEFormElementOptionSelect invalid value using byIndex
Hello I am trying to automate some form applications on a website and the issue I'm encountering is being able to select something other than the first value in the drop down menu. For some reason if...
View Article