I am having the same problem. While waiting for the fix, I have
redefined the guide functions inside my code the following way:

# redefine guide functions until bugs are fixed
resolution_x = 1920
resolution_y = 1080
def text2(target, txt, fontsize = 16, side = 'bottom'): 
    text(target.offset(Location(resolution_x, 0)), 
java.lang.String(txt,"utf-8"), fontsize, side)
...

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

Title:
  Guide extention : Text position with dual screen

Status in Sikuli:
  In Progress

Bug description:
  Hello,
  I'm using SIKULI with dual screen (on to develop, the other to look the 
result).
  Text, Flag, ... all visible labels are wrong positioned. It's look like if 
horizontal position is forgetting to add the width of the left screen.
  Sikuli click on image detection works well in dual screen mode.
  Thanks for your help

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

_______________________________________________
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

Reply via email to