← Back to team overview

sikuli-driver team mailing list archive

[Question #236513]: Display variable value (loop counter) on-screen during loop?

 

New question #236513 on Sikuli:
https://answers.launchpad.net/sikuli/+question/236513

Let's say I have a counter loop:

-------------------------------------
for a in range(100):
    {do something}
    {do something else}
------------------------------------

I would like to display a pop-up / window / overlay *on the screen* while the loop is running, so when I look at the remote machine I would see "NNN / 100" and know how close it is to completion.

Can anyone suggest a way this can be done?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.