← Back to team overview

sikuli-driver team mailing list archive

[Question #284755]: Non-invasive popup text? (beginner question)

 

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

Beginner here, wondering if there is a way to display information on screen during my script, without interrupting the rest of the script.

(I am writing a script that automatically clicks images as they appear on the screen at random times, It would be quite convenient to have some data showing somewhere on the screen that tracks and displays my progress when I glance at the screen. E.g. "You have clicked 8 things while you were AFK")

My best results so far came from popups...

popup("You clicked "+str(rubyClicks)+" rubies while AFK!", "Results") 

The problem is, the script stops while the popup is on the screen.

I have messed around with all of the pop-up and input boxes as well as the  'from guide import *' text() and tooltip(), and everything I have tried interrupts the script while the information is displayed.

Can anyone point me in the right direction? Much thanks.

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