Re: [Sikuli-driver] [Question #268981]: [1.1.0] Mouse interrupt action after mouse was moved externally by user or other process

2015-07-07 Thread RaiMan
Question #268981 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268981 Summary changed to: [1.1.0] Mouse interrupt action after mouse was moved externally by user or other process -- You received this question notification because you are a member of Sikuli Drivers, which is

Re: [Sikuli-driver] [Question #268981]: [1.1.0] Mouse interrupt action after mouse was moved externally by user or other process

2015-07-07 Thread RaiMan
Question #268981 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268981 Status: Open => Answered RaiMan proposed the following answer: With latest builds of version 1.1.0 you can do the following: # somwhere before your main workflow starts: def handler(e): wait(3) Mo

Re: [Sikuli-driver] [Question #268981]: [1.1.0] Mouse interrupt action after mouse was moved externally by user or other process

2015-07-07 Thread Leif
Question #268981 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268981 Status: Answered => Open Leif is still having a problem: Brilliant really! Works very well! I've got a followup question if you dont mind. As you mention, sikuli recognized if the mouse is still in place

Re: [Sikuli-driver] [Question #268981]: [1.1.0] Mouse interrupt action after mouse was moved externally by user or other process

2015-07-08 Thread RaiMan
Question #268981 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268981 Status: Open => Answered RaiMan proposed the following answer: def handler(e): loc = Mouse.at() # store current location wait(3) for i in range(5): if loc.equals(Mouse.at()): # if current locat

Re: [Sikuli-driver] [Question #268981]: [1.1.0] Mouse interrupt action after mouse was moved externally by user or other process

2015-07-08 Thread Leif
Question #268981 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268981 Leif posted a new comment: Once again thanks! Works exactly as intended. I feel horrible to nag you with all these follow-up questions; hope you dont mind! My secondary software is, like sikuli, a program tha

Re: [Sikuli-driver] [Question #268981]: [1.1.0] Mouse interrupt action after mouse was moved externally by user or other process

2015-07-11 Thread RaiMan
Question #268981 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268981 RaiMan proposed the following answer: ok, I will make that gimmick optional ;-) watch out for the fix on nightly build (maybe Monday) that says: added: Mouse.setMouseMovedHighlight(true/false), where true w

Re: [Sikuli-driver] [Question #268981]: [1.1.0] Mouse interrupt action after mouse was moved externally by user or other process

2015-07-11 Thread RaiMan
Question #268981 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268981 RaiMan proposed the following answer: By the way: I feel horrible to nag you with all these follow-up questions; hope you dont mind! ... not "needed" in any case. If you have questions or suggestions, just

Re: [Sikuli-driver] [Question #268981]: [1.1.0] Mouse interrupt action after mouse was moved externally by user or other process

2015-07-13 Thread Leif
Question #268981 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268981 Status: Answered => Solved Leif confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, whi