Search found 15 matches
- Sun Feb 24, 2008 6:58 am
- Forum: Technical / Scripting
- Topic: CompareBitmaps> functionality questions
- Replies: 5
- Views: 11276
GetRectCheckSum is working great now, it definitely seems to be more accurate than CompareBitmaps. Currently I use them both in combination. Mostly because I need to refer to static screen captures for some if statements. Now that everything is running smoothly I added in a function to write results...
- Sun Feb 24, 2008 1:32 am
- Forum: Technical / Scripting
- Topic: CompareBitmaps> functionality questions
- Replies: 5
- Views: 11276
- Sat Feb 23, 2008 11:34 am
- Forum: Technical / Scripting
- Topic: CompareBitmaps> functionality questions
- Replies: 5
- Views: 11276
- Sat Feb 23, 2008 5:14 am
- Forum: Technical / Scripting
- Topic: CompareBitmaps> functionality questions
- Replies: 5
- Views: 11276
Firstly sorry to dig up this thread, but better recycled than new :) I am also having this issue. I read that in version 9.2 this could be an issue due to rounding but was subsequently fixed. I'm now using Version 10 and for the life of me I still cannot get my two bitmaps to return me a decent matc...
- Fri Sep 14, 2007 3:22 am
- Forum: Technical / Scripting
- Topic: Ways to tell if time has surpassed?
- Replies: 6
- Views: 7459
Yeah it's not a executable macro. I tired doing it via getting the current hour and minutes then passing those values onto a holder. (Let command) Then every time the lower loop (the one that can run forever) goes through it's 30 second cycle it gets a new current hour and minutes and checks to see ...
- Fri Sep 14, 2007 12:14 am
- Forum: Technical / Scripting
- Topic: Ways to tell if time has surpassed?
- Replies: 6
- Views: 7459
Ways to tell if time has surpassed?
Hello all, I'm looking for a way to have a 'countdown timer' as such to run outside of the Main Macro loop in an IF statement. A Fail safe. If> time has surpassed, exit the macro, else keep going. This is because the macro itself may run for 10 to 30 minutes. Once 30 minutes may have surpassed maybe...
- Mon May 21, 2007 2:17 am
- Forum: Technical / Scripting
- Topic: none
- Replies: 14
- Views: 15303
- Thu May 03, 2007 1:45 pm
- Forum: Technical / Scripting
- Topic: none
- Replies: 14
- Views: 15303
- Wed May 02, 2007 3:37 am
- Forum: Technical / Scripting
- Topic: none
- Replies: 14
- Views: 15303
- Mon Apr 30, 2007 1:14 am
- Forum: Technical / Scripting
- Topic: none
- Replies: 14
- Views: 15303
- Fri Apr 27, 2007 1:25 am
- Forum: Technical / Scripting
- Topic: none
- Replies: 14
- Views: 15303
- Tue Apr 03, 2007 1:47 am
- Forum: Technical / Scripting
- Topic: none
- Replies: 14
- Views: 15303
- Fri Mar 30, 2007 9:26 am
- Forum: Technical / Scripting
- Topic: none
- Replies: 14
- Views: 15303
none
Thanks to all who contributed.
- Sat Feb 24, 2007 1:55 am
- Forum: Beginners
- Topic: problems with simple If else loop(im noob)..
- Replies: 6
- Views: 9658
- Fri Feb 23, 2007 7:26 am
- Forum: Beginners
- Topic: problems with simple If else loop(im noob)..
- Replies: 6
- Views: 9658
I have much the same problem, any help to get mine working will be much appreciated. Basically what I am trying to achieve here is to have a variable that changes based upon where it is up to. So if the BM is 0 it starts from the top, adds +1 to itself to make 0+1, then the next time round it looks ...