Re: [Sikuli-driver] [Question #644415]: Unable to find Pattern within a pre set region on the screen.

2017-07-02 Thread masuo
Question #644415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644415 masuo proposed the following answer: Sikuli searches the region using a default minimum similarity of 0.7. http://sikulix-2014.readthedocs.io/en/latest/pattern.html It may be effective to set minimum

Re: [Sikuli-driver] [Question #644415]: Unable to find Pattern within a pre set region on the screen.

2017-06-27 Thread masuo
Question #644415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644415 masuo proposed the following answer: There is "@S(0)[0,0 1680x1050]" in log. Region(1310,654,73,68) is out of Screen(0), isnt it? You are using two monitors. The image may exist in Screen(1).

Re: [Sikuli-driver] [Question #644415]: Unable to find Pattern within a pre set region on the screen.

2017-06-23 Thread masuo
Question #644415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644415 masuo posted a new comment: Sorry your codes is Java. I misunderstood it. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #644415]: Unable to find Pattern within a pre set region on the screen.

2017-06-23 Thread masuo
Question #644415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644415 Status: Open => Answered masuo proposed the following answer: I think I don't understand correctly what you want to do. So I'm sorry if I misunderstood it. these 2 steps are unnecessary. Screen scr1 =

[Sikuli-driver] [Question #644415]: Unable to find Pattern within a pre set region on the screen.

2017-06-21 Thread Chris Rhoads
New question #644415 on Sikuli: https://answers.launchpad.net/sikuli/+question/644415 Attempting to set a region for each Pattern I need to find in order to improve consistency of where the mouse is clicking. So Im setting the region (x,y,w,h) and I set the screen as Im using two monitors (I'm