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

Peter Kim posted a new comment:
I did something like this and it worked:

                        for template in range(MMSinitialize.template_count):
                                if template == 0:
                                        f=r.find(MMSinitialize.first_template)
                                        r.click(f)
                                else:
                                        
m=capture(f.getX()+MMSinitialize.offset, f.getY(), f.getW(), f.getH())
                                        r.click(m)

Thanks.

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