Search found 71 matches

by JRS
Mon Oct 17, 2005 6:02 am
Forum: Technical / Scripting
Topic: ScreenCapture and spaces in file names?
Replies: 10
Views: 9457

Horoscopes2000: In your example you say that works it seems if nm is a valid/working string variable: ScreenCapture>245,61,837,777,d:\wheels01\123qaz.jpg movefile>d:\wheels01\123qaz.jpg,d:\wheels01\%nm%.jpg the movefile command should be unnecessary. Just: ScreenCapture>245,61,837,777,d:\wheels01\%n...
by JRS
Mon Oct 17, 2005 5:06 am
Forum: Technical / Scripting
Topic: ScreenCapture and spaces in file names?
Replies: 10
Views: 9457

Horoscopes2000 - Thanks for your reply perhaps I explained it in too complicated a manner .... Take the following 4 lines of code: 1 DDERequest>Excel,c:\MyDir\url_list-1.csv,R1C1,HoldPage,60 2 StringReplace>HoldPage,.com,,HoldPage 3 ScreenCapture>20,1,599,699,c:\MyDir\standard.jpg 4 MoveFile>c:\MyDi...
by JRS
Sun Oct 16, 2005 9:19 pm
Forum: Technical / Scripting
Topic: ScreenCapture and spaces in file names?
Replies: 10
Views: 9457

I forgot to include in my last post when I the %HoldName% and
the HoldName I got the Error 1: Invalid file type specified. Valid file types are .BMP or .JPG from either respect.

Joel.
by JRS
Sun Oct 16, 2005 9:17 pm
Forum: Technical / Scripting
Topic: ScreenCapture and spaces in file names?
Replies: 10
Views: 9457

Just one more addendum of information re: my string issue. I tried a: Let>HoldName2=HoldName What I didn't do is any String Len analysis. Is it possible I have some non-printing characters that is messing up my string and ruining my day?? If I do a straight transfer from one variable to another I se...
by JRS
Sun Oct 16, 2005 8:59 pm
Forum: Technical / Scripting
Topic: ScreenCapture and spaces in file names?
Replies: 10
Views: 9457

One more note in addedum to the %string% issue I'm having with the movefile ... it seems to be the same issue when I tried to use the string in the Macro Scheduler ScreenCapture command directly: ScreenCapture>20,1,599,699,c:\ESNagel\%HoldPage%.jpg where doing a: MessageModal>%HoldPage% immediately ...
by JRS
Sun Oct 16, 2005 7:54 pm
Forum: Technical / Scripting
Topic: ScreenCapture and spaces in file names?
Replies: 10
Views: 9457

Here's another couple of combinations Joel. 4.) Let>MF_RENAME=1 . . . DDERequest>Excel,c:\MyDir\url_list-1.csv,R%RowHold%C1,HoldPage,60 . . . StringReplace>HoldPage,.com,,HoldPage ScreenCapture>20,1,599,699,c:\MyDir\standard.jpg MoveFile>c:\MyDir\standard.jpg,c:\MyDir\%HoldPage%.jpg MessageModal>%Ho...
by JRS
Sun Oct 16, 2005 7:38 pm
Forum: Technical / Scripting
Topic: ScreenCapture and spaces in file names?
Replies: 10
Views: 9457

All, I'm having problems where Horoscopes states the script is functioning all right by him. Below are a few combinations using and not using the % for the string. What I'm doing is reading an Excel .csv file. My goal is to take a screen shot of each URL. The code below is in a loop and I have no pr...
by JRS
Mon Oct 03, 2005 8:32 pm
Forum: Beginners
Topic: WaitPixelColor problem
Replies: 31
Views: 41624

I think what is especially heartening about using Macro Scheduler is that with it's rich command set I'm seeing more often then not there'll be a way to reach your robot objective and even though the solution you came up with may not be the most elegant or efficient, it'll suffice until you find a b...
by JRS
Fri Sep 30, 2005 8:40 pm
Forum: Beginners
Topic: WaitPixelColor problem
Replies: 31
Views: 41624

Hello Rain, Me Again, All .... Rain, thanks again for your Page Down solution but I don't see how it can work in this particular instance. A part of the problem is/could be I incorrectly described the functionality of the http://www.betfair.com frame but even so that should not negate your "Page Dow...
by JRS
Sat Sep 24, 2005 5:19 am
Forum: Beginners
Topic: WaitPixelColor problem
Replies: 31
Views: 41624

Rain, Me Again, All ... One quick note in addendum ... this arbitrage idea at least from my research has a few (but unfortunately not that many) other areas where it can be applied instead of horse racing / sports wagering. One is currency exchange where you convert currency from one country's to an...
by JRS
Sat Sep 24, 2005 5:00 am
Forum: Beginners
Topic: WaitPixelColor problem
Replies: 31
Views: 41624

Rain, Me Again, Much appreciated for your help with the script solution and in general. Your solution (just looking at it) appears better; more reliable and elegant than my own. Very good suggestions. For what it's worth if you're interested in my arbitrage idea I would be happy to share some of my ...
by JRS
Fri Sep 23, 2005 6:10 am
Forum: Beginners
Topic: WaitPixelColor problem
Replies: 31
Views: 41624

To Clarify my previous post. On my work around I have a full race cell that is aquamarine near the bottom of the frame when I do a "page down" the race cell is "carried" to the top of the frame aquamarine color still intact. However ... (uh boy this is tough for me to explain ...) when the aquamarin...
by JRS
Fri Sep 23, 2005 5:52 am
Forum: Beginners
Topic: WaitPixelColor problem
Replies: 31
Views: 41624

Me Again ... Thanks for your help. In terms of where my immediate scroll bar issue is, it isn't on http://www.Bluesq.com but on http://www.betfair.com. On initially bringing up http://www.betfair.com you'll see on the left hand side a frame for the markets, different sports etc. Select Horse Racing ...
by JRS
Thu Sep 22, 2005 8:20 pm
Forum: Beginners
Topic: WaitPixelColor problem
Replies: 31
Views: 41624

Rain, Me Again, All ... A couple of finer points if I could for duplicating my pixel issue from my previous post (terrible grammar in my previous post - note to myself spell and grammar check better) Once you have BlueSq web page up the following "hard coordinates" select Racing and then UK racing I...
by JRS
Thu Sep 22, 2005 7:54 pm
Forum: Beginners
Topic: WaitPixelColor problem
Replies: 31
Views: 41624

Rain, Me Again, All ... Thanks again for replying and helping work through this pixel color issue. Following are two similarly functioning sections of my code of the "window range" I described. For Bluesq.com the inital relative window "mouse cursor row" is 350 loop until 550. For the Betfair.com th...
Sign up to our newsletter for free automation tips, tricks & discounts