Search found 9 matches
- Tue Mar 08, 2011 9:26 am
- Forum: Technical / Scripting
- Topic: image recognition and windows theme
- Replies: 1
- Views: 2978
image recognition and windows theme
Hi, I am using image recognition across a number of PCs, All should be running windows classic at the same resolution etc. The problem I have is the odd user changes their theme every so often, which obviously messes with the image rec. Can I check programmatically which theme/effects are being used...
- Mon Jan 24, 2011 1:17 pm
- Forum: Technical / Scripting
- Topic: help changing display settings XP
- Replies: 2
- Views: 3887
- Thu Jan 20, 2011 2:27 pm
- Forum: Technical / Scripting
- Topic: help changing display settings XP
- Replies: 2
- Views: 3887
help changing display settings XP
Hi, Hope someone can help. I have a few scripts that rely quite heavily on image recognition to a few remote PCs, Problem I have is the remote software has now decided it wants to change a couple of display settings every time I log in. This of course means my images don't get recognised! I manually...
- Tue Aug 25, 2009 9:52 am
- Forum: Beginners
- Topic: HTTPRequest and HTTP_SSL
- Replies: 1
- Views: 5605
HTTPRequest and HTTP_SSL
Hi, Posting this here because I am sure its just me being a numpty! I am trying to run a couple of queries on an online database (Zoho). First Query is to generate a ticket, this is a https/ request so I set HTTP_SSL to 1 and run the query. Let>HTTP_SSL=1 Let>PostData=LOGIN_ID=%Myname%&PASSWORD=%pas...
- Tue Aug 18, 2009 9:34 pm
- Forum: Technical / Scripting
- Topic: asynchronous routines
- Replies: 4
- Views: 5230
- Tue Aug 18, 2009 10:13 am
- Forum: Technical / Scripting
- Topic: asynchronous routines
- Replies: 4
- Views: 5230
asynchronous routines
Probably a daft question Is there any way I can run a routine asynchronously? I have a subroutine checking for over a 100 images in a window, these images usually appear around the same place so I have narrowed down the search area but its still taking time, time in which I could have the macro doin...
- Thu Jul 30, 2009 6:50 pm
- Forum: Enhancement Suggestions
- Topic: Improvements to image/text recognition commands
- Replies: 3
- Views: 8843
Just tried this, GetActiveWindow returns x,y,height,width. ScreenCapture needs x(top),Y(top),x(Bottom),Y(Bottom) shouldn't it be -------------------------------------------------------------------- GetActiveWindow>title,X,Y,W,H //Capture the IE Window to a bitmap IfFileExists>%SCRIPT_DIR%\screen.bmp...
- Mon Jul 06, 2009 9:38 am
- Forum: Beginners
- Topic: Ask> or dialog in an onevent subroutine
- Replies: 3
- Views: 5303
- Fri Jul 03, 2009 7:05 pm
- Forum: Beginners
- Topic: Ask> or dialog in an onevent subroutine
- Replies: 3
- Views: 5303
Ask> or dialog in an onevent subroutine
Hi, Having a problem with both the Ask command and dialog boxes. Trying to write a macro that will play a game, pretty much got there but want the user to be able to see how many rounds of the game have so far been played and exit the macro if need be. I have set an "Onevent" routine to trigger on t...