[Sikuli-driver] [Bug 1657355] [NEW] [1.1.1] Jython: special situations - need to be documented or fixed if possible

2017-01-17 Thread RaiMan
Public bug reported: ** import of java stuff I'm trying to use JNA (https://github.com/java-native-access/jna) so I can look through the window titles and find the one and then bring it to the front. load('jna-4.3.0.jar') load('jna-platform-4.3.0.jar') from

[Sikuli-driver] [Question #441818]: Status of bug #1657355 changed to 'In Progress' in Sikuli

2017-01-17 Thread RaiMan
Bug #1657355 status changed in Sikuli: New => In Progress https://bugs.launchpad.net/sikuli/+bug/1657355 "[1.1.1] Jython: special situations - need to be documented or fixed if possible" This bug is linked to #441818. Using 3rd party java libraries

Re: [Sikuli-driver] [Question #441818]: Using 3rd party java libraries

2017-01-17 Thread RaiMan
Question #441818 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/441818 Linked to bug: #1657355 https://bugs.launchpad.net/bugs/1657355 "[1.1.1] Jython: special situations - need to be documented or fixed if possible" -- You received this question notification

Re: [Sikuli-driver] [Question #441818]: Using 3rd party java libraries

2017-01-17 Thread RaiMan
Question #441818 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/441818 RaiMan posted a new comment: interesting. thanks. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #441818]: Using 3rd party java libraries

2017-01-17 Thread Brian Cerny
Question #441818 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/441818 Status: Open => Solved Brian Cerny confirmed that the question is solved: OK, it seems something is slightly different between the Jython REPL and the Jython PhytonInterpreter class which is used

Re: [Sikuli-driver] [Question #442325]: Red Hat 7.3

2017-01-17 Thread RaiMan
Question #442325 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/442325 Status: Open => Answered RaiMan proposed the following answer: use 1.1.1 and look here: http://sikulix.com and here http://www.sikulix.com/specials/files/tag-linux.html -- You received this question

Re: [Sikuli-driver] [Question #441818]: Using 3rd party java libraries

2017-01-17 Thread RaiMan
Question #441818 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/441818 Status: Open => Needs information RaiMan requested more information: ok, I will check on Windows. ... but have you tried this already in the IDE? import sys

Re: [Sikuli-driver] [Question #434360]: Find match exit from pool of images using one if condition

2017-01-17 Thread Roman Podolyan
Question #434360 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/434360 Roman Podolyan posted a new comment: > The image what i'm trying to search is mutually exclusive, only one can occur > at time. > If-else-if condition helps in breaking mostly in first event. Aha. Well,

Re: [Sikuli-driver] [Question #441818]: Using 3rd party java libraries

2017-01-17 Thread Brian Cerny
Question #441818 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/441818 Brian Cerny gave more information on the question: Increased the log level of Sikulix to 3 and saw this in the log: [debug] JythonScriptRunner: runPython: running script from IDE:

Re: [Sikuli-driver] [Question #441818]: Using 3rd party java libraries

2017-01-17 Thread Brian Cerny
Question #441818 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/441818 Status: Answered => Open Brian Cerny is still having a problem: Thanks for the reply. After restarting my dev machine and running the command prompt as an administrator, I was able to get it working

Re: [Sikuli-driver] [Question #441903]: Does onAppear() has a minimun default time?

2017-01-17 Thread CCIOLA
Question #441903 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/441903 Status: Answered => Solved CCIOLA confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

[Sikuli-driver] [Question #442325]: Red Hat 7.3

2017-01-17 Thread Armel
New question #442325 on Sikuli: https://answers.launchpad.net/sikuli/+question/442325 Hy, I've need to install Sikulix 1.1.0 on Red Hat 7.3 !!! But I'm not an expert on Linux... And I've a very big problem : fatal error 110 loading libVisionProxy.so. Error : libopencv_core.so.2.4

Re: [Sikuli-driver] [Question #434360]: Find match exit from pool of images using one if condition

2017-01-17 Thread Sankar
Question #434360 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/434360 Status: Answered => Solved Sankar confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #434360]: Find match exit from pool of images using one if condition

2017-01-17 Thread Sankar
Question #434360 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/434360 Sankar posted a new comment: Hi Roman Podolyan, Thanks for your suggestion on point-2. I'll implement it. -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #434360]: Find match exit from pool of images using one if condition

2017-01-17 Thread Sankar
Question #434360 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/434360 Sankar posted a new comment: Hi Roman Podolyan, The image what i'm trying to search is mutually exclusive, only one can occur at time. If-else-if condition helps in breaking mostly in first event. If I

Re: [Sikuli-driver] [Question #237544]: Maven -Sikuli Dependency Problem

2017-01-17 Thread Anil Kumar Reddy
Question #237544 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237544 Anil Kumar Reddy requested more information: Created a question in Stack Over flow. Please have a look on it. http://stackoverflow.com/questions/41697889/sikuli-error-no-valid-libs- path-available-until-now

Re: [Sikuli-driver] [Question #441903]: Does onAppear() has a minimun default time?

2017-01-17 Thread RaiMan
Question #441903 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/441903 Status: Open => Answered RaiMan proposed the following answer: this is correct: onAppear(myImage.png, myFunction) ONLY the name of the function!!! (see docs) in your case the function is run at the

[Sikuli-driver] [Question #441903]: Does onAppear() has a minimun default time?

2017-01-17 Thread CCIOLA
New question #441903 on Sikuli: https://answers.launchpad.net/sikuli/+question/441903 I'm trying to write an instruction to wait for an image appear on the screen, but sometimes my aplication takes too long to show the image, sometimes shows it on a shor period of time. I'm using

Re: [Sikuli-driver] [Question #424989]: Sikuli works getting slow

2017-01-17 Thread Launchpad Janitor
Question #424989 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/424989 Status: Needs information => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. --

Re: [Sikuli-driver] [Question #441818]: Using 3rd party java libraries

2017-01-17 Thread RaiMan
Question #441818 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/441818 Status: Open => Answered RaiMan proposed the following answer: the spec com.sun.jna.platform.win32 is not correct, it is com.sun.jna.win32 tested with Jython 2.7 on commandline: being in the folder

Re: [Sikuli-driver] [Question #434360]: Find match exit from pool of images using one if condition

2017-01-17 Thread Roman Podolyan
Question #434360 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/434360 Roman Podolyan posted a new comment: Reference links. Python: https://www.tutorialspoint.com/python/python_dictionary.htm https://docs.python.org/2/tutorial/datastructures.html Java:

Re: [Sikuli-driver] [Question #434360]: Find match exit from pool of images using one if condition

2017-01-17 Thread Roman Podolyan
Question #434360 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/434360 Status: Open => Answered Roman Podolyan proposed the following answer: 1) I use Python dictionary datatype for that. SikuliX supports dictionaries, including dictionaries for images Demo code (tested).

Re: [Sikuli-driver] [Question #429683]: runsikulix under distant Mac

2017-01-17 Thread Roman Podolyan
Question #429683 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/429683 Roman Podolyan posted a new comment: I use Screen Sharing to run Sikuli scripts on remote Mac ( http://www.davidtheexpert.com/post.php?id=5 -- an article about screen sharing). Other VNC solutions also may