Re: [Sikuli-driver] [Question #655389]: Nothing to observe (Region might be invalid)

2017-08-06 Thread Shekhar
Question #655389 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655389 Status: Answered => Solved Shekhar confirmed that the question is solved: Thank you. Problem solved :-) -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #655389]: Nothing to observe (Region might be invalid)

2017-08-06 Thread masuo
Question #655389 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655389 Status: Open => Answered masuo proposed the following answer: Try this codes. R = Region(570,220,160,70) R.onChange(10,testfunc)# <--- Add Resion R.observe(5) # <--- Move after onChange() -- You

[Sikuli-driver] [Question #655389]: Nothing to observe (Region might be invalid)

2017-08-06 Thread Shekhar
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 followi