Re: [Sikuli-driver] [Question #698490]: Using custom c++ dll in Sikulix

2021-09-02 Thread matteoa
Question #698490 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698490 matteoa posted a new comment: Hello RaiMan, thanks for you response I've found this extension: www.jyni.org Whose creator claim that is able to use the standard Ctype from "standard" Python

[Sikuli-driver] [Question #698490]: Using custom c++ dll in Sikulix

2021-08-24 Thread matteoa
New question #698490 on SikuliX: https://answers.launchpad.net/sikuli/+question/698490 Hello, I've written a small c++ dll to crypt and decrypt strings, I have to use it from .net and from Sikulix; it works if called from .net code. The two functions have these prototypes: int encrypt( char

Re: [Sikuli-driver] [Question #694279]: Region.text() - number Recognition

2020-12-02 Thread matteoa
Question #694279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/694279 matteoa posted a new comment: Hello Javier, I've had the same problem and I managed to mitigate it with these functions: OCR.globalOptions().variable("tessedit_char_whitelist", "PCBU0

Re: [Sikuli-driver] [Question #692958]: tesseract pattern not enforced?

2020-09-17 Thread matteoa
Question #692958 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692958 matteoa posted a new comment: HI, I received the email with responses from the Great RaiMan but I'm unable to see them here. I routed the question to the TEsseract user group, will report if I'll got

[Sikuli-driver] [Question #692958]: tesseract pattern not enforced?

2020-09-16 Thread matteoa
New question #692958 on Sikuli: https://answers.launchpad.net/sikuli/+question/692958 Hello, I'm trying to OCR a text field on the target that contains codes that have a pattern ( implemented as pattern file in tesseract terms): P\n\n\n\n C\n\n\n\n B\n\n\n\n U\n\n\n\n In practice there is a

Re: [Sikuli-driver] [Question #692727]: OCR.oem(0) crash when variables set

2020-09-08 Thread matteoa
Question #692727 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692727 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #692723]: OCR.readLines how to intepret results?

2020-09-08 Thread matteoa
Question #692723 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692723 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #692723]: OCR.readLines how to intepret results?

2020-09-07 Thread matteoa
Question #692723 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692723 matteoa posted a new comment: hello, even a simple example would be appreciated... Thanks -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

[Sikuli-driver] [Question #692727]: OCR.oem(0) crash when variables set

2020-09-03 Thread matteoa
New question #692727 on Sikuli: https://answers.launchpad.net/sikuli/+question/692727 hello, I'm setting up some OCR variables to have better results in OCRing some text that is a kind of code (so no dictionaries): #OCR.globalOptions().oem(0)

[Sikuli-driver] [Question #692723]: OCR.readLines how to intepret results?

2020-09-03 Thread matteoa
New question #692723 on Sikuli: https://answers.launchpad.net/sikuli/+question/692723 hello, I'm trying to parse an image similar to an excel spreadsheet that contains lines of text that I have to OCR and have divided one per row. I was using something like: ListStr=rAppoDTC.textLines()

Re: [Sikuli-driver] [Question #692711]: textLines method for region options only global?

2020-09-03 Thread matteoa
Question #692711 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692711 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #692711]: textLines method for region options only global?

2020-09-02 Thread matteoa
New question #692711 on Sikuli: https://answers.launchpad.net/sikuli/+question/692711 hello, I'm using this method: region..textLines() to get all the lines in a region of the screen, the PSM is set to 6. Trying to get better the OCR reconnaissance for one of the fields that contains acronyms I

Re: [Sikuli-driver] [Question #691769]: Tesseract variable user_defined_dpi Sikulix Default value=300 --- should be ignored/not used

2020-07-13 Thread matteoa
Question #691769 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691769 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #691769]: Tesseract variable user_defined_dpi Sikulix Default value=300?

2020-07-09 Thread matteoa
New question #691769 on Sikuli: https://answers.launchpad.net/sikuli/+question/691769 hello, this is my configuration: 2.0.4-2020-03-14_08:01/Windows10.0/Java8(64)1.8.0_251-b08 I'm working on an OCr application so I'm exploring the various OCr optimizations. The output of this line: print

Re: [Sikuli-driver] [Question #691484]: Ocr in Match doesn't match with Match position after position editing

2020-06-24 Thread matteoa
Question #691484 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691484 matteoa posted a new comment: thanks a lot!! do you have idea about when the 2.0.5 will be published? -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #691484]: Ocr in Match doesn't match with Match position after position editing

2020-06-24 Thread matteoa
Question #691484 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691484 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #691484]: Ocr in Match doesn't match with Match position after position editing

2020-06-23 Thread matteoa
New question #691484 on Sikuli: https://answers.launchpad.net/sikuli/+question/691484 Hello, below there is my snippet extracted from a bigger script: I look for an image that is the heading of a column in a table. Then I modify the match coordinates to look for the first row of the table

Re: [Sikuli-driver] [Question #691383]: how to use OCR.readLines?

2020-06-18 Thread matteoa
Question #691383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691383 matteoa posted a new comment: Hi RaiMan, thanks for prompt response!! I've tried your snippet, slightly modified (the list does not exists and PSM 6 is absolutely needed): textOCR.setPSM(6) reg

Re: [Sikuli-driver] [Question #691383]: how to use OCR.readLines?

2020-06-18 Thread matteoa
Question #691383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691383 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks RaiMan, this solved my problem! -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #691383]: how to use OCR.readLines?

2020-06-18 Thread matteoa
New question #691383 on Sikuli: https://answers.launchpad.net/sikuli/+question/691383 hello, first of all, my config is: 2.0.4-2020-03-14_08:01/Windows10.0/Java8(64)1.8.0_251-b08 I have to do OCR on a table, it work rather well if I do it line by line. I thought it could be faster to do it at

Re: [Sikuli-driver] [Question #683846]: [1.1.4] PyCharm: running a script: getBundleFolder() seems to return None

2019-10-11 Thread matteoa
Question #683846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683846 matteoa posted a new comment: hello, I tried your workaround but there were an error: Traceback (most recent call last): File "MYPerfectlyWorkingScript.py", line 95, in scriptFile = argv[0

Re: [Sikuli-driver] [Question #684964]: OCR: setPSM with 0, 1, 12 are crashing --- OSD is not supported

2019-10-11 Thread matteoa
Question #684964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684964 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #684964]: OCR: setPSM with 0, 1, 12 are crashing --- OSD is not supported

2019-10-11 Thread matteoa
Question #684964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684964 matteoa posted a new comment: Hello, the script I've done was because for some image class I had some OCR problem with the default setting and I did not know which was the best PSM setting, this one

Re: [Sikuli-driver] [Question #683846]: [1.1.4] PyCharm: running a script: getBundleFolder() seems to return None

2019-10-11 Thread matteoa
Question #683846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683846 Status: Needs information => Open matteoa gave more information on the question: Hello, the Jython error is not the object of my question, the problem is that I'm not able to debug in Pych

[Sikuli-driver] [Question #684964]: textOCR.setPSM crashing

2019-10-11 Thread matteoa
New question #684964 on Sikuli: https://answers.launchpad.net/sikuli/+question/684964 Hello all, with last version of Sikulix : 1.1.4-SNAPSHOT-#393-2019-10-10_16:07/Windows10.0/Java8(64)1.8.0_221-b27 When I try to run this script (that is used t find the best OCR setting for an image): textOCR

Re: [Sikuli-driver] [Question #683846]: [1.1.4] PyCharm: running a script: getBundleFolder() seems to return None

2019-10-11 Thread matteoa
Question #683846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683846 Status: Answered => Open matteoa is still having a problem: Hi RaiMan, any news regarding this problem? In the meantime a colleague of mine has installed everything and this problem is present a

Re: [Sikuli-driver] [Question #683846]: [1.1.4] PyCharm: running a script: getBundleFolder() seems to return None

2019-10-01 Thread matteoa
Question #683846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683846 matteoa gave more information on the question: Hi all, I'm sorry, in the previous message I said something wrong, it was only a misconfiguration of the Pycharm, now it has exactly the same error of before

Re: [Sikuli-driver] [Question #683846]: [1.1.4] PyCharm: running a script: getBundleFolder() seems to return None

2019-10-01 Thread matteoa
Question #683846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683846 matteoa gave more information on the question: with the last version I have another error message when trying to run a script that works if launched from the IDE or from command line: C:\jython2.7.0\bin

Re: [Sikuli-driver] [Question #683846]: [1.1.4] PyCharm: running a script: getBundleFolder() seems to return None

2019-10-01 Thread matteoa
Question #683846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683846 Status: Answered => Open matteoa is still having a problem: Hello, any news regarding this problem? -- You received this question notification because your team Sikuli Drivers is an answer cont

Re: [Sikuli-driver] [Question #683846]: [1.1.4] PyCharm: running a script: getBundleFolder() seems to return None

2019-09-11 Thread matteoa
Question #683846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683846 matteoa posted a new comment: hello RaiMan, I installed Jython 2.7.1 but at the time of setting it up with Pycharm as project interpreter having selected c:\jython2.7.1\bin\jython.exe It shows me

[Sikuli-driver] [Question #683846]: PyCharm run/Debug stopped working with newer version

2019-09-11 Thread matteoa
New question #683846 on Sikuli: https://answers.launchpad.net/sikuli/+question/683846 hello all, I've been using Sikulix via PyCharm for months for debug, running from it etc etc etc, no problem, a pleasure to use. This morning I updated sikulix+API with latest version and when I try to run

[Sikuli-driver] [Question #683695]: is possible to open ide via command line with a specific script open?

2019-09-06 Thread matteoa
New question #683695 on Sikuli: https://answers.launchpad.net/sikuli/+question/683695 Hello, I' like to know if there are some command line option that will cause the opening of the ide with a specific script shown, without running it. I've been looking in the command line options and trying by

Re: [Sikuli-driver] [Question #681769]: How to continue from FindFailed exception using Selenium and Java

2019-07-11 Thread matteoa
Question #681769 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681769 Status: Open => Answered matteoa proposed the following answer: Hello, I hope this response can help you: https://answers.launchpad.net/sikuli/+question/680899 It is related to the python script

Re: [Sikuli-driver] [Question #681509]: Click does not work

2019-07-08 Thread matteoa
Question #681509 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681509 matteoa posted a new comment: Hello,we are running more or less the same setup with ultravnc. We are having the same problems of missing clicks after thousands of cycles; something that mitigate the problem

Re: [Sikuli-driver] [Question #681484]: "what's new" in nigthly builds is present?

2019-06-20 Thread matteoa
Question #681484 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681484 matteoa posted a new comment: Hello RaiMan, that link is for sure useful, but is not what I was wishing to have...it is the same for all the 1.1.4 releases that are an huge number... I'd like to have

Re: [Sikuli-driver] [Question #676086]: Ocr not always working

2019-06-19 Thread matteoa
Question #676086 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676086 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #680190]: addImagePath working on a Pc and not in another

2019-06-19 Thread matteoa
Question #680190 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680190 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #681484]: "what's new" in nigthly builds is present?

2019-06-19 Thread matteoa
New question #681484 on Sikuli: https://answers.launchpad.net/sikuli/+question/681484 Hello, would be helpful to have a "what's new" short description for the Sikulix releases.. If I'm not wrong there is only the link to "Things that have been fixed" that goes to a list of bugfix committed that

Re: [Sikuli-driver] [Question #680899]: [1.1.4] Global FindFailed handler: how to use in python scripting

2019-05-24 Thread matteoa
Question #680899 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680899 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #680899]: [1.1.4] Global FindFailed handler: how to use in python scripting

2019-05-20 Thread matteoa
Question #680899 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680899 matteoa posted a new comment: Thank you Raiman! no being an experienced Python developer I've always the doubt of being me the problem... I'll test your solution ASAP. Let us know the proceedings! -- You

Re: [Sikuli-driver] [Question #680899]: how to recover from crashing of target application?

2019-05-17 Thread matteoa
Question #680899 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680899 matteoa posted a new comment: Hello Raiman, yes, these two questions were related...In case for the findfailed nobody offered the solution I asked for another way to accomplish the same... Let me add some

[Sikuli-driver] [Question #680899]: how to recover from crashing of target application?

2019-05-17 Thread matteoa
New question #680899 on Sikuli: https://answers.launchpad.net/sikuli/+question/680899 Hello all, I'm automating an application that from time to time have a couple of component (not under our control) that crashes with the usual window: "the application pippo.exe has stopped working" and so on.

Re: [Sikuli-driver] [Question #680596]: FindFailed.setHandler not firing

2019-05-17 Thread matteoa
Question #680596 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680596 matteoa posted a new comment: hello, no solution for this? There are alternatives for a global findfailed handler? Thanks in advance -- You received this question notification because your team Sikuli

[Sikuli-driver] [Question #680596]: FindFailed.setHandler not firing

2019-05-02 Thread matteoa
New question #680596 on Sikuli: https://answers.launchpad.net/sikuli/+question/680596 hello all, I have a script with these lines: setROI(vncReg.getX(),vncReg.getY(),vncReg.getW(),vncReg.getH()) FindFailed.setHandler(HndlFindFailed) use() # reset the global SCREEN object to take over

Re: [Sikuli-driver] [Question #679017]: Vnc app detected only at first attempt after Sikulix Ide launch

2019-04-18 Thread matteoa
Question #679017 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679017 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #680190]: addImagePath working on a Pc and not in another

2019-04-11 Thread matteoa
Question #680190 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680190 matteoa posted a new comment: Thanks RainMan! Yes, I was supposing that the base folder was the working folder, I tried on my pc and it was ok, then I went to the production pc and... Let me know Thanks

Re: [Sikuli-driver] [Question #680190]: addImagePath working on a Pc and not in another

2019-04-11 Thread matteoa
Question #680190 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680190 matteoa gave more information on the question: Hello all, I solved the problem by using this: p=getParentPath()+r"\ECUImg" addImagePath(p) It works on both pc. I'm ok now, but I think the pro

[Sikuli-driver] [Question #680190]: addImagePath working on a Pc and not in another

2019-04-11 Thread matteoa
New question #680190 on Sikuli: https://answers.launchpad.net/sikuli/+question/680190 Hi, on my development Pc: 1.1.4-SNAPSHOT-2019-01-30_21:31/Windows10.0/Java8(64)1.8.0_201-b09 I have a folder at the same level of the .sikuli folder that contains my script that contains a set of images. To

Re: [Sikuli-driver] [Question #679017]: Vnc app detected only at first attempt after Sikulix Ide launch

2019-03-21 Thread matteoa
Question #679017 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679017 matteoa posted a new comment: hello, no hopes for a fix for this problem? Not a blocking one, but it would be nice to overcome it... Thanks Matteo -- You received this question notification because your

Re: [Sikuli-driver] [Question #678997]: Not find exception thrown unexpectedly

2019-03-11 Thread matteoa
Question #678997 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678997 matteoa 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 for Sikuli

Re: [Sikuli-driver] [Question #678997]: Not find exception thrown unexpectedly

2019-03-11 Thread matteoa
Question #678997 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678997 Status: Answered => Solved matteoa confirmed that the question is solved: hello, thanks for support, I put your code on operation and it works. About the MouseMove we found that, possibly because

Re: [Sikuli-driver] [Question #679017]: Vnc app detected only at first attempt after Sikulix Ide launch

2019-03-08 Thread matteoa
Question #679017 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679017 matteoa gave more information on the question: Just a small addition: with the older version of Sikulix I have the second test script never has problems, even if Notepad++ is closed. I hope this helps

Re: [Sikuli-driver] [Question #679017]: Vnc app detected only at first attempt after Sikulix Ide launch

2019-03-08 Thread matteoa
Question #679017 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679017 Status: Answered => Open matteoa is still having a problem: I reproduced the problem with this script(Notepad++ was closed before the launch): chrExe = r"c:\Program Files (x86)\Notepad++\notep

[Sikuli-driver] [Question #679017]: Vnc app detected only at first attempt after Sikulix Ide launch

2019-03-07 Thread matteoa
New question #679017 on Sikuli: https://answers.launchpad.net/sikuli/+question/679017 Hello, I'm automating using a UltraVNC external app, and for that I have this script: appVNC= App(getParentFolder() + r'UltraVNC\vncviewer.exe') if not appVNC.isRunning(0): appVNC.open(0) print appVNC if

[Sikuli-driver] [Question #678997]: Not find exception thrown unexpectedly

2019-03-06 Thread matteoa
New question #678997 on Sikuli: https://answers.launchpad.net/sikuli/+question/678997 Hello, I'm using 1.1.4-SNAPSHOT-#221-2019-03-05_11:49/Windows10.0/Java8(64)1.8.0_191-b12 I have to click on a button, that will cause the visible page to change making appearing FirstElementOfNewPage.png, from

Re: [Sikuli-driver] [Question #678995]: [1.1.4] IDE: screens seen by sikulix when changing attached monitors --- restart IDE

2019-03-06 Thread matteoa
Question #678995 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678995 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #678995]: screen seen by sikulix varies when changing attached monitors

2019-03-06 Thread matteoa
New question #678995 on Sikuli: https://answers.launchpad.net/sikuli/+question/678995 Hello, I'm using 1.1.4-SNAPSHOT-#221-2019-03-05_11:49/Windows10.0/Java8(64)1.8.0_191-b12 I run and program it in a portable pc that is normally attached to a secondary screen I routinely have the need to

Re: [Sikuli-driver] [Question #678051]: returning from included sikulix script changes screen(0)

2019-01-25 Thread matteoa
Question #678051 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678051 Status: Open => Solved matteoa confirmed that the question is solved: Hello, this problem is not real: I solved the problem by noticing that there was another occurrence of the searched im

[Sikuli-driver] [Question #678051]: returning from included sikulix script changes screen(0)

2019-01-24 Thread matteoa
New question #678051 on Sikuli: https://answers.launchpad.net/sikuli/+question/678051 hello, I'm running a sikulix script (below) that is calling another sikulix script, and it does what is is supposed to do (searching for images, clicking, typing), but when returning it seems to change the

Re: [Sikuli-driver] [Question #677916]: Script Exception after region highlight

2019-01-21 Thread matteoa
Question #677916 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677916 matteoa confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #677916]: Script Exception after region highlight

2019-01-21 Thread matteoa
Question #677916 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677916 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks a lot! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sik

Re: [Sikuli-driver] [Question #677916]: Script Exception after region highlight

2019-01-18 Thread matteoa
Question #677916 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677916 Description changed to: Hello all, With the script below (a part of a much longer script), after "vncReg.highlight(2)" I have this error: [error] Error caused by: Traceback (most recent call last): File

Re: [Sikuli-driver] [Question #677916]: Script Exception after region highlight

2019-01-18 Thread matteoa
Question #677916 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677916 matteoa gave more information on the question: shorter version of the script, I don't think I could restrict it more, same error message shown: appVNC= App(r'"c:\Projects\DataPurchase\REACT\Si

[Sikuli-driver] [Question #677916]: Script Exception after region highlight

2019-01-18 Thread matteoa
New question #677916 on Sikuli: https://answers.launchpad.net/sikuli/+question/677916 Hello all, With the script below (a part of a much longer script), after "vncReg.highlight(2)" I have this error: [error] Error caused by: Traceback (most recent call last): File

Re: [Sikuli-driver] [Question #677266]: Sikulix IDE not closing his process with nightly build SNAPSHOT-2018-12-31

2019-01-04 Thread matteoa
Question #677266 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677266 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #677266]: Sikulix IDE not closing his process with nightly build SNAPSHOT-2018-12-31

2019-01-02 Thread matteoa
New question #677266 on Sikuli: https://answers.launchpad.net/sikuli/+question/677266 hello, I downloaded today the nightly build, porting my configuration to 1.1.4-SNAPSHOT-2018-12-31_16:24/Windows10.0/Java8(64)1.8.0_191-b12 >From today, and not with previous version from the 14th of december

Re: [Sikuli-driver] [Question #676618]: Pycharm Sikulix Script warning Starting message

2018-12-05 Thread matteoa
Question #676618 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676618 Status: Needs information => Open matteoa gave more information on the question: Hello RaiMan, this is my setup: 1.1.4-SNAPSHOT-2018-12-03_15:24/Windows10.0/Java8(64)1.8.0_191-b12 Yes, I have a lap

[Sikuli-driver] [Question #676618]: Pycharm Sikulix Script warning Starting message

2018-12-05 Thread matteoa
New question #676618 on Sikuli: https://answers.launchpad.net/sikuli/+question/676618 Hello, after managing to configure Pycharm, with the instruction together with the clearing of the /Sikulix/Lib. to test it I wrote a very simple script: import org.sikuli.script.SikulixForJython from sikuli

Re: [Sikuli-driver] [Question #676086]: Ocr not always working

2018-11-26 Thread matteoa
Question #676086 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676086 matteoa posted a new comment: Hello, I fully understand that you cannot support old versions, no problem at all. But, since now I'm using 1.1.4 with VNC connection to the old 32 bit pc...I make some more

Re: [Sikuli-driver] [Question #676086]: Ocr not always working

2018-11-22 Thread matteoa
Question #676086 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676086 matteoa posted a new comment: Thanks for clarification! I managed to switch to Sikulix 1.1.4, using VNC and screenshot taken by sikulix 1.1.3 and moving the images on a more modern pc, but with not a lot

Re: [Sikuli-driver] [Question #676086]: Ocr not always working

2018-11-20 Thread matteoa
Question #676086 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676086 Status: Answered => Open matteoa is still having a problem: Thanks RaiMan, I've tried this, merging together the two above mentioned answers : img1 = Image.create(capture(selectRegion())) imgG

Re: [Sikuli-driver] [Question #676200]: IDE: Windows: Problem when trying to invoke menu action doFind (ctrl + f)

2018-11-20 Thread matteoa
Question #676200 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676200 matteoa 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 for Sikuli

Re: [Sikuli-driver] [Question #676200]: [error] IDE: Problem when trying to invoke menu action doFind Error: null

2018-11-16 Thread matteoa
Question #676200 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676200 Status: Needs information => Open matteoa gave more information on the question: I think I'm using the version that can be downloaded form the official download page: https://raiman.github.io/Sikul

[Sikuli-driver] [Question #676200]: [error] IDE: Problem when trying to invoke menu action doFind Error: null

2018-11-16 Thread matteoa
New question #676200 on Sikuli: https://answers.launchpad.net/sikuli/+question/676200 Hello, I have the message in Sikulix 1.1.4 when I press ctrl+f to find in the scripts. It is not a blocking problem, but how could I fix it? Thanks in advance for support -- You received this question

[Sikuli-driver] [Question #676086]: Ocr not always working

2018-11-12 Thread matteoa
New question #676086 on Sikuli: https://answers.launchpad.net/sikuli/+question/676086 Hello, since I have to use Sikulix on a 32bit pc I'm stuck with version 1.1.3. I have a bar in a web app where I have to read with ocr two items, so the font, the background the size etc are the same. What I do

Re: [Sikuli-driver] [Question #675958]: How to implement a watchdog timer?

2018-11-06 Thread matteoa
Question #675958 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675958 matteoa posted a new comment: Thanks a lot Masuo! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #675958]: How to implement a watchdog timer?

2018-11-06 Thread matteoa
Question #675958 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675958 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #675958]: How to implement a watchdog timer?

2018-11-06 Thread matteoa
Question #675958 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675958 Status: Answered => Open matteoa is still having a problem: Hello Masuo, thanks a lot for helping. I tried to copy and paste your script directly in the 1.1.4 ide and run from there. It closes the

[Sikuli-driver] [Question #675958]: How to implement a watchdog timer?

2018-11-06 Thread matteoa
New question #675958 on Sikuli: https://answers.launchpad.net/sikuli/+question/675958 hello all, I have a Sikulix script that automate a sw that sometimes hangs or behave in unusual ways. So far the script sometimes waits for the appearance of an image and if the image doesn't appears it