sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37534
[Bug 1566645] Re: Disable guide extension overlay
I don't need to change the contents of guide that is already displayed.
In each instance, the guide is removed and re-displayed for the
countdown.
e.g.
from guide import guide
for x in range(1,4):
guide.tooltip(Region(100,100,50,50), str(x))
guide.show(1)
That will display and wipe 3 times for a 3 second countdown.
I haven't tested it yet but I'd like to be able to interact with another
application while that overlay is displayed.
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1566645
Title:
Disable guide extension overlay
Status in Sikuli:
New
Bug description:
I notice that you allow customizing the font size of the text overlay
in the guide extension. However, it would be nice if I could
customize, rather disable, the overlay.
Relevant source files that I could find.
https://github.com/sikuli/sikuli/blob/develop/extensions/guide/src/main/python/guide/guide.py
https://github.com/sikuli/sikuli/blob/develop/extensions/guide/src/main/java/org/sikuli/guide/SikuliGuideText.java
https://github.com/sikuli/sikuli/blob/develop/extensions/guide/src/main/java/org/sikuli/guide/SikuliGuideComponent.java
If this is possible, it's not obvious to me yet.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1566645/+subscriptions
References