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 notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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()  #This variable is set to detect 
if you are actively moving the mouse.
wait(1)
EndPosition = Env.getMouseLocation()
#
while StartPosition != EndPosition: # if mouse is moved  wait
StartPosition = Env.getMouseLocation()
wait(3)
EndPosition = Env.getMouseLocation()
# you could put in a popup to warn user...
popup( Please Don't Use This Computer / Mouse)
# end of loop 
   mouseMove(to somewhere on screen i want)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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 isn't possible to run the script in the background.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[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.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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 you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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 a hg repository since its what i
use and it works fine unless you try to do 2 pulls simultaneously.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp