sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36746
Re: [Question #284755]: Non-invasive popup text? (beginner question)
Question #284755 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/284755
Status: Open => Answered
RaiMan proposed the following answer:
Sorry, currently not an option in SikuliX.
there are 2 workarounds:
--1: by stepping down to the Java level in your Jython script, you might
setup an appropriate Java AWT status frame, that stays always on top,
can be positioned in a suitable place on the screen and be filled with
whatever you want (might be too complicated for a beginner though)
--2: run script from commandline and arrange your windows in a way, that
the lower part of the command line window is always visible (or decrease
it to e.g. 3 lines). Then you can always see the last line, that is
printed by your script.
Version 2 will have a feature according to option 1 (but this will only
be later this year)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.