Re: [Sikuli-driver] [Question #252512]: How to use regions properly

2014-08-02 Thread Eugene S
Question #252512 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252512 Eugene S posted a new comment: @ RaiMan I completely agree with your comment. I just wanted to show the concept here but clearly, the approach you mentioned should be used for better efficiency. Eugene

Re: [Sikuli-driver] [Question #251795]: Sikuli don't click

2014-08-02 Thread Launchpad Janitor
Question #251795 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251795 Status: Open = Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Sikuli-driver] [Question #252490]: [1.0.1] Sikuli integration Robot framework --- use sikuli-java.jar

2014-08-02 Thread Greg
Question #252490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252490 Status: Answered = Open Greg is still having a problem: I setup again 1.0.1 and got sikuli-java.jar But now when i run testrun.bat I got the folowing message : no main manifest attribute, in

Re: [Sikuli-driver] [Question #252490]: [1.0.1] Sikuli integration Robot framework --- use sikuli-java.jar

2014-08-02 Thread Greg
Question #252490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252490 Greg gave more information on the question: I added 'Main-Class: org.sikuli.script.SikuliX' in 'MANIFEST.MF', and then run 'java -jar sikuli-java.jar -r test.sikuli' from cmd. and I got the following

Re: [Sikuli-driver] [Question #252490]: [1.0.1] Sikuli integration Robot framework --- use sikuli-java.jar

2014-08-02 Thread RaiMan
Question #252490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252490 Status: Open = Answered RaiMan proposed the following answer: sikuli-java.jar is not runnable and cannot run scripts, because it does not contain Jython. But that's the intention ;-) To run your

[Sikuli-driver] [Bug 1350735] Re: [request] want options to redirect Sikuli's log messages to my own logging

2014-08-02 Thread Lev
I see the newly added methods in http://nightly.sikuli.de/docs/index.html I am not sure where to find the nightly download of the corresponding jar though. I can't seem to find anything new in https://launchpad.net/sikuli/+download or other links. By the way, I downloaded sikulix-1.1.0.1.gem

[Sikuli-driver] [Bug 1350735] Re: [request] want options to redirect Sikuli's log messages to my own logging

2014-08-02 Thread RaiMan
start here: http://sikulix.com button nightly builds there you find everything. the current gem: https://rubygems.org/gems/sikulix -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1350735 Title:

[Sikuli-driver] [Bug 1350735] Re: [request] want options to redirect Sikuli's log messages to my own logging

2014-08-02 Thread Lev
OK. I did not realize the beta release was the one being updated nightly. I tried it with the updated jar. It could not get it to work. Below is the code I added (I also tried strings 'info' instead of symbols :info): $log.info $log.methods.include?(:info) Debug.setLoggerNoPrefix($log)

Re: [Sikuli-driver] [Question #252512]: How to use regions properly

2014-08-02 Thread Smizzy
Question #252512 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252512 Smizzy posted a new comment: For those, say i have 4 sets of images and I search for the first image in each set within a region, is there a way to tell which set the image came from when it is found? --

[Sikuli-driver] [Question #252546]: Script Stopping

2014-08-02 Thread Smizzy
New question #252546 on Sikuli: https://answers.launchpad.net/sikuli/+question/252546 I have a script similar to this if exists(image.png) click(image.png) The issue is that the image im searching for sometimes disappears inbetween those two lines of code. The script cannot click on it

Re: [Sikuli-driver] [Question #252546]: Script Stopping

2014-08-02 Thread Mark Weisler
Question #252546 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252546 Status: Open = Answered Mark Weisler proposed the following answer: On Aug 2, 2014, at 5:32 PM, Smizzy wrote: New question #252546 on Sikuli: https://answers.launchpad.net/sikuli/+question/252546

Re: [Sikuli-driver] [Question #252546]: Script Stopping

2014-08-02 Thread Smizzy
Question #252546 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252546 Status: Answered = Open Smizzy is still having a problem: Thanks for the fast reply! How would i incorporate the click(image.png) into that structure? And would this replace the exists(image.png) ? --