New question #682155 on Sikuli:
https://answers.launchpad.net/sikuli/+question/682155
Hello,
I am using the 1.1.x Sikuli version
when doing:
def changed(event):
print "something changed in ", event.region
my_region.onChange(50, changed)
my_region.observeInBackground(10)
Is there a way to have a callback after 10 seconds if the observation timeout ?
Something like:
my_region.onTimeOut(callback)
Thx
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp