Search found 3 matches
- Mon Feb 07, 2011 4:21 pm
- Forum: Technical / Scripting
- Topic: Issue on FindImagePos
- Replies: 5
- Views: 5176
- Mon Feb 07, 2011 6:45 am
- Forum: Technical / Scripting
- Topic: Issue on FindImagePos
- Replies: 5
- Views: 5176
thank you for the quick reply! Im using version 12.0.7e. tried this [textcode] GetScreenRes>w,h ScreenCapture>0,0,w,h,d:\screen.bmp CompareBitmaps>d:\img.bmp,d:\screen.bmp,match MessageModal>%match% [/textcode] it returns -1 as well. just test with Tolerance Tester again and this is the result 1 = T...
- Mon Feb 07, 2011 4:26 am
- Forum: Technical / Scripting
- Topic: Issue on FindImagePos
- Replies: 5
- Views: 5176
Issue on FindImagePos
Im trying to find an image on screen and captured the BMP using Macro Scheduler's Image Capture Tool. FindImagePos>C:\image.bmp,SCREEN,0,1,X,Y,NumFound If>NumFound>0 MessageModal>found Else MessageModal>not found EndIf However, the result is always not found eventhough I tried the tolerance level to...