[Sikuli-driver] [Question #211347]: How to increment values in array

2012-10-16 Thread Milind Warade
New question #211347 on Sikuli: https://answers.launchpad.net/sikuli/+question/211347 Hi, I am writing code, in which text file is used as : (11,50,12) (11,52,21) (12,15,20) (12,30,45) Check the script: def myHandler(event): wait(2) click(1349867277615-1.png) type('v',

Re: [Sikuli-driver] [Question #211347]: How to increment values in array

2012-10-16 Thread RaiMan
Question #211347 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/211347 Status: Open = Answered RaiMan proposed the following answer: Principally there is a trick to transfer parameters to the handler (there is a QA around here). But in these cases I use the region to

Re: [Sikuli-driver] [Question #211347]: How to increment values in array

2012-10-16 Thread Milind Warade
Question #211347 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/211347 Milind Warade posted a new comment: Thanks Raiman. Problem is solved. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.