Re: [Sikuli-driver] [Question #664190]: Unable to find images on the second monitor

2018-02-08 Thread RaiMan
Question #664190 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/664190

RaiMan posted a new comment:
Upgrade to version 1.1.1

http://sikulix.com

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #664190]: Unable to find images on the second monitor

2018-02-08 Thread Vin Uppinkudru
Question #664190 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/664190

Status: Needs information => Solved

Vin Uppinkudru confirmed that the question is solved:
Thank you RaiMan.
My display configuration is exactly same as what you had mentioned in your 
comment #3.

I am using Sikulix version 1.0.1

I have kept my application on Monitor2.

I tried tried find with


Screen screen = new Screen(0);
screen.find(...)

Screen screen = new Screen(1);
screen.find(...)

Screen screen = new Screen(2);
screen.find(...)

None of the above could find the image.

Any clues please.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #664190]: Unable to find images on the second monitor

2018-02-08 Thread RaiMan
Question #664190 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/664190

RaiMan requested more information:
Seeing the screen coordinates, then
- laptop is placed left (monitor 1)
- Main monitor is in the middle (monitor 3)
- Another monitor is placed right (monitor 2)

As SikuliX sees it:
Screen(0) (primary) is monitor 3
Screen(1) is monitor 2
Screen(2) is the laptop monitor 1

saying 
Screen screen = new Screen(n);
screen.find(...)

should restrict the search area to the coordinates of Screen(n) and only
be successful, if the target image is visible in that region.

So if you have at least version 1.1.1 run you program with the mentioned
debug option.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #664190]: Unable to find images on the second monitor

2018-02-08 Thread RaiMan
Question #664190 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/664190

Status: Open => Needs information

RaiMan requested more information:
What version of SikuliX?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #664190]: Unable to find images on the second monitor

2018-02-08 Thread RaiMan
Question #664190 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/664190

RaiMan requested more information:
Run your program with
-Dsikuli.Debug=3

on the Java command line and report the section in the debug output,
that shows the screen setup.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp