Re: [Sikuli-driver] [Question #678863]: [1.1.4 ] collectWords dosn't find a word --- fixed build #216

2019-03-01 Thread RaiMan
Question #678863 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678863 Summary changed to: [1.1.4 ] collectWords dosn't find a word --- fixed build #216 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #678863]: [1.1.4 ] collectWords dosn't find a word --- fixed build #216

2019-03-01 Thread RaiMan
Question #678863 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678863 RaiMan proposed the following answer: --- Do I need the tr = TextOCR.start() stuff? No if you just use the standard Region::text features. Only needed if you want to use special TextRecognizer/Tess4J

Re: [Sikuli-driver] [Question #678863]: [1.1.4 ] collectWords dosn't find a word

2019-03-01 Thread RaiMan
Question #678863 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678863 Status: Open => Answered RaiMan proposed the following answer: sorry for the inconvenience - simply a bug. It will be fixed in the next nightly build (#216) Thanks for finding. -- You received this

Re: [Sikuli-driver] [Question #678800]: How to do screen comparison using sikuli ide?

2019-03-01 Thread RaiMan
Question #678800 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678800 RaiMan proposed the following answer: --- can find out ,exactly what are the difference look here: https://sikulix-2014.readthedocs.io/en/latest/finder.html#Finder.findChanges -- You received this question

Re: [Sikuli-driver] [Question #678865]: Why the command list panel was removed in Sikuli 1.1.4 :(

2019-03-01 Thread RaiMan
Question #678865 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678865 Status: Open => Answered RaiMan proposed the following answer: --- May I know why ... Its implementation historically depends on the package org.swinglabs.swingx, which is no longer supported and

Re: [Sikuli-driver] [Question #678851]: XLSX Handling in Sikuli

2019-03-01 Thread RaiMan
Question #678851 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678851 Status: Open => Answered RaiMan proposed the following answer: @rathisoft openPyXL does not work with SikuliX, since it internally uses native libraries (accessing xml structures). But if you know,

Re: [Sikuli-driver] [Question #678873]: Exception in thread "main" ImportError: No module named __run__

2019-03-01 Thread RaiMan
Question #678873 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678873 Status: Open => Needs information RaiMan requested more information: How did you create that "script"-jar? -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #678874]: Python: with someRegion: inside with block someRegion gets what SCREEN is outside

2019-03-01 Thread RaiMan
Question #678874 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678874 Status: Open => Solved RaiMan changed the question status: The reason behind is the historical implementation of undotted Region methods: - in the normal script they are dynamically (at runtime) bound

Re: [Sikuli-driver] [Question #678874]: Python: with someRegion: inside with block someRegion gets what SCREEN is outside

2019-03-01 Thread RaiMan
Question #678874 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678874 Summary changed to: Python: with someRegion: inside with block someRegion gets what SCREEN is outside -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #678874]: Python: with someRegion: inside someRegion gets what SCREEN is outside

2019-03-01 Thread RaiMan
Question #678874 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678874 Summary changed to: Python: with someRegion: inside someRegion gets what SCREEN is outside -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #678874]: Should "SCREEN" really be mapped to "with" Region?

2019-03-01 Thread Rainer
New question #678874 on Sikuli: https://answers.launchpad.net/sikuli/+question/678874 The following code print(SCREEN) with Region(1, 2, 3, 4): print(SCREEN) print(Screen()) print(SCREEN) results in: R[0,0 1680x1050]@S(0) R[1,2 3x4]@S(0) R[0,0 1680x1050]@S(0) R[0,0 1680x1050]@S(0)

[Sikuli-driver] [Question #678873]: Exception in thread "main" ImportError: No module named __run__

2019-03-01 Thread Theofanis Vlachos
New question #678873 on Sikuli: https://answers.launchpad.net/sikuli/+question/678873 Hello, I am trying to run a sikuli script in the cmd. I have it in .jar format. I am typing: java -jar "name of script"_sikuli.jar and I'm getting this error: Exception in thread "main" ImportError: No

Re: [Sikuli-driver] [Question #678869]: type() functions type incorrect characters

2019-03-01 Thread Asheru
Question #678869 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678869 Status: Open => Answered Asheru proposed the following answer: Try with: paste("yourText") -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #678869]: type() functions type incorrect characters

2019-03-01 Thread Twenty Anderson
Question #678869 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678869 Description changed to: OS: Mac Mojave When I used the following command in SikuliX, the outputted string is incorrect. Code: type("/Users/abc/Desktop/a_b_c/File1") Outputted:

[Sikuli-driver] [Question #678869]: type() functions type incorrect characters

2019-03-01 Thread Twenty Anderson
New question #678869 on Sikuli: https://answers.launchpad.net/sikuli/+question/678869 OS: Mac Mojave When I used the following command in SikuliX, the outputted string is incorrect. Code: type("/Users/abc/Desktop/a_b_c/File1") Outputted: "?Users/abc/DESKTOP/a_b_c?FILE!" I already adjust the

Re: [Sikuli-driver] [Question #678517]: unable to use/integrate vision wait in other application

2019-03-01 Thread Launchpad Janitor
Question #678517 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678517 Status: Needs information => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. --