| Author |
Message |
Topic: ImageSearch basics |
drmartell
Replies: 13
Views: 316
|
Forum: Ask for Help Posted: Sun Nov 13, 2011 1:05 am Subject: ImageSearch basics |
BINGO! mostly. . .
I use 24bit bmp and my searches usually work fine.
That seems to have been most of the issue. I resaved at 24bit and I can now find the image by using WinGetPos to narrow the s ... |
Topic: ImageSearch basics |
drmartell
Replies: 13
Views: 316
|
Forum: Ask for Help Posted: Sat Nov 12, 2011 6:31 pm Subject: ImageSearch basics |
Try this script. It loads the image into a gui and then F1 searches for the image.
The script runs fine and the image is visible in the GUI, however when I press F1 I get the "Image could not ... |
Topic: ImageSearch basics |
drmartell
Replies: 13
Views: 316
|
Forum: Ask for Help Posted: Sat Nov 12, 2011 3:13 pm Subject: ImageSearch basics |
Your using function syntax in something thats not a function.
When not in function. All variables being read and not set need percent signs around them.
Thanks, I am using the syntax per the hel ... |
Topic: ImageSearch basics |
drmartell
Replies: 13
Views: 316
|
Forum: Ask for Help Posted: Sat Nov 12, 2011 3:01 pm Subject: ImageSearch basics |
Well your code did not indicate such, only showed you using empty variables.
Another problem I had was using the Help files directions to capture the bmp, using Paint.
When changed to "FastSton ... |
Topic: ImageSearch basics |
drmartell
Replies: 13
Views: 316
|
Forum: Ask for Help Posted: Sat Nov 12, 2011 1:46 pm Subject: ImageSearch basics |
My script similiar to yours differs in that;
May or may not be of some help.
ImageSearch, FoundX, FoundY, 10,10, 1000, 1000, ifactive.bmp ; My Images\test.bmp
The difference I see is in your us ... |
Topic: ImageSearch basics |
drmartell
Replies: 13
Views: 316
|
Forum: Ask for Help Posted: Sat Nov 12, 2011 12:30 pm Subject: ImageSearch basics |
I can't seem to get a very simple ImageSearch script working for me.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new sc ... |
Topic: Keeping Gui buttons active during Sleep |
drmartell
Replies: 2
Views: 156
|
Forum: Ask for Help Posted: Sun Jan 30, 2011 4:40 pm Subject: Keeping Gui buttons active during Sleep |
If you were sitting right there, how could you determine that the download is finished?
Yes
Could the settimer routine also 'see' what you 'see'?
not easily, Windowspy can't 'see' the text
Ins ... |
Topic: Keeping Gui buttons active during Sleep |
drmartell
Replies: 2
Views: 156
|
Forum: Ask for Help Posted: Sun Jan 30, 2011 3:55 am Subject: Keeping Gui buttons active during Sleep |
I have a script that helps me download data from a stock charting program.
A command needs to be sent to the program for each stock one at a time and then wait for the download to complete.
I ha ... |
Topic: Unoccupiable space? |
drmartell
Replies: 15
Views: 1144
|
Forum: Ask for Help Posted: Mon Nov 23, 2009 4:31 pm Subject: Unoccupiable space? |
Try this:
; Credit: shimanov - www.autohotkey.com/forum/viewtopic.php?p=40066#40066
WinGetPos, GX,GY,GW,GH, ahk_class Shell_TrayWnd
VarSetCapacity( OWA,16,0 ), VarSetCapacity( NWA ... |
Topic: attenuate DTMF tones in realtime |
drmartell
Replies: 3
Views: 263
|
Forum: Ask for Help Posted: Thu Nov 12, 2009 3:20 pm Subject: attenuate DTMF tones in realtime |
OK yes, manually lowering the volume has the desired effect, now just need a way for the computer to do the work  |
Topic: PixelGetColor help please - if/else = same action :( |
drmartell
Replies: 7
Views: 381
|
Forum: Ask for Help Posted: Wed Nov 11, 2009 11:04 pm Subject: PixelGetColor help please - if/else = same action :( |
I've been working with PixelSearch lately and I like to use this small script just to see if it is finding / not finding the target color correctly:
This makes the assumption that Notepad is your t ... |
Topic: attenuate DTMF tones in realtime |
drmartell
Replies: 3
Views: 263
|
Forum: Ask for Help Posted: Wed Nov 11, 2009 8:21 pm Subject: attenuate DTMF tones in realtime |
Right,
In this case I am looking for an unattended solution that allows the intermixing of voice and DTMF at differing volumes.
For example, you call a company and have to navigate their phone t ... |
Topic: attenuate DTMF tones in realtime |
drmartell
Replies: 3
Views: 263
|
Forum: Ask for Help Posted: Wed Nov 11, 2009 8:09 pm Subject: attenuate DTMF tones in realtime |
| Skype has this well documented issue where it repeats (i.e. doubles) DTMF tones that it receives in an audio stream. The result is that the DTMF tones do not arrive on the receiving end of the call a ... |
Topic: PixelSearch only working with certain window locations |
drmartell
Replies: 2
Views: 343
|
Forum: Ask for Help Posted: Fri Nov 06, 2009 5:45 pm Subject: PixelSearch only working with certain window locations |
Correctamundo, thanks Leef_me  |
Topic: PixelSearch only working with certain window locations |
drmartell
Replies: 2
Views: 343
|
Forum: Ask for Help Posted: Fri Nov 06, 2009 3:11 am Subject: PixelSearch only working with certain window locations |
I am trying to use PixelSearch to find a window control regardless of the window location on the screen.
The window is a Citrix application.
Strangely (at least to me) I have a small test script ... |
| |