Re: [Sikuli-driver] [Question #646890]: averaging numbers

2017-07-07 Thread arminius
Question #646890 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/646890 Status: Answered => Solved arminius confirmed that the question is solved: thanks that worked great. yes that is what I'm trying t do. -- You received this question notification because your team

Re: [Sikuli-driver] [Question #646890]: averaging numbers

2017-07-07 Thread Manfred Hampl
Question #646890 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/646890 Status: Open => Answered Manfred Hampl proposed the following answer: Is it a forward slash / or a backslash \ ? What exactly do you want to do? Drag an image from the mouse location half the ways to

[Sikuli-driver] [Question #646890]: averaging numbers

2017-07-07 Thread arminius
New question #646890 on Sikuli: https://answers.launchpad.net/sikuli/+question/646890 this is the code I'm working with. "ml = Env.getMouseLocation() dragDrop(Env.getMouseLocation(),Location(ml.getX()+centerX\2,ml.getY()+centerY/2)) #Center is X607 Y548" centerX = 607 so it should be whatever