sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #21385
Re: [Question #236513]: Display variable value (loop counter) on-screen during loop?
Question #236513 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/236513
Status: Open => Answered
RaiMan proposed the following answer:
Not easily possible on the script level (guess you are not working on
the Java level - or do you?).
There is no parallel auto-vanishing display available currently.
You would have to setup something like I am using with the yellow badges
at setup and IDE startup. To be most flexible, you have to delegate this
to a thread.
But you have to take into account: your running script will "see" your
display too, if it is displayed asynchronously or even constantly with
updated content. So you would have to take care, that it does not
overlay something you need to be visible in your running script.
So to help you further come back with information on your
scripting/programming skills.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.