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