← Back to team overview

sikuli-driver team mailing list archive

[Question #697208]: I need to show a permanent "log" windows on top

 

New question #697208 on SikuliX:
https://answers.launchpad.net/sikuli/+question/697208

It happens to me very often, that I need to be able to see some global variables on the screen, to know how the sikuli script is working.
now I'm using Do.popup ("message \ n message", "title", 2)
but that has 2 problems: it stops me 2 seconds the execution of the script and then it closes when the script continues.
I have tried to create a file in which I save the variables that I want to show, and use a log viewer with autorefresh ... but it consumes resources, and it does not always work well.

the script controls an application that occupies part of the right half of the pc screen, so I have the entire left part of the screen to display information.

what is the optimal way to display that information?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.