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

    Status: Answered => Open

robert gonzales is still having a problem:
deleting the registry key for the sikuli prefs got the r930 ide running again, 
thanks RaiMan. 
i ran a script that should have copied some text from a program, typed 'HA' and 
then pasted the text. 
it works as i expect in the r930 ide but in the beta only the text was copied, 
'HA' was not typed in. i think maybe keyUp() was the issue but i'm not sure. 
here is a snippet of the code:

keyDown(Key.CTRL +'c')
keyUp()
setROI(Region(877,199,1015,289))
click("Edit.png")
wait("AccountNumAc.png", 20)
drag(Pattern("1367427116959.png").targetOffset(-113,-28))
dropAt("AccountNumbe-1.png")
type('HA')
keyDown(Key.CTRL + 'v')
keyUp()

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