[Sikuli-driver] [Question #660875]: Detecting screen changes in a region

2017-11-17 Thread arminius
New question #660875 on Sikuli: https://answers.launchpad.net/sikuli/+question/660875 while True: bigScreenReg = Region(1242,57,123,640) bigScreenReg.highlight(3) r = bigScreenReg r.onChange(100, changed) Settings.isChanged = False r.observe(5) # observing for 5 second

Re: [Sikuli-driver] [Question #660875]: Detecting screen changes in a region

2017-11-17 Thread masuo
Question #660875 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660875 Status: Open => Answered masuo proposed the following answer: "Settings.isChanged" is your own variable? Now, Settings.isChanged is set False in your codes and Settings.isChanged is not modified anywher

Re: [Sikuli-driver] [Question #660875]: Detecting screen changes in a region

2017-11-17 Thread arminius
Question #660875 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660875 Status: Answered => Solved arminius confirmed that the question is solved: not my variable, I found it on a google search and tried to get it to work, but found this one way easier. def changeHandle