Re: [Sikuli-driver] [Question #688897]: Why Handler is not working in region.onAppear.?

2020-02-28 Thread Leonardo Castro
Question #688897 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688897 Leonardo Castro posted a new comment: RaiMan, Its possible to configure delay for "if" statement?. I know that is 3 seconds, but maybe i could configure for less than 3 seconds. -- You received this

Re: [Sikuli-driver] [Question #688984]: IDE: imported helper.py files are not automatically reimported if changed

2020-02-28 Thread SeltiX
Question #688984 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688984 SeltiX posted a new comment: hello again, i sucefully structured the project as you said, just resuming : ├── myapp.sikuli/ │ ├── myapp.py |── helpers.sikuli/ │ ├── helpers.py |── images.sikuli/ │ ├──

Re: [Sikuli-driver] [Question #689036]: Hello I keep getting an error message on my Python code, that "int is not callable"

2020-02-28 Thread chukwuka ihemaguba
Question #689036 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689036 chukwuka ihemaguba posted a new comment: Yes, it is. That's why it's been very difficult for me. I'll correct the mistakes, and try it again. Thanks a whole lot. -- You received this question notification

Re: [Sikuli-driver] [Question #689043]: OCR class features sikuli IDE

2020-02-28 Thread lawipo5961
Question #689043 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689043 Description changed to: OCR class features sikuli IDE ? https://edu.apps01.yorku.ca/alumni/groups/123movies-sonic-the-hedgehog-2020-full-hd-watch-online-free/

[Sikuli-driver] [Bug 1864265] Re: Code example for Settings.getOS() contains error

2020-02-28 Thread RaiMan
OS.MAC at the Java level is an enum To us it like string: OSMACasString = str(OS.MAC) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1864265 Title: Code example for Settings.getOS() contains

[Sikuli-driver] [Bug 1864265] Re: Code example for Settings.getOS() contains error

2020-02-28 Thread rad164
Wow, thank you for your quick fix! At first, I thought it is a documentation bug; the latter code sample is wrong. But you haven't touched the Docs repository. I grasped your commit 295fd79 on Sikulix repo and still have a question. The variable 'myOS', or OS.MAC, does it behave like str? --

[Sikuli-driver] [Question #689043]: OCR class features sikuli IDE

2020-02-28 Thread lawipo5961
New question #689043 on Sikuli: https://answers.launchpad.net/sikuli/+question/689043 OCR class features sikuli IDE ? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___ Mailing list:

Re: [Sikuli-driver] [Question #689043]: OCR class features sikuli IDE

2020-02-28 Thread RaiMan
Question #689043 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689043 Status: Open => Answered RaiMan proposed the following answer: what is your question? for version 2.0.3 look: https://sikulix-2014.readthedocs.io/en/latest/textandocr.html -- You received this

Re: [Sikuli-driver] [Question #688198]: Question on installing jython project interpreter in Pycharm (for Windows10)

2020-02-28 Thread Launchpad Janitor
Question #688198 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688198 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 #688701]: sikuli

2020-02-28 Thread Launchpad Janitor
Question #688701 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688701 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 #689035]: Executing menu commands takes too long (IDE)

2020-02-28 Thread RaiMan
Question #689035 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689035 Status: Open => Answered RaiMan proposed the following answer: On my Win10 machine the first-run delay is less than 1 second. ... and save as works as expected. run the IDE from commandline java -jar

Re: [Sikuli-driver] [Question #688198]: Question on installing jython project interpreter in Pycharm (for Windows10)

2020-02-28 Thread RaiMan
Question #688198 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688198 Status: Expired => Open RaiMan changed the question status: x -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #688198]: Question on installing jython project interpreter in Pycharm (for Windows10)

2020-02-28 Thread RaiMan
Question #688198 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688198 RaiMan posted a new comment: should really get answered ;-) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #688198]: Question on installing jython project interpreter in Pycharm (for Windows10)

2020-02-28 Thread RaiMan
Question #688198 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688198 Status: Open => Answered RaiMan proposed the following answer: Did you get further with your experiments? I will update my PyCharm setup on Windows 10 the next days and add some hints to the docs. --

[Sikuli-driver] [Bug 1864815] Re: Occasionally I see characters not typed in typed string

2020-02-28 Thread RaiMan
SikuliX version? Java version? System version? Keyboard layout? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1864815 Title: Occasionally I see characters not typed in typed string Status in

[Sikuli-driver] [Question #689041]: OCR class features sikuli IDE

2020-02-28 Thread Eric G
New question #689041 on Sikuli: https://answers.launchpad.net/sikuli/+question/689041 Hi I currently have something like: while 1: try: myValue = int(region.text()) if myValue>60: #do something except: #do something else The values tesseract

Re: [Sikuli-driver] [Question #689041]: OCR class features sikuli IDE

2020-02-28 Thread Eric G
Question #689041 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689041 Description changed to: Hi I currently have something like: while 1: try: myValue = int(region.text()) if myValue>60: #do something except: #do

Re: [Sikuli-driver] [Question #689039]: Unable to Install SikuliX 2.0.X on Win Server 2012 R2

2020-02-28 Thread RaiMan
Question #689039 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689039 Status: Open => Answered RaiMan proposed the following answer: as mentioned: Exception in thread "main" org.sikuli.script.SikuliXception: fatal: Java arch must be 64 Bit your Java is 32-Bit I

Re: [Sikuli-driver] [Question #689033]: Where is the suggestion for methods?

2020-02-28 Thread RaiMan
Question #689033 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689033 Status: Open => Answered RaiMan proposed the following answer: --- first I noticed that I had to install the jdk instead of jre what Java? Actually we are at Java 13 and since SikuliX is OpenSource I

[Sikuli-driver] [Bug 1864815] Re: Occasionally I see characters not typed in typed string

2020-02-28 Thread RaiMan
Sorry, but versions prior to 2.0.x are no longer supported with such system specific problems. Try with 2.0.3, which has a new implementation of the type() on Windows, that autodetects the keyboard layout and accepts most of the keys and even utf-8 text. ** Changed in: sikuli Status: New

[Sikuli-driver] [Bug 1864815] Re: Occasionally I see characters not typed in typed string

2020-02-28 Thread Tony May
Sikuli 1.1.3 using Java 10.0.1 Running in a VM with 1440 x 900 resolution Windows 10 (1903) UK keyboard layout -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1864815 Title: Occasionally I see

Re: [Sikuli-driver] [Question #689033]: Where is the suggestion for methods?

2020-02-28 Thread Benjamin Berg
Question #689033 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689033 Status: Answered => Solved Benjamin Berg confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #689033]: Where is the suggestion for methods?

2020-02-28 Thread Benjamin Berg
Question #689033 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689033 Benjamin Berg posted a new comment: Ah okay, sorry, I have used the oracle JDK 13.0.2 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #689041]: OCR class features sikuli IDE

2020-02-28 Thread RaiMan
Question #689041 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689041 Status: Open => Answered RaiMan proposed the following answer: see: https://sikulix-2014.readthedocs.io/en/latest/textandocr.html#working-with-text-and-using-ocr-features -- You received this question

Re: [Sikuli-driver] [Question #685795]: Sikuli 2.0 is not finding images previously found by 1.1.3

2020-02-28 Thread hcuthbert
Question #685795 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685795 Description changed to: Sikuli 1.1.3 works like a champ when using the MasterPath folder to specify the folders which Sikuli can see and pull scripts to images from: from sikuli import * admPath =

Re: [Sikuli-driver] [Question #685795]: Sikuli 2.0 is not finding images previously found by 1.1.3

2020-02-28 Thread RaiMan
Question #685795 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685795 Status: Answered => Solved RaiMan changed the question status: as said by user -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #689048]: When taking a screenshot in Ubunt, the screen goes black and the screenshot is black as well

2020-02-28 Thread diego
New question #689048 on Sikuli: https://answers.launchpad.net/sikuli/+question/689048 Ubuntu 18.04 LTS When I try to take a screenshot, the screen goes all black and the output is a black image as well Bonus bug: The coordinates are off if you change the resolution or screen size using cvt.

Re: [Sikuli-driver] [Question #689041]: OCR class features sikuli IDE

2020-02-28 Thread Eric G
Question #689041 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689041 Eric G posted a new comment: I've read both text+ocr features for sikuli and the doc for tesseract, but I'm still at a loss on how use in ide. What would it look like if I wanted oem(0) psm(8) and config :

Re: [Sikuli-driver] [Question #688198]: Question on installing jython project interpreter in Pycharm (for Windows10)

2020-02-28 Thread RaiMan
Question #688198 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688198 RaiMan proposed the following answer: I revised the docs a bit: https://sikulix-2014.readthedocs.io/en/latest/scenarios.html#scripting-with-intellij-pycharm-and-idea-with-python-plugin -- You received this