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

Natanael Morais posted a new comment:
RaiMan this function worked very well: 
--to create a new Region object:
--Region botao = Region.create(window.setLocation(posicao));"

Thanks a lot, but why this way below is better?
--Region botao = Region.create(window); // duplicate Region object
--botao.setLocation(posicao);

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