Search found 4 matches
- Mon Apr 25, 2016 10:59 pm
- Forum: Technical / Scripting
- Topic: Help: Possibility to use FindImagePos in region of SCREEN?
- Replies: 6
- Views: 5645
Re: Help: Possibility to use FindImagePos in region of SCREE
Otherwise your code looks workable. If it were me I'd make sure the MouseMove was inside an If> block that tested for NumFound>0. You have that in the posted code but apparently the MouseMove is not in that If/EndIf block. You can't believe how stupid I feel after reading your reply. It solved my p...
- Mon Apr 25, 2016 5:25 pm
- Forum: Technical / Scripting
- Topic: Help: Possibility to use FindImagePos in region of SCREEN?
- Replies: 6
- Views: 5645
Re: Help: Possibility to use FindImagePos in region of SCREE
Hi Marcus, The following part is working: Screencapture>1582,303,1559,586,%TEMP_DIR%\screenrect.bmp FindImagePos>here my path to needle file,%TEMP_DIR%\screenrect.bmp,10,1,XArr,YArr,NumFound, CCOEFF If>NumFound>0 MessageModal>Working Else MessageModal>Not Working EndIf Exit However, I get a syntax e...
- Mon Apr 25, 2016 2:31 pm
- Forum: Technical / Scripting
- Topic: Help: Possibility to use FindImagePos in region of SCREEN?
- Replies: 6
- Views: 5645
Re: Help: Possibility to use FindImagePos in region of SCREE
Thanks for the quick reply. Sorry in case my question below isn't clear, English is not my native language. I haven't used the screencapture functionality yet. The following question pops up in mind: 1) The background of my active window is dynamic and changes all the time, so I assume it has to mak...
- Mon Apr 25, 2016 2:18 pm
- Forum: Technical / Scripting
- Topic: Help: Possibility to use FindImagePos in region of SCREEN?
- Replies: 6
- Views: 5645
Help: Possibility to use FindImagePos in region of SCREEN?
Hello everyone, First off I'd like to thank all active members on this forum. I'm new to scripting and by using this forum I was able to tackle a lot of problems. I'd like to ask if it is possible to search for a certain image within a fixed region of an active window? That way I'll counter some occ...