tradt / sikuli-api

Automatically exported from code.google.com/p/sikuli-api
0 stars 0 forks source link

Setting second monitor as primary desktop in Windows 7 causes DesktopScreenRegion to look at wrong coordinates #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setting second monitor as main display on Windows 7 (possibly on all)

What is the expected output? What do you see instead?
Let say you have two 1024x768 monitors, DesktopScreenRegion(0, 0, 100, 100)
will look at the first (wrong) monitor 1024,0, instead of 0,0 on the main 
display (second monitor). While it work fine if you didn't swap the second 
monitor as main display. 

What version of the product are you using? On what operating system?
sikuli api 1.0.2

Original issue reported on code.google.com by evertc...@gmail.com on 4 Dec 2013 at 3:59