Re: [Sikuli-driver] [Question #270420]: Feature Request: Per Region Settings.ObserveScanRate

2015-08-15 Thread Steve
Question #270420 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270420 Description changed to: Currently we can set the observer scan rate of all regions using Settings.ObserveScanRate. In my script I have some elements I need to check several times a second and others once

[Sikuli-driver] [Question #270420]: Feature Request: Different Settings.ObserveScanRate per observer

2015-08-15 Thread Steve
New question #270420 on Sikuli: https://answers.launchpad.net/sikuli/+question/270420 Currently we can set the scan rate of all observers using Settings.ObserveScanRate. In my script I have some elements I need to check several times a second and others once every 30 seconds or so in addition

Re: [Sikuli-driver] [Question #270420]: Feature Request: Per Region Settings.ObserveScanRate

2015-08-15 Thread Steve
Question #270420 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270420 Summary changed to: Feature Request: Per Region Settings.ObserveScanRate -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #270420]: Feature Request: Different Settings.ObserveScanRate per Region

2015-08-15 Thread Steve
Question #270420 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270420 Summary changed to: Feature Request: Different Settings.ObserveScanRate per Region -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #269849]: Could sikulix work with jdk 64bit version

2015-08-15 Thread Launchpad Janitor
Question #269849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269849 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 #269834]: import issue

2015-08-15 Thread Launchpad Janitor
Question #269834 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269834 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 #270305]: I can use a batch file to open Sikuli IDE but not run my script

2015-08-15 Thread RaiMan
Question #270305 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270305 Status: Open = Answered RaiMan proposed the following answer: use the latest version of Sikuli: http://sikulix.com -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #270342]: How to stop sikuli instances running in background?

2015-08-15 Thread RaiMan
Question #270342 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270342 Status: Open = Needs information RaiMan requested more information: If I understand right: You are looking for some I am alive information, while a SikuliX workflow just waits for an image to appear,

Re: [Sikuli-driver] [Question #270374]: Questions on functional capabilities of Sikuli

2015-08-15 Thread RaiMan
Question #270374 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270374 Status: Open = Answered RaiMan proposed the following answer: --- As far as I can understand, not only I can manipulate the image recognition code but also I can set the system to use another algorithm,

Re: [Sikuli-driver] [Question #270374]: Questions on functional capabilities of Sikuli

2015-08-15 Thread RaiMan
Question #270374 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270374 RaiMan proposed the following answer: regarding the questions 1 - 5 (based on version 1.1.0+) at1: unicode/utf-8/non-English character support is given by the used scripting environment (Jython, JRuby,

Re: [Sikuli-driver] [Question #270334]: Sikuli doesn't kill the CMD process in Windows after running the script is done

2015-08-15 Thread RaiMan
Question #270334 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270334 Status: Open = Answered RaiMan proposed the following answer: --- Sikuli doesn't kill the CMD process Sikuli has nothing to do with that. This is all Windows batch processing from inside another batch

Re: [Sikuli-driver] [Question #270082]: Calling a data from TXT file

2015-08-15 Thread RaiMan
Question #270082 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270082 Status: Open = Needs information RaiMan requested more information: did you get further? not really sure, what your problem is. Try to tell with your own words, what you want to achieve (use some

Re: [Sikuli-driver] [Question #270350]: Troubles using Region - On Vanish

2015-08-15 Thread RaiMan
Question #270350 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270350 Status: Open = Answered RaiMan proposed the following answer: you should try to solve your problem without using observe: use wait() or exists() instead. If you want to use observe, you should switch

Re: [Sikuli-driver] [Question #270350]: Troubles using Region - On Vanish

2015-08-15 Thread RaiMan
Question #270350 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270350 RaiMan proposed the following answer: instead of onVanish() you could use: while exists(image,0): wait(1) # look again after 1 second # continue after the image is no longer there -- You received this

Re: [Sikuli-driver] [Question #269810]: Sikuli not working on Windows10

2015-08-15 Thread RaiMan
Question #269810 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269810 Status: Open = Answered RaiMan proposed the following answer: @Pramendra I suppose, - you have used the latest 1.1.0 from the nightly build page (2015-07-24) - have some Java 7 or 8 running - purged

Re: [Sikuli-driver] [Question #270350]: Troubles using Region - On Vanish

2015-08-15 Thread Razvan
Question #270350 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270350 Status: Answered = Solved Razvan 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,