Search found 3 matches
- Thu Nov 01, 2012 3:09 am
- Forum: Technical / Scripting
- Topic: Locking window for screen scraping
- Replies: 4
- Views: 5668
Yes, the user needs to be able to work with other windows so blocking input isn't an option. I saw this post for making the window refuse focus http://www.mjtnet.com/forum/viewtopic.php?p=14579&sid=be333a82bad443b3e42685bbd252e184 This could work, but I'm not sure if the user can just click the clos...
- Wed Oct 31, 2012 5:49 pm
- Forum: Technical / Scripting
- Topic: Locking window for screen scraping
- Replies: 4
- Views: 5668
Locking window for screen scraping
I've been running a script that screen scrapes a window and executes based on a matched screen scrape, and it's been running well for months. The problem is when users close the window, or scroll down and the screen scrape doesn't work because the matching bitmap is no longer there. Is there a way o...
- Thu Dec 15, 2011 4:21 pm
- Forum: Technical / Scripting
- Topic: FindImagePos for selected window doesn't work.
- Replies: 1
- Views: 2162
FindImagePos for selected window doesn't work.
I've been testing with FindImagePos to only look for the image in a certain window. In this case it's Market Analyzer. FindImagePos>needlePic,WINDOW:Market Analyzer,0,1,XArr,YArr,NumFound My code works, but it also finds the image outside of the window. For instance, I would open up the image in win...