Search found 9 matches

by Trautmann
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...
by Trautmann
Mon Jan 24, 2011 1:17 pm
Forum: Technical / Scripting
Topic: help changing display settings XP
Replies: 2
Views: 3887

Unfortunately not,
There are settings there (I use logmein for remote access) and currently connect to around 100 PCs. I can change each users settings manually but was just looking for a way of checking in each script.
by Trautmann
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...
by Trautmann
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...
by Trautmann
Tue Aug 18, 2009 9:34 pm
Forum: Technical / Scripting
Topic: asynchronous routines
Replies: 4
Views: 5230

Thanks both for the input,

Sorta thought seperate exes was the way to go (have pro version btw), I suppose as long as I handle the result files ok it would work.

Cheers

Edit - Sorry I read it as 2 separate answers from different sources! Thanks Gale
by Trautmann
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...
by Trautmann
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...
by Trautmann
Mon Jul 06, 2009 9:38 am
Forum: Beginners
Topic: Ask> or dialog in an onevent subroutine
Replies: 3
Views: 5303

Thanks for the quick reply,

managed to get the dialog to show by moving the dialog declaration but the label to show total games is always zero. Guess its initialised with the declaration?

Workaround is to use an Ask box I guess.
by Trautmann
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...
Sign up to our newsletter for free automation tips, tricks & discounts