How can you watch sikuli messages while script running?

Asked by Aaron Sharp

I am running that script that performs the same action in a loop. I print out the iteration number while the script is running. When the script is finished, I see all of the information output in the "Message" box of Sikuli. But, I want to be able to see this information while the script is running so I know what iteration it is on. Is there anyway to keep Sikuli maximized while the script is running? Or, is there a way to watch the message log of Sikuli while the script is running?

Thanks!

Aaron

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

Sorry, currently it is not possible, to watch the message box of the IDE, while a script is running.

The easiest way is to run the script from command line, so the print output can be watched in the command line window.

see: http://sikuli.org/docx/faq/010-command-line.html

Revision history for this message
Aaron Sharp (asharp1076) said :
#2

Thanks for the quick response! Yeah, I saw those other posts about running it from the command line, I will give that a shot.

Revision history for this message
Aaron Sharp (asharp1076) said :
#3

Thanks RaiMan, that solved my question.