sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36129
[Bug 1528358] [NEW] Display Overlay Not Refreshing in with Highlight()
Public bug reported:
Display overlay does not refreshing in with when used with
Region.highlight() method. This is in version 1.1.1 (using installation
sikulixsetup-1.1.1-20151126.001204-18-forsetup.jar). This bug only
happens when I tried to kill a running Sikuli session with Alt+Shift+C.
Only option to remove this annoying refresh bug is to close Sikuli down
and open it again.
match.highlight(1, "green")
print match.getX()
print match.getY()
myregion_primscreen = Region(match.getX(),match.getY(),65,17)
myregion_primscreen.highlight(1,"red")
matchstr=myregion_primscreen.text()
sometimes the green and sometime red overlay boxes appear on screen.
** Affects: sikuli
Importance: Undecided
Status: New
** Tags: region.highlight
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1528358
Title:
Display Overlay Not Refreshing in with Highlight()
Status in Sikuli:
New
Bug description:
Display overlay does not refreshing in with when used with
Region.highlight() method. This is in version 1.1.1 (using
installation sikulixsetup-1.1.1-20151126.001204-18-forsetup.jar).
This bug only happens when I tried to kill a running Sikuli session
with Alt+Shift+C. Only option to remove this annoying refresh bug is
to close Sikuli down and open it again.
match.highlight(1, "green")
print match.getX()
print match.getY()
myregion_primscreen = Region(match.getX(),match.getY(),65,17)
myregion_primscreen.highlight(1,"red")
matchstr=myregion_primscreen.text()
sometimes the green and sometime red overlay boxes appear on screen.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1528358/+subscriptions
Follow ups