Re: [Sikuli-driver] [Question #269003]: Is there any way to prompt user with a pop-up saying Please do not click on screen and run sikuli script in background.

2015-07-08 Thread rob barlow
Question #269003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269003 rob barlow posted a new comment: I use this in my script dont know if it will help you... If the mouse s moved it kinda pause the script for me. while True: StartPosition = Env.getMouseLocation()

Re: [Sikuli-driver] [Question #269003]: Is there any way to prompt user with a pop-up saying Please do not click on screen and run sikuli script in background.

2015-07-08 Thread Eugene S
Question #269003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269003 Status: Open = Answered Eugene S proposed the following answer: Sikuli sees the screen as it is so if you have a dialog that is blocking any of the user actions, it will block Sikuli actions as well. It

[Sikuli-driver] [Question #269003]: Is there any way to prompt user with a pop-up saying Please do not click on screen and run sikuli script in background.

2015-07-08 Thread RR
New question #269003 on Sikuli: https://answers.launchpad.net/sikuli/+question/269003 Is there any way to prompt user with a pop-up saying Please do not click on screen and run sikuli script in background. So that user will not click anywhere on screen which causes sikuli script to fail. --

Re: [Sikuli-driver] [Question #269003]: Is there any way to prompt user with a pop-up saying Please do not click on screen and run sikuli script in background.

2015-07-08 Thread RR
Question #269003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269003 Status: Answered = Open RR is still having a problem: Its not necessary to use pop up, I just want to inform user not to click anywhere on screen. -- You received this question notification because

Re: [Sikuli-driver] [Question #268851]: Can sikuli work with only jar path /org/sikuli/sciprt?

2015-07-08 Thread Audus
Question #268851 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268851 Audus posted a new comment: well the difference between the two is that theres alot of new features in 1.1.0 like ruby and some functrions in the left corner(i havnt really used them all) and a generalyl

Re: [Sikuli-driver] [Question #268929]: Openn Login and check if image exists in Desktop application

2015-07-08 Thread Audus
Question #268929 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268929 carl ridderstolpe posted a new comment: if type dont work its often that you dont have focus in the box youre going to type it in and your typing in thin air. i cant solve the class error but my comment

Re: [Sikuli-driver] [Question #269003]: Is there any way to prompt user with a pop-up saying Please do not click on screen and run sikuli script in background.

2015-07-08 Thread Audus
Question #269003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269003 Audus posted a new comment: You could also create a virtual machine to run the script if you feel that you need to use your computer while its running or if you run alot of scripts. i recommend jenkins with

Re: [Sikuli-driver] [Question #268534]: How to make a video recording of my scripts

2015-07-08 Thread carl ridderstolpe
Question #268534 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268534 carl ridderstolpe posted a new comment: @Chp this might not be related to any sikuli stuff but this might help. If you wanna rekord theres alot of recording programs but i highly recomend shadowplay(if you

Re: [Sikuli-driver] [Question #170561]: How to connect to databases

2015-07-08 Thread guto
Question #170561 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170561 guto posted a new comment: So, I'm trying to connect to my very very simply SQLite database (already made in PHP) with only 2 columns. I don't understand the examples in the links, since I don't know Java

Re: [Sikuli-driver] [Question #268803]: Issue While running the code of Sikuli

2015-07-08 Thread Audus
Question #268803 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268803 Audus posted a new comment: that the output is null means it dont say anything since null=mute. Plus are you really sure about doubleslash? plus if your friend use the same code you might not have it on the

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

2015-07-08 Thread Elaine F
Wanted to circle back on this - can you reproduce this issue? -- 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 sent to Sikuli, not to app

[Sikuli-driver] [Question #269004]: isinstance(Region) vs. isinstance(Region.nearby) not giving the same result

2015-07-08 Thread Romuald C.
New question #269004 on Sikuli: https://answers.launchpad.net/sikuli/+question/269004 Hello, Tried to search for an answer but did not find anything satisfactory but I'm kinda bad at Internet search (so sorry if an answer already exists) Here is my problem: I'm trying to write some function

[Sikuli-driver] [Question #269022]: script created with a version fails with another version

2015-07-08 Thread ducapat
New question #269022 on Sikuli: https://answers.launchpad.net/sikuli/+question/269022 Hello, I created scripts with version 1.1.0 build 2015-06-27 and tried to run them again with one of the latest versions 1.1.0 build 2015-06-27 but it either fails in recognition of a pattern or choose the

Re: [Sikuli-driver] [Question #268981]: [1.1.0] Mouse interrupt action after mouse was moved externally by user or other process

2015-07-08 Thread Leif
Question #268981 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268981 Leif posted a new comment: Once again thanks! Works exactly as intended. I feel horrible to nag you with all these follow-up questions; hope you dont mind! My secondary software is, like sikuli, a program

Re: [Sikuli-driver] [Question #269004]: isinstance(Region) vs. isinstance(Region.nearby) not giving the same result

2015-07-08 Thread RaiMan
Question #269004 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269004 Status: Open = Answered RaiMan proposed the following answer: this is a historical oddity, that we have to live with, because I have to stay with this to be backwards compatible. On the Python API

[Sikuli-driver] [Question #269031]: Cant find Settings class

2015-07-08 Thread Dan
New question #269031 on Sikuli: https://answers.launchpad.net/sikuli/+question/269031 I am trying to turn on the OCR functionality in Sikuli with: Settings.OcrTextRead = true; Settings.OcrTextSearch = true; But when I try to add the Settings class: import org.sikuli.script.Settings; It can't

Re: [Sikuli-driver] [Question #269022]: script created with a version fails with another version

2015-07-08 Thread RaiMan
Question #269022 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269022 Status: Open = Needs information RaiMan requested more information: could you run with latest 1.1.0 (2015-07-08) and then send me one of the scripts zipped, that do not work to rmhdeve...@me.com ? --

Re: [Sikuli-driver] [Question #268981]: [1.1.0] Mouse interrupt action after mouse was moved externally by user or other process

2015-07-08 Thread RaiMan
Question #268981 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268981 Status: Open = Answered RaiMan proposed the following answer: def handler(e): loc = Mouse.at() # store current location wait(3) for i in range(5): if loc.equals(Mouse.at()): # if current

Re: [Sikuli-driver] [Question #268803]: Issue While running the code of Sikuli

2015-07-08 Thread Jayshree
Question #268803 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268803 Status: Needs information = Open Jayshree gave more information on the question: Hi, Thanks for the information, but still I am having issue. Thanks On Wed, Jul 8, 2015 at 7:47 PM, Audus