Re: [Sikuli-driver] [Question #265768]: How can I move mouse to X, Y values in screen, and also to X, Y values relative to the current mouse position?

2015-04-24 Thread eduardobedoya
Question #265768 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265768

Status: Answered = Open

eduardobedoya is still having a problem:
I tried this...
hover(1000, 1000)
but I got the error...
[error] TypeError ( hover(): expected 0-1 args; got 2 )

-- 
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 #265768]: How can I move mouse to X, Y values in screen, and also to X, Y values relative to the current mouse position?

2015-04-24 Thread eduardobedoya
Question #265768 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265768

Status: Open = Solved

eduardobedoya confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
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 #265768]: How can I move mouse to X, Y values in screen, and also to X, Y values relative to the current mouse position?

2015-04-24 Thread eduardobedoya
Question #265768 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265768

eduardobedoya gave more information on the question:
Sorry already solved
is mouseMove(x, y)
I was trying hover (x, y)

-- 
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 #265768]: How can I move mouse to X, Y values in screen, and also to X, Y values relative to the current mouse position?

2015-04-24 Thread RaiMan
Question #265768 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265768

RaiMan posted a new comment:
You should go back to the docs and read again thoroughly.

It is vital for all these functions to understand, what can be given as
parameter (docs say PSMRL which is told in detail for the Region class).

-- 
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 #265768]: How can I move mouse to X, Y values in screen, and also to X, Y values relative to the current mouse position?

2015-04-24 Thread eduardobedoya
Question #265768 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265768

eduardobedoya posted a new comment:
Yes, thanks Raiman
The Region Part of the docs
Pattern
String
Match
Region
Location
Thanks Again

-- 
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 #265768]: How can I move mouse to X, Y values in screen, and also to X, Y values relative to the current mouse position?

2015-04-23 Thread eduardobedoya
Question #265768 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265768

Description changed to:
How can I move mouse to X, Y values in screen, and also to X,Y values relative 
to the current mouse position?
I really would like to avoid using images, cuz in this case images change all 
time, but the size of the box is always the same.
I have tried...
Env.getMouseLocation(838,670)
and
hover(838,670)
with no result.

Thanks Advanced.

-- 
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 #265768]: How can I move mouse to X, Y values in screen, and also to X, Y values relative to the current mouse position?

2015-04-23 Thread RaiMan
Question #265768 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265768

Status: Open = Answered

RaiMan proposed the following answer:
what about looking at the docs?
Region methods.

Env.getMouseLocation()

Env.getMouseLocation(838,670) does not make any sense ;-)

-- 
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 #265768]: How can I move mouse to X, Y values in screen, and also to X, Y values relative to the current mouse position?

2015-04-23 Thread RaiMan
Question #265768 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265768

RaiMan proposed the following answer:
hover(x, y) should work

-- 
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 #265768]: How can I move mouse to X, Y values in screen, and also to X, Y values relative to the current mouse position?

2015-04-23 Thread eduardobedoya
Question #265768 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265768

Summary changed to:
How can I move mouse to X, Y values in screen, and also to X,Y values relative 
to the current mouse position?

-- 
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 #265768]: How can I move mouse to X, Y values in screen, and also to X, Y values relative to the current mouse position?

2015-04-23 Thread eduardobedoya
Question #265768 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265768

eduardobedoya gave more information on the question:
Yes, I read before
I tried this...
hover(1000, 1000)
but I got the error...
[error] TypeError ( hover(): expected 0-1 args; got 2 )
x,y coordinates are inside screen resolution
What Im doing wrong?
What about move mouse relative to curren(initial) mouse position

Thanks Advanced.

-- 
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 #265768]: How can I move mouse to X, Y values in screen, and also to X, Y values relative to the current mouse position?

2015-04-23 Thread eduardobedoya
Question #265768 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265768

Status: Answered = Open

eduardobedoya is still having a problem:
Yes, I read before
I tried this...
hover(1040,1800)
but I got the error...
[error] TypeError ( hover(): expected 0-1 args; got 2 )
x,y coordinates are inside screen resolution
What Im doing wrong?
What about move mouse relative to curren(initial) mouse position

Thanks Advanced.

-- 
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 #265768]: How can I move mouse to X, Y values in screen, and also to X, Y values relative to the current mouse position?

2015-04-23 Thread RaiMan
Question #265768 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265768

Status: Open = Answered

RaiMan proposed the following answer:
looking into the docs really helps

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