New question #263845 on Sikuli:
https://answers.launchpad.net/sikuli/+question/263845

dragDrop(img1, img2) works perfectly fine using IDE however, the same call from 
a jython script does not work,
for example:

from org.sikuli.script import *

S = Screen()
S.dragDrop('1.png', '2.png')

This code does not work, it only find the first image, hover on top of it, then 
move to the next image and hover on top of it.
The actual dragging never happens, I tried all tricks, from changing delays in 
Settings to playing with wait to breaking the drag into a series of mouse 
operations, never works. I ran out of options, I saw a similar question in the 
forums, but my problems though look the same still I am referring to a jython 
script not IDE, not Java

any hints are appreciated
M.


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