Re: [Sikuli-driver] [Question #643830]: Print the current mouse cursors location

2017-06-21 Thread arminius
Question #643830 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643830 Status: Answered => Solved arminius confirmed that the question is solved: that solved my problem -- You received this question notification because your team Sikuli Drivers is an answer contact for Si

Re: [Sikuli-driver] [Question #643830]: Print the current mouse cursors location

2017-06-15 Thread masuo
Question #643830 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643830 Status: Open => Answered masuo proposed the following answer: I can print mouse location. mouseMove("1497575948392.png") ml = Env.getMouseLocation() print ml print ml.getX() print ml.getY() -- You rec

Re: [Sikuli-driver] [Question #643830]: Print the current mouse cursors location

2017-06-15 Thread arminius
Question #643830 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643830 arminius gave more information on the question: ok, I see I was leaving the Env off in "Env.getMouseLocation()" Doesn't seem to be displaying any useful information as to the mouse's location though. -- Yo

Re: [Sikuli-driver] [Question #643830]: Print the current mouse cursors location

2017-06-15 Thread arminius
Question #643830 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643830 arminius gave more information on the question: "they have almost no examples of the code as it should be run." Not sure how to edit posts for bad spelling. -- You received this question notification becaus

Re: [Sikuli-driver] [Question #643830]: Print the current mouse cursors location

2017-06-15 Thread arminius
Question #643830 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643830 Status: Answered => Open arminius is still having a problem: I look through those documents, they have almost know examples of the code as it should be run. I don't run right to the forums, I do give it

Re: [Sikuli-driver] [Question #643830]: Print the current mouse cursors location

2017-06-14 Thread masuo
Question #643830 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643830 Status: Open => Answered masuo proposed the following answer: see this document. http://sikulix-2014.readthedocs.io/en/latest/globals.html?highlight=getMouseLocation To realize what you want to do is no

[Sikuli-driver] [Question #643830]: Print the current mouse cursors location

2017-06-14 Thread arminius
New question #643830 on Sikuli: https://answers.launchpad.net/sikuli/+question/643830 I have designed my program to deliver my mouse cursor to a spectic point in a screen shot, but I need to drag and drop between that position and the center of the screen. I can't do that without knowing where t