Wow. You guys really are Automation Wizards.
Thank you for the suggestion. I have no clue about subs.
I will look into learning what that is doing.
Search found 17 matches
- Thu Feb 12, 2009 7:42 am
- Forum: Technical / Scripting
- Topic: compare from group of bmps
- Replies: 5
- Views: 6822
- Thu Feb 12, 2009 5:12 am
- Forum: Technical / Scripting
- Topic: compare from group of bmps
- Replies: 5
- Views: 6822
I wish I could be an automation wizard. Thanks for the reply. Yes, if the number were only two or three digits, that would probably work fine, but the number is about 7 digits. I'm sure it is fine still, it just seems like there would be a shorter way of doing it. Is it still the suggested way? Than...
- Thu Feb 12, 2009 2:26 am
- Forum: Technical / Scripting
- Topic: compare from group of bmps
- Replies: 5
- Views: 6822
compare from group of bmps
Hello again. I'm sure there is an easy way of doing what I'm trying to do, but the only way I can think about it is long and difficult. I have a section of a screen that is an image representation of a score or balance. I can't get a text capture on it because it is images. The code I'm hoping to no...
- Mon Dec 29, 2008 5:44 pm
- Forum: Technical / Scripting
- Topic: WAIT check frequency
- Replies: 3
- Views: 4162
Thanks for the tip. After some thinking, that's what I thought too. I was thinking that making a comparebitmap loop would work for my application. Basically, I'm trying to see if a "submit" button is ready to be pushed or if it is unavailable (greyed out). So, if it is grey, keep checking and compar...
- Sat Dec 27, 2008 6:15 am
- Forum: Technical / Scripting
- Topic: WAIT check frequency
- Replies: 3
- Views: 4162
WAIT check frequency
Hello there. I've been very pleased with the help I've gotten from the forum not only from searching others questions, but also from posting my own questions. Thanks everyone. My question now is: I have been using the WaitScreenImage command and like it. It has really helped (I was using the command...
- Sat Dec 27, 2008 6:07 am
- Forum: Technical / Scripting
- Topic: CLICK QUESTION
- Replies: 12
- Views: 11427
FIXED
That fixed it mtettmar. It seems as though NumOfClicks had a space after the number and t would mess up the formula. I put StringReplace>NumOfClicks,SPACE,,NumOfClicks StringReplace>NumOfClicks,CR,,NumOfClicks StringReplace>NumOfClicks,LF,,NumOfClicks in there and now everything seems fine. Thank yo...
- Tue Dec 23, 2008 5:11 pm
- Forum: Technical / Scripting
- Topic: CLICK QUESTION
- Replies: 12
- Views: 11427
Thank you for your helpful reply. 1)I've gone into my profile and disabled HTML and Smiles. We'll see how it works. 2) the extra > isn't really there. Just leftover from an incorrect paste. Thanks for pointing it out. 3) I've run it in the Watch window and things look fine, but I will add those coup...
- Tue Dec 23, 2008 7:04 am
- Forum: Technical / Scripting
- Topic: CLICK QUESTION
- Replies: 12
- Views: 11427
I've been trying everything I can think of. And I can get the script to work properly as long as my variable NumOfClicks is below 9. But as soon as I hit 9 or above, the loop doesn't end. The script looks like this: ScreenCapture>320,761,340,771,ChangingImage.BMP CompareBitmaps>ChangingImage.BMP,Con...
- Tue Dec 23, 2008 6:23 am
- Forum: Technical / Scripting
- Topic: CLICK QUESTION
- Replies: 12
- Views: 11427
Thank you for the reply, JRL. I think I'm frustrated with the forum more than I'm frustrated with MS. When I'm trying to copy and paste part of my code into the forum, it always loses some of it. GRRRRRRRRRRRR. I need to remember to disable the crap that forums do. I DON"T WANT SMILIES..... Anyway, ...
- Tue Dec 23, 2008 4:17 am
- Forum: Technical / Scripting
- Topic: CLICK QUESTION
- Replies: 12
- Views: 11427
Still Having troubles with Let & Repeat
With the question above, This is the code I've been trying to get working, since there isn't a better LClick multiple time option. ScreenCapture>320,761,340,771,ChangingImage.BMP CompareBitmaps>ChangingImage.BMP,ConstantImage.BMP,nPercent If>NPercent320,761,340,771,NumOfClicks MouseMove>316,282 Let>...
- Tue Dec 23, 2008 12:23 am
- Forum: Technical / Scripting
- Topic: CLICK QUESTION
- Replies: 12
- Views: 11427
Thank you guys for your help. Yes, gdyvig, I've set the variable to a value. I have the variable coming from a GetTextRect command. It is reading for the number in a small graphical box. I then take that number and use it as the UNTIL>K= (the GetTextRect answer). I haven't tried it with the greater ...
- Mon Dec 22, 2008 4:10 pm
- Forum: Technical / Scripting
- Topic: CLICK QUESTION
- Replies: 12
- Views: 11427
Thanks for the reply. It seems like i've read about a LClick *# or LClick *Variable but can't seem to get anything like that to work. I've also tried the repeat command, but it seems that the until command can't handle a variable such as Let>k=0 Repeat>k Let>k=k+1 LClick until>K=variable Thanks for ...
- Mon Dec 22, 2008 2:46 am
- Forum: Technical / Scripting
- Topic: CLICK QUESTION
- Replies: 12
- Views: 11427
CLICK QUESTION
I had just posted a question about the REPEAT command, but maybe the repeat command isn't even needed. Is there a command similar to LClick and double click that will click the left mouse a specified number of times? Especially a number of times detected by a GetTextRect command. It seems like there...
- Mon Dec 22, 2008 2:33 am
- Forum: Technical / Scripting
- Topic: Try again with REPEAT question
- Replies: 0
- Views: 2683
Try again with REPEAT question
SORRY FOR REPOSTING. I FEARED THAT THE ERRORS IN THE FIRST POST WOULD MAKE IT OVERLOOKED FOREVER. I'VE FIXED THOSE STRANGE ISSUES AND WOULD APPRECIATE A SECOND LOOK - THANKS Hello all. I've been playing with the trial version of MS for a few days and love it. Will end up buying it if can fit it into...
- Sun Dec 21, 2008 8:24 pm
- Forum: Technical / Scripting
- Topic: DETETED QUESTION - REPOSTED WITH PROPER CODE. SORRY
- Replies: 4
- Views: 4504