← Back to team overview

sikuli-driver team mailing list archive

[Bug 606405] Re: windows multi monitor: screen(0) needs (0, 0) as upper left

 

** Changed in: sikuli
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/606405

Title:
  windows multi monitor: screen(0) needs (0,0) as upper left

Status in Sikuli:
  Fix Released

Bug description:
  windows XP, 7 and Sikuli 0.10.1

  if Screen(0) does not have (0,0) as upper left (e.g. (1280,0) the
  primary is configured right of Screen(1)), some operations (find(),
  hover()) seem to work, but mouse actions do not. They seem to
  calculate a position right outside both screens, which can be
  evaluated using getMouseLocation() after a click().

  No problems at all, when Screen(0) has (0,0) as upper left.

  I will test it on Mac.