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-24 Thread Launchpad Janitor
Question #269003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269003 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 #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 #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