Re: [Sikuli-driver] [Question #645666]: drag and drop from mouse current location to center of screen

2017-07-04 Thread arminius
Question #645666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645666 Status: Answered => Solved arminius confirmed that the question is solved: That worked great, thanks. -- You received this question notification because your team Sikuli Drivers is an answer contact fo

Re: [Sikuli-driver] [Question #645666]: drag and drop from mouse current location to center of screen

2017-07-03 Thread Manfred Hampl
Question #645666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645666 Status: Open => Answered Manfred Hampl proposed the following answer: in https://answers.launchpad.net/sikuli/+question/643830 you had ml = Env.getMouseLocation() print ml print ml.getX() print ml.getY(

Re: [Sikuli-driver] [Question #645666]: drag and drop from mouse current location to center of screen

2017-07-02 Thread arminius
Question #645666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645666 arminius gave more information on the question: I need to be able to have it done on the fly though. something like this "hover(Pattern("185693845869.png").targetOffset(29,29)) x1 = ml.getX() y1 = ml.getY() x

Re: [Sikuli-driver] [Question #645666]: drag and drop from mouse current location to center of screen

2017-06-30 Thread masuo
Question #645666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645666 masuo posted a new comment: So it is possible to go from the mouses current location to the center of the screen. -- You received this question notification because your team Sikuli Drivers is an answer con

Re: [Sikuli-driver] [Question #645666]: drag and drop from mouse current location to center of screen

2017-06-30 Thread arminius
Question #645666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645666 Status: Needs information => Open arminius gave more information on the question: yes, I marked them as solved. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #645666]: drag and drop from mouse current location to center of screen

2017-06-29 Thread masuo
Question #645666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645666 Status: Open => Needs information masuo requested more information: There are similar questions that you asked. Are there not solved yet? https://answers.launchpad.net/sikuli/+question/643830 https://ans

[Sikuli-driver] [Question #645666]: drag and drop from mouse current location to center of screen

2017-06-29 Thread arminius
New question #645666 on Sikuli: https://answers.launchpad.net/sikuli/+question/645666 I have code that drags and drops from a location to the center of the screen. "x1 = 300 y1 = 300 x2 = 640 y2 = 512 dragDrop(Location(x1,y1),Location(x2,y2))" is it possible to go from the mouses current location