Re: [Sikuli-driver] [Question #189054]: how to generate sequential numbers as my script saves screen grabs

2012-03-01 Thread RaiMan
Question #189054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189054 RaiMan posted a new comment: look faq 1858 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #189054]: how to generate sequential numbers as my script saves screen grabs

2012-03-01 Thread grey grey
Question #189054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189054 grey grey posted a new comment: Thanks for all your help. GG -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #189054]: how to generate sequential numbers as my script saves screen grabs

2012-02-29 Thread RaiMan
Question #189054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189054 Status: Open = Answered RaiMan proposed the following answer: But I am sure, you will get at least a scripter, if you stay tuned with Sikuli and such kind of non trivial problems ;-) --1. we reset the

Re: [Sikuli-driver] [Question #189054]: how to generate sequential numbers as my script saves screen grabs

2012-02-29 Thread grey grey
Question #189054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189054 Status: Answered = Solved grey grey confirmed that the question is solved: Yes, Thank you very much. can you point me toward a tutorial or something that will educate me so I can understand how to code

Re: [Sikuli-driver] [Question #189054]: how to generate sequential numbers as my script saves screen grabs

2012-02-28 Thread RaiMan
Question #189054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189054 Status: Open = Answered RaiMan proposed the following answer: trying hard ;-) to identify the code block, that should be repeated, I suggest the following: click(READING-5.png) for pnum in

Re: [Sikuli-driver] [Question #189054]: how to generate sequential numbers as my script saves screen grabs

2012-02-28 Thread RaiMan
Question #189054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189054 RaiMan proposed the following answer: Forgot to mention: The above loop starts with 1 and counts to the given second value -1 (in this case 399) -- You received this question notification because you are

Re: [Sikuli-driver] [Question #189054]: how to generate sequential numbers as my script saves screen grabs

2012-02-28 Thread grey grey
Question #189054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189054 Status: Answered = Open grey grey is still having a problem: hi, thanks ...I seem to not quite get your help... the whole 23 lines I sent you is supposed to run and then all 23 repeat. What I have the

Re: [Sikuli-driver] [Question #189054]: how to generate sequential numbers as my script saves screen grabs

2012-02-28 Thread RaiMan
Question #189054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189054 Status: Open = Answered RaiMan proposed the following answer: ok, thanks for the info. Then put the following line in the first line of your script (this counts from 1 and steps by 2): for pnum in

Re: [Sikuli-driver] [Question #189054]: how to generate sequential numbers as my script saves screen grabs

2012-02-28 Thread grey grey
Question #189054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189054 Status: Answered = Open grey grey is still having a problem: Once again, many thanks!, I have done as you described and it now works perfectly. here is a slightly different question. Since I am, as I

[Sikuli-driver] [Question #189054]: how to generate sequential numbers as my script saves screen grabs

2012-02-27 Thread grey grey
New question #189054 on Sikuli: https://answers.launchpad.net/sikuli/+question/189054 Thanks to all you genius developers! is there a tutorial or some instructions demonstrating how to get sikuli to generate sequential page numbers as is captures screen grabs of a multi page doc.? I am sure

Re: [Sikuli-driver] [Question #189054]: how to generate sequential numbers as my script saves screen grabs

2012-02-27 Thread grey grey
Question #189054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189054 Description changed to: Thanks to all you genius developers! is there a tutorial or some instructions demonstrating how to get sikuli to generate sequential page numbers as it captures screen grabs of a

Re: [Sikuli-driver] [Question #189054]: how to generate sequential numbers as my script saves screen grabs

2012-02-27 Thread RaiMan
Question #189054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189054 Status: Open = Answered RaiMan proposed the following answer: Since I do not know, where you want to put your page number, this is a skeleton current = 10 # last used page number max = 15 while

Re: [Sikuli-driver] [Question #189054]: how to generate sequential numbers as my script saves screen grabs

2012-02-27 Thread grey grey
Question #189054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189054 Status: Answered = Open grey grey is still having a problem: Hi, thanks for your answer, but I have no idea what you are explaining. I am not a programmer, think of me as a 6 year old. below is a 23