Re: [Sikuli-driver] [Question #176217]: Pronunciation

2011-10-26 Thread RaiMan
Question #176217 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176217 Status: Open = Answered RaiMan proposed the following answer: --- from a paper about the plans with Sikuli Script at MIT CSAIL (the home of the developers) In the Wixarica language of Mexico's Huichol

[Sikuli-driver] [Bug 880861] Re: findAll() with multiple matches returns invalid last match

2011-10-26 Thread RaiMan
--- So I'd consider this a regression bug You might get this impression based on your current situation. But the VisionEngine of X is much faster and much more precise and reliable, than the one from 10.2. And it might be, that this improvement has some impact on finding images having much

Re: [Sikuli-driver] [Question #176267]: Robot Framework Unicode Problem

2011-10-26 Thread RaiMan
Question #176267 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176267 Status: Open = Answered RaiMan proposed the following answer: This means, that when your send_sms(phone_no, message) is used as a RFW- Keyword in a test case, the propagation of the parameters through

[Sikuli-driver] [Question #176302]: (Brazilian Portuguese) Export image with Sikuli

2011-10-26 Thread Arthur Dias
A question was asked in a language (Brazilian Portuguese) spoken by none of the registered Sikuli answer contacts. https://answers.launchpad.net/sikuli/+question/176302 I want Sikuli to take a picture of the screen and export it to its folder. Any chance? -- You received this question

[Sikuli-driver] [Bug 880861] Re: [request] findAll() should only return the most probable matches

2011-10-26 Thread Andreas Balogh
** Attachment added: Matching Preview.gif https://bugs.launchpad.net/sikuli/+bug/880861/+attachment/2573617/+files/Matching%20Preview.gif -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/880861

[Sikuli-driver] [Bug 880861] Re: [request] findAll() should only return the most probable matches

2011-10-26 Thread Andreas Balogh
Thanks for your feedback. To further facilitate improving findAll() I added my testcase: 1. apply-grid.gif 2. run code below (slightly modified code attachment): setROI(Screen(0)) applies = findAll(Annly.png) for i, apply in enumerate(applies): print i, apply.getTarget(), apply.getScore()

[Sikuli-driver] [Bug 880861] Re: [request] findAll() should only return the most probable matches

2011-10-26 Thread Andreas Balogh
Result of same code run wih Sikuli 0.10.2: 0 (129,788) 0.948552966118 1 (129,554) 0.948552310467 2 (129,320) 0.948552310467 3 (129,374) 0.948552310467 4 (129,662) 0.948552310467 5 (129,716) 0.948552966118 6 (129,770) 0.948552310467 7 (129,356) 0.948552310467 8 (129,392) 0.948552310467 9 (129,644)

[Sikuli-driver] [Bug 880861] Re: [request] findAll() should only return the most probable matches

2011-10-26 Thread RaiMan
Great, thanks for the documentation. This will really help and supports my request towards findAll(). The problem is due to the drastic improvement of the vision engine. The score in 10.2 is below .95 and is .99+ (which means exact match) in X. This difference means worlds in pattern

[Sikuli-driver] [Question #176332]: Finding an image of a certain color

2011-10-26 Thread Csaba Pinter
New question #176332 on Sikuli: https://answers.launchpad.net/sikuli/+question/176332 I use Sikuli to test some widgets, among them a status icon that is green if there are no errors, orange if there is a warning and red if there is an error. The problem is that Sikuli finds the red icon even if

Re: [Sikuli-driver] [Question #176332]: Finding an image of a certain color

2011-10-26 Thread RaiMan
Question #176332 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176332 Status: Open = Needs information RaiMan requested more information: Using newest version of rc3 from http://sikuli.org/hudson/job/Sikuli-IDE-Windows/lastSuccessfulBuild/artifact/sikuli-ide/build/ ???

Re: [Sikuli-driver] [Question #176332]: Finding an image of a certain color

2011-10-26 Thread RaiMan
Question #176332 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176332 Status: Open = Answered RaiMan proposed the following answer: I am using the latest build from the above download and had no problems with red, yellow, green squares. This is my script: import

Re: [Sikuli-driver] [Question #176332]: Finding an image of a certain color

2011-10-26 Thread Csaba Pinter
Question #176332 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176332 Csaba Pinter posted a new comment: It works, thank you very much! The fact that I can use the Java classes opens a whole new world to me! -- You received this question notification because you are a

[Sikuli-driver] [Bug 882183] [NEW] Application closes unexpectedly as soon as I select exists or find.

2011-10-26 Thread Brian Hart
Public bug reported: I'm installed Sikuli X-1rc3 on Windows XP Professional SP3. Opened it and tried selecting exists and find from the left pane and the application suddenly closes. ** Affects: sikuli Importance: Undecided Status: New -- You received this bug notification

[Sikuli-driver] [Question #176372]: [error] Error message: UnicodeDecodeError: 'unicodeescape' codec can't decode bytes in position 25-27: truncated \xXX

2011-10-26 Thread Jason Balkman
New question #176372 on Sikuli: https://answers.launchpad.net/sikuli/+question/176372 Hi, Your software looks outstanding. I am trying to use it to automate queries of a GUI electronic medical record. However I am getting the following error. [error] Error message: UnicodeDecodeError:

Re: [Sikuli-driver] [Question #176267]: Robot Framework Unicode Problem

2011-10-26 Thread Peter Kim
Question #176267 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176267 Status: Answered = Open Peter Kim is still having a problem: When I tried message = unicode(args[1]), message still contained broken characters. When I tried message = args[1].encode(utf-8), message

[Sikuli-driver] [Question #176416]: waitVanish waits the maximum time even though the image has already vanished

2011-10-26 Thread Peter Kim
New question #176416 on Sikuli: https://answers.launchpad.net/sikuli/+question/176416 Hi, I have a code like following: if (v.exists(image.png)): v.waitVanish(image.png,60) If an image is there, I would like to wait until it vanishes or 60 seconds. However the image disappears rather

Re: [Sikuli-driver] [Question #176416]: waitVanish waits the maximum time even though the image has already vanished

2011-10-26 Thread Peter Kim
Question #176416 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176416 Status: Open = Solved Peter Kim confirmed that the question is solved: When I do: Settings.MinSimilarity = 0.9 if (v.exists(image.png)): v.waitVanish(image.png,60) It works as it should. --