Re: [Sikuli-driver] [Question #691800]: Cannot import name Vision

2020-07-10 Thread Manfred Hampl
Question #691800 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691800 Manfred Hampl posted a new comment: Just an idea: Are you sure that these 60-70 ms are solely caused by the reaction time? Maybe the numbers include some network transfer time plus calculation time for the

Re: [Sikuli-driver] [Question #691800]: Cannot import name Vision

2020-07-10 Thread Charles Sosmena
Question #691800 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691800 Charles Sosmena gave more information on the question: Btw this is the log from SikuliX IDE: [log] CLICK on L[900,248]@S(0) (37 msec) [log] CLICK on L[900,248]@S(0) (22 msec) [log] CLICK on L[900,248]@S(0)

Re: [Sikuli-driver] [Question #691800]: Cannot import name Vision

2020-07-10 Thread Charles Sosmena
Question #691800 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691800 Charles Sosmena gave more information on the question: Btw this is the log from SikuliX IDE: [log] CLICK on L[900,248]@S(0) (37 msec) [log] CLICK on L[900,248]@S(0) (22 msec) [log] CLICK on L[900,248]@S(0)

Re: [Sikuli-driver] [Question #691800]: Cannot import name Vision

2020-07-10 Thread Charles Sosmena
Question #691800 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691800 Charles Sosmena gave more information on the question: Btw this is the log from SikuliX IDE: [log] CLICK on L[900,248]@S(0) (37 msec) [log] CLICK on L[900,248]@S(0) (22 msec) [log] CLICK on L[900,248]@S(0)

Re: [Sikuli-driver] [Question #691800]: Cannot import name Vision

2020-07-10 Thread Charles Sosmena
Question #691800 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691800 Status: Answered => Open Charles Sosmena is still having a problem: Hi thanks for the reply. I followed your instructions and I made the region to a 9x9 pixel and I made the image to as small as I can

Re: [Sikuli-driver] [Question #691800]: Cannot import name Vision

2020-07-10 Thread RaiMan
Question #691800 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691800 Status: Open => Answered RaiMan proposed the following answer: 1. use SikuliX version 2.0.4 2. in a script at the beginning add: Settings.MoveMouseDelay = 0.0 Settings.WaitScanRate = 10 nothing else

Re: [Sikuli-driver] [Question #691800]: Cannot import name Vision

2020-07-10 Thread Charles Sosmena
Question #691800 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691800 Description changed to: Hi, I'm trying to make a code for a game that clicks immediately after the "image/pattern" appears. My problem is it's too slow, I require about 20-40ms of reaction time.

[Sikuli-driver] [Question #691800]: Cannot import name Vision

2020-07-10 Thread Charles Sosmena
New question #691800 on Sikuli: https://answers.launchpad.net/sikuli/+question/691800 Hi, I'm trying to make a code for a game that clicks immediately after the "image/pattern" appears. My problem is it's too slow, I require about 20-40ms of reaction time. reg.wait("Get Ready Image",FOREVER)

[Sikuli-driver] [Bug 1887175] [NEW] [request] Find every match of multiple patterns (something like findAnyListAll())

2020-07-10 Thread RaiMan
Public bug reported: ok, understood and accepted. What you want is a findAnyListAll(), that returns a list of match lists, where each match list has all matches as if a findAll() has been made for the respective pattern. I accept this as a feature request. As a workaround you might dispatch a

Re: [Sikuli-driver] [Question #691666]: [request] Find every match of multiple patterns (something like findAnyListAll())

2020-07-10 Thread RaiMan
Question #691666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691666 Summary changed to: [request] Find every match of multiple patterns (something like findAnyListAll()) -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #691666]: Find every match of multiple patterns

2020-07-10 Thread RaiMan
Question #691666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691666 Status: Open => Answered RaiMan proposed the following answer: ok, understood and accepted. What you want is a findAnyListAll(), that returns a list of match lists, where each match list has all

Re: [Sikuli-driver] [Question #691666]: [request] Find every match of multiple patterns (something like findAnyListAll())

2020-07-10 Thread RaiMan
Question #691666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691666 Linked to bug: #1887175 https://bugs.launchpad.net/bugs/1887175 "[request] Find every match of multiple patterns (something like findAnyListAll())" -- You received this question notification

Re: [Sikuli-driver] [Question #132445]: Reading / writing to a file in sikuli

2020-07-10 Thread RaiMan
Question #132445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/132445 RaiMan posted a new comment: @Nicolas it must be: my_file.close() -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

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

2020-07-10 Thread RaiMan
Question #691769 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691769 Summary changed to: Tesseract variable user_defined_dpi Sikulix Default value=300 --- should be ignored/not used -- You received this question notification because your team Sikuli Drivers is an answer

[Sikuli-driver] [Bug 1885858] Re: VNCstart does not return on failure

2020-07-10 Thread Glenn Tanner
RaiMan, Thank you for looking into this. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1885858 Title: VNCstart does not return on failure Status in Sikuli: In Progress Bug description:

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

2020-07-10 Thread RaiMan
Question #691769 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691769 Status: Open => Answered RaiMan proposed the following answer: simply ignore user_defined_dpi:300 ... and do not play around with it. It is not used anyways. The reason behind: Tess4J/Tesseract

[Sikuli-driver] [Bug 1885858] Re: VNCstart does not return on failure

2020-07-10 Thread RaiMan
** Changed in: sikuli Status: New => In Progress ** Changed in: sikuli Importance: Undecided => Low ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) ** Changed in: sikuli Milestone: None => 2.0.5 -- You received this bug notification because you are a

Re: [Sikuli-driver] [Question #691528]: Perform action on image when it appears dynamically without using sleep

2020-07-10 Thread RaiMan
Question #691528 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691528 RaiMan posted a new comment: you say: Example: wait(imageOrPattern, 20seconds). image is appearing in 5seconds then the operation is not happening. it is waiting till complete 20seconds . I tested: this is

Re: [Sikuli-driver] [Question #691528]: Perform action on image when it appears dynamically without using sleep

2020-07-10 Thread RaiMan
Question #691528 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691528 Status: Expired => Answered RaiMan changed the question status: stay open -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #691526]: spam

2020-07-10 Thread Launchpad Janitor
Question #691526 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691526 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 #691528]: Perform action on image when it appears dynamically without using sleep

2020-07-10 Thread Launchpad Janitor
Question #691528 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691528 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