[Sikuli-driver] [Bug 711129] Re: X 1.0rc1: [Java] using setROI() a match's region is reported relative to ROI top left, not screen's top left

2013-08-14 Thread RaiMan
** 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/711129

Title:
  X 1.0rc1: [Java] using setROI() a match's region is reported relative
  to ROI top left, not screen's top left

Status in Sikuli:
  Fix Released

Bug description:
  based on the related question (thanks topagae
  (https://launchpad.net/~topagae)), confirmed on Mac.

  To confirm, I set the ROI to the app window.
  The m.highlight only shows the expected match region, when the Safaris window 
top left is at the screens top left. In all other cases it is offset with the 
offset of the window relative to the screen.

  --- Java snippet
  Screen scr = new Screen();
  App aS = new App(Safari);
  ImageLocator.addImagePath(/Users/rhocke/Desktop);
  aS.focus();
  scr.setRect(aS.window());
  aS.window().highlight(2);
  Match m = scr.exists(wiki.png, 0);
  m.highlight(2);

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/711129/+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


[Sikuli-driver] [Bug 711129] Re: X 1.0rc1: [Java] using setROI() a match's region is reported relative to ROI top left, not screen's top left

2013-05-14 Thread RaiMan
** Changed in: sikuli
   Importance: High = Critical

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

Title:
  X 1.0rc1: [Java] using setROI() a match's region is reported relative
  to ROI top left, not screen's top left

Status in Sikuli:
  Fix Committed

Bug description:
  based on the related question (thanks topagae
  (https://launchpad.net/~topagae)), confirmed on Mac.

  To confirm, I set the ROI to the app window.
  The m.highlight only shows the expected match region, when the Safaris window 
top left is at the screens top left. In all other cases it is offset with the 
offset of the window relative to the screen.

  --- Java snippet
  Screen scr = new Screen();
  App aS = new App(Safari);
  ImageLocator.addImagePath(/Users/rhocke/Desktop);
  aS.focus();
  scr.setRect(aS.window());
  aS.window().highlight(2);
  Match m = scr.exists(wiki.png, 0);
  m.highlight(2);

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/711129/+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


[Sikuli-driver] [Bug 711129] Re: X 1.0rc1: [Java] using setROI() a match's region is reported relative to ROI top left, not screen's top left

2013-02-21 Thread RaiMan
** Changed in: sikuli
 Assignee: (unassigned) = RaiMan (raimund-hocke)

** Changed in: sikuli
Milestone: x1.0-rc3 = x1.0

** Tags added: fkt-region

** Changed in: sikuli
   Importance: Medium = Critical

** Changed in: sikuli
   Importance: Critical = Low

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

Title:
  X 1.0rc1: [Java] using setROI() a match's region is reported relative
  to ROI top left, not screen's top left

Status in Sikuli:
  Fix Committed

Bug description:
  based on the related question (thanks topagae
  (https://launchpad.net/~topagae)), confirmed on Mac.

  To confirm, I set the ROI to the app window.
  The m.highlight only shows the expected match region, when the Safaris window 
top left is at the screens top left. In all other cases it is offset with the 
offset of the window relative to the screen.

  --- Java snippet
  Screen scr = new Screen();
  App aS = new App(Safari);
  ImageLocator.addImagePath(/Users/rhocke/Desktop);
  aS.focus();
  scr.setRect(aS.window());
  aS.window().highlight(2);
  Match m = scr.exists(wiki.png, 0);
  m.highlight(2);

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/711129/+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


[Sikuli-driver] [Bug 711129] Re: X 1.0rc1: [Java] using setROI() a match's region is reported relative to ROI top left, not screen's top left

2013-02-21 Thread RaiMan
** Changed in: sikuli
   Importance: Low = High

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

Title:
  X 1.0rc1: [Java] using setROI() a match's region is reported relative
  to ROI top left, not screen's top left

Status in Sikuli:
  Fix Committed

Bug description:
  based on the related question (thanks topagae
  (https://launchpad.net/~topagae)), confirmed on Mac.

  To confirm, I set the ROI to the app window.
  The m.highlight only shows the expected match region, when the Safaris window 
top left is at the screens top left. In all other cases it is offset with the 
offset of the window relative to the screen.

  --- Java snippet
  Screen scr = new Screen();
  App aS = new App(Safari);
  ImageLocator.addImagePath(/Users/rhocke/Desktop);
  aS.focus();
  scr.setRect(aS.window());
  aS.window().highlight(2);
  Match m = scr.exists(wiki.png, 0);
  m.highlight(2);

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/711129/+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


[Sikuli-driver] [Bug 711129] Re: X 1.0rc1: [Java] using setROI() a match's region is reported relative to ROI top left, not screen's top left

2011-09-03 Thread Tsung-Hsiang Chang
** Changed in: sikuli
   Status: Triaged = Fix Committed

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

Title:
  X 1.0rc1: [Java] using setROI() a match's region is reported relative
  to ROI top left, not screen's top left

Status in Sikuli:
  Fix Committed

Bug description:
  based on the related question (thanks topagae
  (https://launchpad.net/~topagae)), confirmed on Mac.

  To confirm, I set the ROI to the app window.
  The m.highlight only shows the expected match region, when the Safaris window 
top left is at the screens top left. In all other cases it is offset with the 
offset of the window relative to the screen.

  --- Java snippet
  Screen scr = new Screen();
  App aS = new App(Safari);
  ImageLocator.addImagePath(/Users/rhocke/Desktop);
  aS.focus();
  scr.setRect(aS.window());
  aS.window().highlight(2);
  Match m = scr.exists(wiki.png, 0);
  m.highlight(2);

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/711129/+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


[Sikuli-driver] [Bug 711129] Re: X 1.0rc1: [Java] using setROI() a match's region is reported relative to ROI top left, not screen's top left

2011-08-03 Thread topa...@gmail.com
Hey guys, been using an old Sikuli for 7-8 months due to this bug. Did
it ever get fixed?

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

Title:
  X 1.0rc1: [Java] using setROI() a match's region is reported relative
  to ROI top left, not screen's top left

Status in Sikuli:
  New

Bug description:
  based on the related question (thanks topagae
  (https://launchpad.net/~topagae)), confirmed on Mac.

  To confirm, I set the ROI to the app window.
  The m.highlight only shows the expected match region, when the Safaris window 
top left is at the screens top left. In all other cases it is offset with the 
offset of the window relative to the screen.

  --- Java snippet
  Screen scr = new Screen();
  App aS = new App(Safari);
  ImageLocator.addImagePath(/Users/rhocke/Desktop);
  aS.focus();
  scr.setRect(aS.window());
  aS.window().highlight(2);
  Match m = scr.exists(wiki.png, 0);
  m.highlight(2);

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/711129/+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


[Sikuli-driver] [Bug 711129] Re: X 1.0rc1: [Java] using setROI() a match's region is reported relative to ROI top left, not screen's top left

2011-08-03 Thread Tsung-Hsiang Chang
This should be easy to fixed. Target it to RC3.

** Changed in: sikuli
   Status: New = Triaged

** Changed in: sikuli
   Importance: Undecided = Medium

** Changed in: sikuli
Milestone: None = x1.0-rc3

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

Title:
  X 1.0rc1: [Java] using setROI() a match's region is reported relative
  to ROI top left, not screen's top left

Status in Sikuli:
  Triaged

Bug description:
  based on the related question (thanks topagae
  (https://launchpad.net/~topagae)), confirmed on Mac.

  To confirm, I set the ROI to the app window.
  The m.highlight only shows the expected match region, when the Safaris window 
top left is at the screens top left. In all other cases it is offset with the 
offset of the window relative to the screen.

  --- Java snippet
  Screen scr = new Screen();
  App aS = new App(Safari);
  ImageLocator.addImagePath(/Users/rhocke/Desktop);
  aS.focus();
  scr.setRect(aS.window());
  aS.window().highlight(2);
  Match m = scr.exists(wiki.png, 0);
  m.highlight(2);

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/711129/+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


[Sikuli-driver] [Bug 711129] Re: X 1.0rc1: [Java] using setROI() a match's region is reported relative to ROI top left, not screen's top left

2011-02-01 Thread topa...@gmail.com
Thanks Raiman!

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

Title:
  X 1.0rc1: [Java] using setROI() a match's region is reported relative
  to ROI top left, not screen's top left

Status in Sikuli:
  New

Bug description:
  based on the related question (thanks topagae
  (https://launchpad.net/~topagae)), confirmed on Mac.

  To confirm, I set the ROI to the app window.
  The m.highlight only shows the expected match region, when the Safaris window 
top left is at the screens top left. In all other cases it is offset with the 
offset of the window relative to the screen.

  --- Java snippet
  Screen scr = new Screen();
  App aS = new App(Safari);
  ImageLocator.addImagePath(/Users/rhocke/Desktop);
  aS.focus();
  scr.setRect(aS.window());
  aS.window().highlight(2);
  Match m = scr.exists(wiki.png, 0);
  m.highlight(2);



___
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