Re: [Sikuli-driver] [Question #271996]: Can't get observer() to work…

2015-10-05 Thread RaiMan
Question #271996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271996 RaiMan posted a new comment: Thank YOU for this valuable feedback. I will revise the logging of course, to make it more clear. -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #271996]: Can't get observer() to work…

2015-10-05 Thread RaiMan
Question #271996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271996 Linked to bug: #1502783 https://bugs.launchpad.net/bugs/1502783 "[1.1.0] Observe: log messages should be revised to be more clear" -- You received this question notification because your team

Re: [Sikuli-driver] [Question #271996]: Can't get observer() to work…

2015-10-05 Thread Glowing Crystalline Entity
Question #271996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271996 Glowing Crystalline Entity posted a new comment: No worries. Thanks for looking at the logging. :) -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #271996]: Can't get observer() to work…

2015-10-04 Thread Glowing Crystalline Entity
Question #271996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271996 Status: Answered => Solved Glowing Crystalline Entity confirmed that the question is solved: Ok, that seems to be working. Thanks! The logging is a bit odd, though. Region.isObserving() often reports

Re: [Sikuli-driver] [Question #271996]: Can't get observer() to work…

2015-10-04 Thread Glowing Crystalline Entity
Question #271996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271996 Glowing Crystalline Entity confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact

[Sikuli-driver] [Question #271996]: Can't get observer() to work…

2015-10-02 Thread Glowing Crystalline Entity
New question #271996 on Sikuli: https://answers.launchpad.net/sikuli/+question/271996 This is the 2015-09-25 daily. I have Python code like: leftRegion = changeEvent = leftRegion.onChange() if not leftRegion.observe(True): print "Could not

Re: [Sikuli-driver] [Question #271996]: Can't get observer() to work…

2015-10-02 Thread RaiMan
Question #271996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271996 Status: Open => Answered RaiMan proposed the following answer: Sorry for the inconvenience: I just realized, that the docs are not really up-to-date. So just for you in advance: These are the options