← Back to team overview

sikuli-driver team mailing list archive

[Bug 939482] Re: Changing screen setup is not recognized by Sikuli

 

** Changed in: sikuli
       Status: In Progress => Fix Committed

** Changed in: sikuli
    Milestone: None => x1.0

** Description changed:

+ X-1.0 solution: use 
+ Script: getScreen().resetMonitors() 
+ Java: Screen.resetMonitors()
+ 
+ to reevaluate the monitor configuration on the fly.
+ Existing Region objects might be invalid then.
+ 
+ -------------------------------------------------------------------------
+ 
  i have a tilt funktion in my screens, and can change the resolution from
  1680 x 1050 to 1050 x 1680.
  
  Then the matching preview is not able to detect any thing below 1050 x
  700?
  
  work around is offcourse to turn screen back to 1680 x 1050.

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

Title:
  Changing screen setup is not recognized by Sikuli

Status in Sikuli:
  Fix Committed

Bug description:
  X-1.0 solution: use 
  Script: getScreen().resetMonitors() 
  Java: Screen.resetMonitors()

  to reevaluate the monitor configuration on the fly.
  Existing Region objects might be invalid then.

  -------------------------------------------------------------------------

  i have a tilt funktion in my screens, and can change the resolution
  from 1680 x 1050 to 1050 x 1680.

  Then the matching preview is not able to detect any thing below 1050 x
  700?

  work around is offcourse to turn screen back to 1680 x 1050.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/939482/+subscriptions


References