Question #172804 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/172804

Željko Filipin posted a new comment:
I am having trouble using drag and drop with Sikuli. I would like to
drag something in any other direction (up, down, left, right) for a
fixed number of pixels.

This looks like it should work:

t = find("1325249963143.png")
dragDrop(t, [t.x + 100, t.y + 100])

Sikuli IDE log says

[log] DRAG (741,525) to null

but the element is not dragged.

This works just fine:

dragDrop("1325249963143.png", "1325251471990.png")

The log says

[log] DRAG (741,525) to (507,490)

What am I doing wrong? Is this fixed in Sikuli X-1.0rc3 (r905)?

Environment: Mac OS X 10.7.2, Sikuli X-1.0rc3 (r905)

-- 
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     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to