← Back to team overview

sikuli-driver team mailing list archive

[Question #266883]: Second monitor recognized but still not working

 

New question #266883 on Sikuli:
https://answers.launchpad.net/sikuli/+question/266883

Hi Everyone,
.
When doing even a simple thing like this:
hover(Screen(0))
wait(1)
hover(Screen(1))
wait(1)

this is what happens:
the mouse moves to the middle of the first monitor (that is on the left), then it jumps to the left of the fist monitor and moves in to the middle of the first monitor, instead of moving to the middle of the second monitor (which is to the right of the first monitor).

print Screen(0)
print Screen(1)

will return:

S(0)[0,0 1920x1080] E:Y, T:3.0
S(1)[1920,0 1920x1080] E:Y, T:3.0

My setup (might be important for trouble shooting?):
2 x  1920x1080 monitors
|1st monitor |  |2nd monitor|
1st monitor is main system monitor
Sikuli IDE 1.0.1 Build 12SEP2013160242
Java Version 9 Update 45 (build 1.8.0_45-b15)
GPU Quadro K6000 Driver 333.11
OS Win7 SP1 x64 

What am I missing?

Regards,
George

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.