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

I am trying to write a script to alert me to a change on a screen.

R = Region(570,220,160,70)
R.observe()
onChange(10,testfunc)

No matter how many different region parameters i try, it is giving me the 
following error:

[error] Region: observe: Nothing to observe (Region might be invalid): 
R[570,220 160x70]@S(0)

Can anyone help me understand what's causing the error and how to fix it please?

Thanks in advance

-- 
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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to