Re: [Sikuli-driver] [Question #685479]: [HowTo] Use Region to speed up execution

2019-11-07 Thread David Borghi
Question #685479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685479 Status: Answered => Open David Borghi is still having a problem: Thank you for your suggestion, although, I don't know If I understood the workflow or If I failed to implement it, considering I did

Re: [Sikuli-driver] [Question #685479]: [HowTo] Use Region to speed up execution

2019-11-06 Thread David Borghi
Question #685479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685479 Status: Needs information => Open David Borghi gave more information on the question: Thank you for your help (and willingness to help!) and your attention! No need to worry about that, the scr

Re: [Sikuli-driver] [Question #685479]: [HowTo] Use Region to speed up execution

2019-11-04 Thread David Borghi
Question #685479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685479 Status: Answered => Open David Borghi is still having a problem: Thank you RaiMan. I'm sorry for the confusion. Turns out that I was just forgetting to remove one of the arguments from the funct

Re: [Sikuli-driver] [Question #685479]: [HowTo] Use Region to speed up execution

2019-11-03 Thread David Borghi
Question #685479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685479 David Borghi posted a new comment: how I should apply* as was with* -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #685479]: [HowTo] Use Region to speed up execution

2019-11-03 Thread David Borghi
Question #685479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685479 Status: Answered => Open David Borghi is still having a problem: RaiMan, I'm sorry that I just added a new comment when I should have chosen the other button. The script does exactly what you descri

Re: [Sikuli-driver] [Question #685479]: [HowTo] Use Region to speed up execution

2019-10-29 Thread David Borghi
Question #685479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685479 David Borghi posted a new comment: Thank you RaiMan. I decided to simplify the script as I wasn't using the most "complex" part of it. Just to be clear, whenever a click is executed, img1 &

[Sikuli-driver] [Question #685479]: I don't know to how to implement the Region class in my function. I already read the documentation.

2019-10-28 Thread David Borghi
New question #685479 on Sikuli: https://answers.launchpad.net/sikuli/+question/685479 I'd like to try to implement the Region class to make the script run faster, the script is clicking after ~550msec after the images appear on the screen, I don't know If It would be possible to make it run

Re: [Sikuli-driver] [Question #678458]: I can't implement the rest of the function.

2019-02-15 Thread David Borghi
Question #678458 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678458 Status: Answered => Solved David Borghi confirmed that the question is solved: @RaiMan. Thank you, this totally makes sense and I'm ashamed I couldn't figure out by myself, anyway, have in mind

Re: [Sikuli-driver] [Question #678458]: I can't implement the rest of the function.

2019-02-12 Thread David Borghi
Question #678458 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678458 Status: Answered => Open David Borghi is still having a problem: @RaiMan Thank you for your contribution. I might not have been clear, I'm sorry about that. The two lines I'm trying to implem

Re: [Sikuli-driver] [Question #678458]: I can't implement the rest of the function.

2019-02-11 Thread David Borghi
Question #678458 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678458 Description changed to: Hello. I'm trying to add two new lines but they are not being recognized. The function: def do(a, b, ab, abc, ef, efg): if not (exists(a, 0) and exists(ab, 0)): return

[Sikuli-driver] [Question #678458]: I can't implement the rest of the function.

2019-02-09 Thread David Borghi
New question #678458 on Sikuli: https://answers.launchpad.net/sikuli/+question/678458 Hello. I'm trying to add two new lines but they are not being recognized. The function: def do(a, b, ab, abc, ef, efg): if not (exists(a, 0) and exists(ab, 0)): return doubleClick(abc)

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-11-14 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 Status: Expired => Open David Borghi is still having a problem: Janitor, I didn't add anything here as RaiMan told me he would not be able to answer until Nov 19. If possible, please, leave it o

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-29 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 David Borghi gave more information on the question: Hello, RaiMan! Just letting you know that It's perfectly working (thank you!) except the last part: if exists("img3", 0) and exists(

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-29 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 Status: Answered => Solved David Borghi confirmed that the question is solved: No worries about missing the comment. I'm trying to learn, I'm sorry that I'm not growing as fast as you expec

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-29 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 Status: Solved => Open David Borghi is still having a problem: Q: everything from beginning or what? A: I'm sorry I didn't answer this question. The line 17 was just what you suggested me bef

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-29 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 David Borghi gave more information on the question: Hello, RaiMan. I'm sorry for the inconvenience, I'm not pressuring you, I understand that you'll answer as soon as you can (and just If you can), I'm just

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-24 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 Status: Needs information => Open David Borghi gave more information on the question: That's fine, I'm sorry for all the needless information. Q: directly after the doubleclick or after img111

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-24 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 Status: Answered => Open David Borghi is still having a problem: Hello, RaiMan. Thank you so much for your effort, patience, and your kindness. So far, I think It's perfectly working. I kno

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-23 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 Status: Answered => Open David Borghi is still having a problem: Hello, RaiMan. I'm sorry for bothering you too much with my problems. I don't know If I already expressed my gratitude enough for y

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-22 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 Status: Answered => Open David Borghi is still having a problem: Hello, RaiMan. Thank you again for your fast response. What I was expecting: when I see image 1 then I wait for image 1.1 or 1.2 I

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-21 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 David Borghi posted a new comment: are the images* -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-21 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 Status: Solved => Open David Borghi is still having a problem: Hello, RaiMan. I'm sorry for all the inconvenience. I've managed (I don't know) to keep it in looping just using while function: wh

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-21 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 Status: Answered => Solved David Borghi confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-19 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 David Borghi posted a new comment: Hello, RaiMan. :) Thank you so much for your attention and for being so fast on the response! I already tried both tutorials but still couldn't figure out. I mean, I've

[Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"?

2018-10-19 Thread David Borghi
New question #675373 on Sikuli: https://answers.launchpad.net/sikuli/+question/675373 Hello! I don't know how to make a simple loop that lasts forever. The script to be looped is this one: exists("1539962756733.png") click("1539962769464.png") I just want it to loop if the conditions exist.

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-19 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 Summary changed to: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli) Description changed to: Hello! I don't know how to make a simple loop that lasts forever. The script to be