PixelSearch shadr variation question
I am using PixelSearch with color of 0xD89840 and range 15 and get back color AE7134 also color D8A040 range 15 color received BC8F45 also color FFFFFF range 0 color received 876455 I am running W7...
View ArticleWaiting for desktop to stabilise...
Hello members, I need to install a scientific application that is packaged with WISE, across about 100 workstations in a Windows Active Directory environment. As a sysadmin I'm used to using...
View ArticleInput Box Read Problem
The Intent of the scipt is to complete two task: One create symbolic links of a folder Two create a shortcut to a file and place it on the desktop. It is for a game but I don't intent to make...
View ArticleRun vs. RunWait when using WinMove
I've been working on a script that runs several batch files with the following criteria (if possible) 1) be able to view each individual CMD window as the batch file runs 2) be able to move the CMD...
View ArticlePython
This weekend, I want to start learing autoit or autohotkey. The caveat is that at the end of the month, I want to try my hand with Python. From what I have been reading autoit would be the better...
View ArticleTFTP Client & Server
Hello all, I'm trying to write a TFTP Client and a TFTP Server in autoIT..., so far I'm only at the client... I would greatly appreciate the input of some RFC gurus. This is the code that I have:...
View ArticleProblem with FileSelectFolder under Win 7/8
Hi! I have a strange problem with FileSelectFolder under Windows 7 and 8. What happens: - I call the function and the dialog opens: $folder = FileSelectFolder("Please choose new folder:",...
View ArticleWhy are my objects gone after I For ... loop through them?
I have what I hope is a simple noob programming question. In the code snippet below, I make an WMI query and store the results in $objItems. Then I run through $objItems with a For loop. If I try...
View Articlehow to set file path value in browse button input box
hi all, i tried to set the value in file path to browse button input box.but its not working.pls any one help me my code, While 1 Switch GUIGetMsg() Case $Btn...
View ArticleOpenGL GlReadPixels
I have been working with OpenGL recently seeing if I could rewrite the GDI graphics end of the game engine I have been working on. http://www.autoitscript.com/forum/topic/145101-game-engine-40/ It has...
View ArticleIn delphi app controlID
Hi all, I have a problem with a delphi app, in which I run an AutoIt script for automatic testing. The problem is, that each time I add a new field, the controlIDs of some of the edit or dbedit...
View ArticleParent-Child question
Hello, i want to open a Child gui from a parent GUI. When the child is opened, the parent must be disabled. When the child is gone, the parent come back to enabled. This is what i have done: AutoIt...
View ArticleData table
i am using a window based application.auto it spy is able to spy the datatable control but i dont know how to retrive the data from the data table. i need to select a value from the data table....
View ArticleIE listbox object not inside a form?
I'm trying to change the timescale in the listbox at http://www.nasdaq.com/symbol/aa/historical , before downloading the data listed. I thought it would be possible to use...
View ArticleSending Joystick buttons.
Greetings everyone, I've come across a problem I can't solve. I am trying to "send" an Xbox 360 controller button press using autoit. So far I have not been able to do this. I have used the search...
View ArticleControlClick with PixelSearch
Hey! I would like to write a script which clicks to a bookmark of mine while it's on the tray. AutoIt expandcollapse popupGlobal $Paused HotKeySet("{F2}", "TogglePause") HotKeySet("{F3}",...
View ArticleHow do I do this?
How do I get a message ( looking at GUIGetMsg() ) when, for example, something is selected inside a ListBox? I have been doing this with GUICtrlSetOnEvent in other projects but I want to try using...
View ArticleSave txt data from website
Hello All, I am new to the forum and hope someone has a suggestion for my problem. I created a website, that when accessed sends a txt file of data. If I access The website with IE, it will open the...
View Articlechrome as child
I ripped off a bit of code from here to sort of pseudo embedd an instance of google chrome in gui. Thing is, it winds up all out of whack and not centered, wondering if anyone might know why? AutoIt...
View ArticlePixel Checksums + non-opaque Alpha values:
Frame with contents and anything with alpha deleted: Is there a way to take a batch of image files and generate a pixel checksum for each? How do I deal with the Alpha for finding these frames? How do...
View Article