Re: [Sikuli-driver] [Question #271036]: Text Search and OCR / Sikuli's Text Recognition

2015-09-03 Thread RaiMan
Question #271036 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271036 RaiMan proposed the following answer: Since she talks about Jython: Settings.OcrTextRead = True When running scripts in the IDE only, one can also set in the preferences -> more options the respective optio

Re: [Sikuli-driver] [Question #271031]: Looping certain parts of sikuli with different variables.

2015-09-03 Thread RaiMan
Question #271031 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271031 Status: Open => Answered RaiMan proposed the following answer: see faq 1437 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #271019]: find is background color blind :(

2015-09-03 Thread kunert0345
Question #271019 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271019 Status: Answered => Open kunert0345 is still having a problem: "Try to make the shots with as little background as possible towards the edges." Unfortunately, this does not solve my problem :-/ because i

Re: [Sikuli-driver] [Question #271036]: Text Search and OCR / Sikuli's Text Recognition

2015-09-03 Thread tanya25
Question #271036 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271036 tanya25 gave more information on the question: Thank You Eugene and RaiMan I am running my scripts on IDE only. I have this line of code which works: findText("text name") However, how do I click the text

Re: [Sikuli-driver] [Question #271036]: Text Search and OCR / Sikuli's Text Recognition

2015-09-03 Thread tanya25
Question #271036 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271036 Description changed to: Good Day! How do i use Sikuli's Text Recognition in jython? I already downloaded the latest version of sikuli 1.1.0 2015-09-03_01:00nightly IDE with the selected Tesseract based OCR f

Re: [Sikuli-driver] [Question #271036]: Text Search and OCR / Sikuli's Text Recognition

2015-09-03 Thread tanya25
Question #271036 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271036 Status: Answered => Open tanya25 is still having a problem: Thank You Eugene and RaiMan I am running my scripts on IDE only. I have this line of code which works: findText("text name") However, how do

Re: [Sikuli-driver] [Question #271019]: find is background color blind :(

2015-09-03 Thread RaiMan
Question #271019 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271019 Status: Open => Needs information RaiMan requested more information: possible to see some samples? you may send it to (rmhdevelop<--at-->me<--dot-->com) -- You received this question notification beca

Re: [Sikuli-driver] [Question #271036]: Text Search and OCR / Sikuli's Text Recognition

2015-09-03 Thread RaiMan
Question #271036 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271036 Status: Open => Answered RaiMan proposed the following answer: click(findText("text name")) since findText("text name") returns the match region where the text was found. -- advantage internally uses T

Re: [Sikuli-driver] [Question #271020]: Problem with reload function?

2015-09-03 Thread Vinodh Yelugoti
Question #271020 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271020 Status: Answered => Open Vinodh Yelugoti is still having a problem: Thanks for your swift response! In my script 2 i have only these two statements: import script1 reload(script1) I exeucted this, bu

Re: [Sikuli-driver] [Question #271020]: Problem with reload function?

2015-09-03 Thread RaiMan
Question #271020 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271020 Status: Open => Answered RaiMan proposed the following answer: please go back to my comment and read carefully again. As you might notice: the function CALLS are moved to script2, which is the usual way

Re: [Sikuli-driver] [Question #271019]: find is background color blind :(

2015-09-03 Thread kunert0345
Question #271019 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271019 kunert0345 posted a new comment: send ;-) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___ Mailin

Re: [Sikuli-driver] [Question #271024]: Unable to install Sikuli 1.0.1 on Red Hat 6.4

2015-09-03 Thread TomL
Question #271024 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271024 Status: Answered => Open TomL is still having a problem: Hi RaiMan, By way of introduction, I am working on a closed system, which can take a month or more to get approval for a new installation. I hav

Re: [Sikuli-driver] [Question #271024]: Unable to install Sikuli 1.0.1 on Red Hat 6.4

2015-09-03 Thread TomL
Question #271024 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271024 Status: Open => Solved TomL confirmed that the question is solved: A friend pointed out a possible answer to my question from an older question titled: "CentOS 6.4 x86_64: How to Install SikuliX 1.0.1" s

Re: [Sikuli-driver] [Question #271020]: Problem with reload function?

2015-09-03 Thread Vinodh Yelugoti
Question #271020 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271020 Status: Answered => Solved Vinodh Yelugoti 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 #271020]: Problem with reload function?

2015-09-03 Thread Vinodh Yelugoti
Question #271020 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271020 Vinodh Yelugoti posted a new comment: Thanks ! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___ M

[Sikuli-driver] [Bug 1492020] [NEW] Error with non english charset

2015-09-03 Thread bo-leo
Public bug reported: I'm using a french computer (supposed to be charset iso-8859-1/azerty keyboard) I was trying to automate login process and password and was always fail. I made, a very simple test case :  - select a text field : click(whatever img)  - write some characters : type("123456

Re: [Sikuli-driver] [Question #271036]: Text Search and OCR / Sikuli's Text Recognition

2015-09-03 Thread tanya25
Question #271036 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271036 tanya25 posted a new comment: Thanks a lot Raimund :) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

[Sikuli-driver] [Bug 1492020] Re: [request] non US keyboard layouts should be supported

2015-09-03 Thread RaiMan
--- Bug also happens with paste() should not be at least with version 1.1.0. please post an example, that does not work in your opinion. ** Summary changed: - Error with non english charset + [request] non US keyboard layouts should be supported ** Changed in: sikuli Status: New => In P

Re: [Sikuli-driver] [Question #271024]: Unable to install Sikuli 1.0.1 on Red Hat 6.4

2015-09-03 Thread RaiMan
Question #271024 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271024 RaiMan posted a new comment: fine. ... but if you find the time, I would appreciate, if you try with 1.1.0 as well. -- You received this question notification because your team Sikuli Drivers is an answer