[Sikuli-driver] [Bug 1233062] Re: [1.0.1] Linux: Please provide VisionProxy source tree from github as well

2013-10-01 Thread RaiMan
I created https://github.com/RaiMan/SikuliX-VisionProxy pls. check. ** Changed in: sikuli Status: In Progress => Fix Released -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1233062 Title:

[Sikuli-driver] [Question #236652]: match pictures

2013-10-01 Thread joel mercado
New question #236652 on Sikuli: https://answers.launchpad.net/sikuli/+question/236652 hi everyone can anybody help me, i want to search a picture in a certain region and if found search again the matched picture in other certain region and click it how should i do it,, where to start... thank yo

Re: [Sikuli-driver] [Question #236652]: match pictures

2013-10-01 Thread RaiMan
Question #236652 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236652 Status: Open => Answered RaiMan proposed the following answer: reg1 = Region() # somehow define the first region reg2 = Region() # somehow define the second region img = "some_picture.png" if reg1.exist

Re: [Sikuli-driver] [Question #236652]: match pictures

2013-10-01 Thread joel mercado
Question #236652 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236652 joel mercado posted a new comment: thank for quick reply...i will try this sir.. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #236652]: match pictures

2013-10-01 Thread joel mercado
Question #236652 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236652 joel mercado posted a new comment: sir i want the matched picture from reg1 to be clicked reg2.. is it posible to put a loop in the script? how? -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #236652]: match pictures

2013-10-01 Thread RaiMan
Question #236652 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236652 RaiMan proposed the following answer: look faq 1437 and some other valuable faqs for scripting Sikuli https://answers.launchpad.net/sikuli/+faqs -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #236652]: match pictures

2013-10-01 Thread joel mercado
Question #236652 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236652 joel mercado posted a new comment: thank you sir -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. __

[Sikuli-driver] [Question #236682]: Sikuli failing to run script or executable when launched from command line or double clicked

2013-10-01 Thread kinetik
New question #236682 on Sikuli: https://answers.launchpad.net/sikuli/+question/236682 [Mac OSX 10.6.8] [Sikuli 1.0.1] When I create a script and try to run the script or executable via command line, the Sikuli icon bounces and is highlighted in the dock, then the java applet bounces and highli

Re: [Sikuli-driver] [Question #235070]: Is Sikuli stable when it run in Java api for a little complicate program?

2013-10-01 Thread Kurt Chen
Question #235070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235070 Status: Solved => Open Kurt Chen is still having a problem: Hi RaiMan, I am confusing about your comments here: "You are mixing up the Sikuli Java API from and features from SikuliX version 1.0.1, whic

[Sikuli-driver] [Bug 1233062] Re: [1.0.1] Linux: Please provide VisionProxy source tree from github as well

2013-10-01 Thread Gilles Filippini
It's ok but for the sampleBuildVisionProxy script which has errors. The line: includeParm=... should have its right part surrounded by double quotes because bash doesn't want spaces in assignements: includeParm="..." The $includeParm part of g++ commands should be moved after the filename for

Re: [Sikuli-driver] [Question #236636]: OCR fails "silently" (no error message)

2013-10-01 Thread tjonnyc
Question #236636 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236636 Status: Answered => Open tjonnyc is still having a problem: Tried it, still nothing. 1.) Other OCR programs have no problem recognizing the text (took screenshot, MS Office OCR and CorelDraw OCR recogni

[Sikuli-driver] [Question #236695]: With Xcode 5, App.focus() no longer finds iPhone Simulator

2013-10-01 Thread HAL-9000
New question #236695 on Sikuli: https://answers.launchpad.net/sikuli/+question/236695 Hey all, Use Sikuli to automate iPhone apps in the simulator, which it does quite well. Installed Xcode 5 with iOS 7 and was updating scripts for some of the new UI imagery and interactions when I noticed some

Re: [Sikuli-driver] [Question #236695]: With Xcode 5, App.focus() no longer finds iPhone Simulator

2013-10-01 Thread HAL-9000
Question #236695 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236695 Status: Open => Solved HAL-9000 confirmed that the question is solved: Just solved my own problem, beware Xcode developer preview leftovers on computer before installing actual release! Yikes what a mess

[Sikuli-driver] [Bug 1231928] Re: Unable to install Sukili 1.0.1 back a proxy

2013-10-01 Thread Gd6QKW
I'll do my best to clarify, as I'm having this issue as well: * If you are behind a proxy/corporate firewall, the sikuli-setup.jar that is called by runSetup.cmd fails on downloads * The error window suggests downloading them manually via their DropBox address (which to the best of my knowledge

[Sikuli-driver] [Bug 1231928] Re: Unable to install Sukili 1.0.1 behind a proxy

2013-10-01 Thread Gd6QKW
** Summary changed: - Unable to install Sukili 1.0.1 back a proxy + Unable to install Sukili 1.0.1 behind a proxy -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1231928 Title: Unable to install

Re: [Sikuli-driver] [Question #236636]: OCR fails "silently" (no error message)

2013-10-01 Thread RaiMan
Question #236636 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236636 Status: Open => Needs information RaiMan requested more information: What happens, if you restrict the region to one line or even one word of text? use: print "#%s#"%(selectRegion().text()) -- You rec