Re: [Sikuli-driver] [Question #403786]: Sikuli running from personal laptop and finding image on remote machine

2016-11-07 Thread Alex Lunyov
Question #403786 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403786 Status: Open => Needs information Alex Lunyov requested more information: Please, post the error message to analyse your incident. How did you know Sikuli hadn't found the image of shortcut? -- You

Re: [Sikuli-driver] [Question #285483]: isLockOn does not change until typing from the keyboard

2016-11-07 Thread Alex Lunyov
Question #285483 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/285483 Alex Lunyov posted a new comment: Well, the problem of _crashing_ was solved, but... I have just realized that Env.isLockOn(...) doesn't work as expected. This function gives True in any cases.

Re: [Sikuli-driver] [Question #403785]: Opening an Excel directly in Sikuli

2016-11-07 Thread simran
Question #403785 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403785 Status: Answered => Open simran is still having a problem: appropriate parameters include? cmd=r'start ' is that correct? -- You received this question notification because your team Sikuli Drivers

[Sikuli-driver] [Bug 1619083] Re: [1.1.1] Setup cannot download tesseract file --- fixed 2016-09-10

2016-11-07 Thread Ivan
I'm not sure if I'm doing something wrong, but when I use this workaround, Sikuli installation just doesn't start. After pressing Yes button for a question about downloading Tessetact-ocr or using local copy, installation just wont continue. Am I doing something wrong? -- You received this bug

Re: [Sikuli-driver] [Question #403864]: sikuli incorrectly matches differing images despite exact()

2016-11-07 Thread RaiMan
Question #403864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403864 RaiMan proposed the following answer: a better understanding might give this article: http://sikulix-2014.readthedocs.io/en/latest/basicinfo.html#sikulix-how-does-it-find-images-on-the-screen -- You

Re: [Sikuli-driver] [Question #403864]: sikuli incorrectly matches differing images despite exact()

2016-11-07 Thread RaiMan
Question #403864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403864 RaiMan proposed the following answer: I generally recommend to not use exact(), since it internally takes everything > 0.99 as exact match. If you need to differentiate with a smaller granularity as in your

Re: [Sikuli-driver] [Question #403864]: sikuli incorrectly matches differing images despite exact()

2016-11-07 Thread RaiMan
Question #403864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403864 Status: Open => Answered RaiMan proposed the following answer: This is here ;-) (auto copied from the bug) I made some tests with your images and cannot reproduce the behavior. Having your

Re: [Sikuli-driver] [Question #403864]: sikuli incorrectly matches differing images despite exact()

2016-11-07 Thread Vahan
Question #403864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403864 Vahan posted a new comment: Where is the related question? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1639783] Re: sikuli incorrectly matches differing images despite exact()

2016-11-07 Thread RaiMan
this is normal behavior. See comment in related question ** Changed in: sikuli Status: New => Invalid ** Converted to question: https://answers.launchpad.net/sikuli/+question/403864 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed

[Sikuli-driver] [Question #403864]: sikuli incorrectly matches differing images despite exact()

2016-11-07 Thread Vahan
New question #403864 on Sikuli: https://answers.launchpad.net/sikuli/+question/403864 We are trying to use Sikulix-1.1 for automated QA. The OS is Windows 7 professional 64bit (the java is 32-bit), we are using Jython. In our test, we need to verify that images match exactly. To verify the test

Re: [Sikuli-driver] [Question #403864]: sikuli incorrectly matches differing images despite exact()

2016-11-07 Thread RaiMan
Question #403864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403864 RaiMan posted a new comment: this is normal behavior. See comment in related question -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1639783] Re: sikuli incorrectly matches differing images despite exact()

2016-11-07 Thread Vahan
** Attachment added: "This is what we're looking for." https://bugs.launchpad.net/sikuli/+bug/1639783/+attachment/4774009/+files/find_this.png -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 1639783] Re: sikuli incorrectly matches differing images despite exact()

2016-11-07 Thread Vahan
** Attachment added: "This is the difference (color and position of '40')" https://bugs.launchpad.net/sikuli/+bug/1639783/+attachment/4774010/+files/what_really_differs.png -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 1639783] [NEW] sikuli incorrectly matches differing images despite exact()

2016-11-07 Thread Vahan
Public bug reported: We are trying to use Sikulix-1.1 for automated QA. The OS is Windows 7 professional 64bit (the java is 32-bit), we are using Jython. In our test, we need to verify that images match exactly. To verify the test works, we use a slightly modified image (in a way that is

Re: [Sikuli-driver] [Question #403790]: Iam Trying Sikuli in jruby with Netbeans IDE, Throwing Error while Running

2016-11-07 Thread RaiMan
Question #403790 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403790 Status: Open => Answered RaiMan proposed the following answer: You have to move everything, that belongs to previous versions of Sikuli out of way including any pointers in project settings or system

Re: [Sikuli-driver] [Question #403790]: Iam Trying Sikuli in jruby with Netbeans IDE, Throwing Error while Running

2016-11-07 Thread Naveen
Question #403790 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403790 Status: Answered => Open Naveen is still having a problem: ok, I set the Path SIKULIXAPI_JAR with value C:\Sikulix\sikulixapi.jar, but still facing the issue which says "LoadError: Failed to load

Re: [Sikuli-driver] [Question #247134]: "from org.sikuli.script.natives import Vision" statement not working

2016-11-07 Thread RaiMan
Question #247134 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247134 RaiMan posted a new comment: @Dmitry thanks, but the docs for SikuliX 1.1.0+ are here: http://sikulix-2014.readthedocs.io/en/latest/globals.html#advanced-settings-for-speed-and-robustness ... were it is

Re: [Sikuli-driver] [Question #403790]: Iam Trying Sikuli in jruby with Netbeans IDE, Throwing Error while Running

2016-11-07 Thread RaiMan
Question #403790 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403790 Status: Open => Answered RaiMan proposed the following answer: the jar names have changed. what you are looking for is now sikulixapi.jar -- You received this question notification because your team