Re: [Sikuli-driver] [Question #269311]: compare directory of pictures to screen with loop

2015-07-17 Thread jhonvinage475
Question #269311 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269311 jhonvinage475 gave more information on the question: better work but don't make good image recognition delete the wrong : # collect the image files (import os not needed in Sikuli IDE) dir = "D:\\stockage\\

[Sikuli-driver] [Bug 1466231] Re: [1.1.0] OS X 10.10: KeyModifier being sent to Sikuli, not to app

2015-07-17 Thread lmclister
Hey, are you folks able to reproduce this one? Any chance of a fix or workaround for this one? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1466231 Title: [1.1.0] OS X 10.10: KeyModifier being

Re: [Sikuli-driver] [Question #269311]: compare directory of pictures to screen with loop

2015-07-17 Thread jhonvinage475
Question #269311 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269311 Status: Answered => Open jhonvinage475 is still having a problem: thank you for this wonderful code that helps a lot. it's a good idea to compare the directory for duplicates but I have already done t

[Sikuli-driver] [Question #269349]: range condtion

2015-07-17 Thread ravi
New question #269349 on Sikuli: https://answers.launchpad.net/sikuli/+question/269349 find("1437143647666.png").inside().find("1437151470770.png") wait(2) while True: for i in range(0,19): pass click("1437151481432.png") if exists("1437151493592.png"): print("yes") else: print(

[Sikuli-driver] [Question #269348]: Unable to install Version 1.0.1 on windows system

2015-07-17 Thread Lakshmy
New question #269348 on Sikuli: https://answers.launchpad.net/sikuli/+question/269348 [debug (7/17/15 9:33:05 AM)] RunSetup: SikuliX Setup Build: 1.0.1 12NOV201312 [debug (7/17/15 9:33:05 AM)] RunSetup: ... starting with no args given [debug (7/17/15 9:33:05 AM)] RunSetup: syspath: C:\Users\

[Sikuli-driver] [Question #269344]: Sikulix nightly built after July.5th with RF

2015-07-17 Thread peter huang
New question #269344 on Sikuli: https://answers.launchpad.net/sikuli/+question/269344 i am combining Sikulix with Robotframework2.8.7. Using the nightly version in June.30th, everything is fine. After reading Railman's notes for changes in Sikulix after July.5th nightly built, everything works

Re: [Sikuli-driver] [Question #269311]: compare directory of pictures to screen with loop

2015-07-17 Thread RaiMan
Question #269311 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269311 Status: Open => Answered RaiMan proposed the following answer: ok, this should do it (but not tested of course;-) # collect the image files (import os not needed in Sikuli IDE) dir = "D:\\stockage\\brus

Re: [Sikuli-driver] [Question #269311]: compare directory of pictures to screen with loop

2015-07-17 Thread jhonvinage475
Question #269311 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269311 Status: Needs information => Open jhonvinage475 gave more information on the question: help is really appreciated thank you. The goal of this script : I have a paint program with many bruhes and i need

[Sikuli-driver] [Bug 1475649] [NEW] [1.1.0] Offline setup not working - tries to download selenium4sikulix

2015-07-17 Thread RaiMan
Public bug reported: I think offline setup is not working. The reason (i think) is that the setup is aways trying to download selenium4sikulix.jar and not asking if we want to use the existing file. I could be wrong tough. I have download every single offline file and setup aways tries to dow

Re: [Sikuli-driver] [Question #269337]: [1.1.0] Offline setup after 2015-06-01 not working

2015-07-17 Thread RaiMan
Question #269337 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269337 Status: Open => Answered RaiMan proposed the following answer: thanks for the pointer. i will fix that during the weekend. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #269337]: Offline setup

2015-07-17 Thread RaiMan
Question #269337 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269337 Linked to bug: #1475649 https://bugs.launchpad.net/bugs/1475649 "[1.1.0] Offline setup not working - tries to download selenium4sikulix" -- You received this question notification because you ar

Re: [Sikuli-driver] [Question #269337]: [1.1.0] Offline setup after 2015-06-01 not working

2015-07-17 Thread RaiMan
Question #269337 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269337 Summary changed to: [1.1.0] Offline setup after 2015-06-01 not working -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

[Sikuli-driver] [Question #269337]: Offline setup

2015-07-17 Thread Tetsuo
New question #269337 on Sikuli: https://answers.launchpad.net/sikuli/+question/269337 I think offline setup is not working. The reason (i think) is that the setup is aways trying to download selenium4sikulix.jar and not asking if we want to use the existing file. I could be wrong tough. I hav

Re: [Sikuli-driver] [Question #269336]: Text OCR related question

2015-07-17 Thread RaiMan
Question #269336 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269336 Status: Open => Answered RaiMan proposed the following answer: sorry, no way. You would have to adapt the C++ source code and then build the stuff from the sources. Another option is to use Tesseract f

[Sikuli-driver] [Question #269336]: Text OCR related question

2015-07-17 Thread Subhash
New question #269336 on Sikuli: https://answers.launchpad.net/sikuli/+question/269336 HI, I am using Sikuli for scraping text fron screen. I am on version 1.0 rc3 I am having good success so far in terms of recognition itself. However, the use case I have is to specifically identify text that e

Re: [Sikuli-driver] [Question #269311]: compare directory of pictures to screen with loop

2015-07-17 Thread RaiMan
Question #269311 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269311 Status: Open => Needs information RaiMan requested more information: Ok, for someone with not so much programming experience I admit the solution for that might be a challenge. Before talking about the

Re: [Sikuli-driver] [Question #269303]: Text Search off error on image [Sikuli java Eclipse]

2015-07-17 Thread Tepedino
Question #269303 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269303 Status: Answered => Open Tepedino is still having a problem: @Eugene So, tried now at work adding the full path to see if it would work, the error I got is the same, only changed the name of the archive

Re: [Sikuli-driver] [Question #269330]: Unable to execute .skl file

2015-07-17 Thread RaiMan
Question #269330 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269330 Status: Open => Answered RaiMan proposed the following answer: does the demo.skl contain a demo.py ? How did you produce the .skl? -- You received this question notification because you are a member o

Re: [Sikuli-driver] [Question #269311]: compare directory of pictures to screen with loop

2015-07-17 Thread jhonvinage475
Question #269311 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269311 Status: Answered => Open jhonvinage475 is still having a problem: Thank RaiMan your answere are much appreciated, I try to add the sample code finder but the class is very complex, sorry my level progra

Re: [Sikuli-driver] [Question #269208]: Reading uneditable text form a screen

2015-07-17 Thread RaiMan
Question #269208 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269208 Status: Open => Answered RaiMan proposed the following answer: with 1.0.1, running setup again does not help. you have to delete the libs folder after running setup and before starting the IDE. -- You

Re: [Sikuli-driver] [Question #269208]: Reading uneditable text form a screen

2015-07-17 Thread swagatsamal2...@gmail.com
Question #269208 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269208 Status: Answered => Open swagatsamal2...@gmail.com is still having a problem: Thanks Raiman, Created a region and was able to highlight the text needed. But when using the .text() - am getting the error

[Sikuli-driver] [Question #269330]: Unable to execute .skl file

2015-07-17 Thread Kevin
New question #269330 on Sikuli: https://answers.launchpad.net/sikuli/+question/269330 Hi team, I'm unable to execute .skl file when I upgrade SikuliX to pre-final build, please help to figure out what's wrong with my SikuliX, thanks [Sikuli info] 1.1.0(2015-07-17_01:00nightly)/Windows6.1/Java8

Re: [Sikuli-driver] [Question #269254]: Wait until the process is completed

2015-07-17 Thread fordox
Question #269254 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269254 Status: Answered => Solved fordox confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, w

Re: [Sikuli-driver] [Question #269254]: Wait until the process is completed

2015-07-17 Thread RaiMan
Question #269254 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269254 Status: Open => Answered RaiMan proposed the following answer: tried urllib2 ?? about Popen.pid see the mentioned doc. about how to terminate a process using its pid form command line see the Windows d

Re: [Sikuli-driver] [Question #269311]: compare directory of pictures to screen with loop

2015-07-17 Thread RaiMan
Question #269311 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269311 Status: Open => Answered RaiMan proposed the following answer: Have a look at class Finder in the docs http://sikulix-2014.readthedocs.org/en/latest/finder.html Python has a function os.listdir() to get