Re: [Sikuli-driver] [Question #676753]: [1.1.4] region.find(image): template size error (size region == size image)

2018-12-12 Thread ONG YI CHONG
Question #676753 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676753 ONG YI CHONG posted a new comment: Hmm its sometimes shows error when i adjust the wait timing too short -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #676645]: ImportError: no module named sikuli --- sikulixapi.jar not on Java classpath

2018-12-12 Thread RaiMan
Question #676645 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676645 Status: Open => Answered RaiMan proposed the following answer: --- I hope this is the last question ... Surely not, believe me --- years of experience ;-) --- [error] RunTimeAPI: *** terminating:

[Sikuli-driver] [Bug 1807108] Re: [1.1.4] Windows: Android: Screenshot problem - lower part of screen image is black (varying) --- fixed 2018-12-12 build #145

2018-12-12 Thread Lin U Min
Thanks!!! I saw that and tested it immediately. A issue: In the document said "a click gets a tap and type/paste result in an input text". My Test Code: Debug.on(3) adbScr = adbStart() use(adbScr) testImg = "aImg.png" click(testImg)##not worked adbScr.click(testImg)

[Sikuli-driver] [Bug 1807108] Re: [1.1.4] Windows: Android: Screenshot problem - lower part of screen image is black (varying)

2018-12-12 Thread RaiMan
The capture section is completely revised and should work now (including the IDE menu check). added goody: now a search on the whole screen (in my case 1200 x 1920) takes less than 3 secs (before more than 6 secs). ** Changed in: sikuli Status: In Progress => Fix Committed ** Changed in:

Re: [Sikuli-driver] [Question #676756]: handler function

2018-12-12 Thread RaiMan
Question #676756 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676756 RaiMan proposed the following answer: --- so if the handler takes 0.2s to run at t = 0.5, then once the handler function exits at t = 0.7, the remaining observation time is 0.3s ? yep, this is the meaning

Re: [Sikuli-driver] [Question #676753]: [1.1.4] region.find(image): template size error (size region == size image)

2018-12-12 Thread RaiMan
Question #676753 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676753 RaiMan proposed the following answer: what about --- run with Debug.on(3) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1807108] Re: [1.1.4] Windows: Android: Screenshot problem - lower part of screen image is black (varying) --- fixed 2018-12-12 build #145

2018-12-12 Thread RaiMan
Ok, thanks for immediate feedback. I will check the click, and fix asap. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1807108 Title: [1.1.4] Windows: Android: Screenshot problem - lower part

Re: [Sikuli-driver] [Question #676645]: ImportError: no module named sikuli --- sikulixapi.jar not on Java classpath

2018-12-12 Thread Dave Kane
Question #676645 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676645 Status: Answered => Open Dave Kane is still having a problem: RaiMan, My apologies for being such a nube I hope this is the last question I have to ask of you. I believe I have addressed the initial

Re: [Sikuli-driver] [Question #676756]: handler function

2018-12-12 Thread ONG YI CHONG
Question #676756 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676756 ONG YI CHONG posted a new comment: Hmm then what would happen if at t = 0.9 the onChange method is called and the observation time is 1 second and also suppose that handler code takes 0.2 seconds to run then

Re: [Sikuli-driver] [Question #676753]: [1.1.4] region.find(image): template size error (size region == size image)

2018-12-12 Thread RaiMan
Question #676753 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676753 Summary changed to: [1.1.4] region.find(image): template size error (size region == size image) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #676753]: find(image_path) always gives template size error

2018-12-12 Thread RaiMan
Question #676753 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676753 Status: Open => Answered RaiMan proposed the following answer: indeed looks odd ;-) I have to check. -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #676753]: [1.1.4] region.find(image): template size error (size region == size image)

2018-12-12 Thread RaiMan
Question #676753 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676753 RaiMan requested more information: cannot reproduce: reg = Region(20, 120, 200, 200) img = capture(reg, "img") match = reg.find(img) match.highlight(2) run with Debug.on(3) and check the log -- You

Re: [Sikuli-driver] [Question #673348]: using xlrd: Error attempting to delete file after wb.release_resources()

2018-12-12 Thread Launchpad Janitor
Question #673348 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/673348 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Sikuli-driver] [Question #676756]: handler function

2018-12-12 Thread RaiMan
Question #676756 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676756 Status: Open => Answered RaiMan proposed the following answer: the observation time is the time elapsed, hence including the time spent in the handler. -- You received this question notification

[Sikuli-driver] [Bug 1741764] Re: [1.1.4] ADBScreen - crashes if waitAfterAction set to 0

2018-12-12 Thread RaiMan
** Changed in: sikuli Status: In Progress => Fix Committed ** Changed in: sikuli Importance: Medium => Critical ** Summary changed: - [1.1.4] ADBScreen - crashes if waitAfterAction set to 0 + [1.1.4] ADBScreen - crashes if waitAfterAction set to 0 --- fixed 2018-12-12 build #145 --

Re: [Sikuli-driver] [Question #676756]: handler function

2018-12-12 Thread ONG YI CHONG
Question #676756 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676756 ONG YI CHONG posted a new comment: so if the handler takes 0.2s to run at t = 0.5, then once the handler function exits at t = 0.7, the remaining observation time is 0.3s ? During the time spent in the

Re: [Sikuli-driver] [Question #676756]: handler function

2018-12-12 Thread ONG YI CHONG
Question #676756 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676756 ONG YI CHONG posted a new comment: so if the handler takes 0.2s to run at t = 0.5, then once the handler function exits at t = 0.7, the remaining observation time is 0.3s ? During the time spent in the