Re: [Sikuli-driver] [Question #253239]: How do you make observe run forever?

2014-08-18 Thread Sean
Question #253239 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253239 Description changed to: I have tried both observe(FOREVER, True) and observe(True) and they only work if the image is already on screen. It works fine if I use a length of time like observe(20, True) -- You

Re: [Sikuli-driver] [Question #253239]: How do you make observe run forever?

2014-08-18 Thread Sean
Question #253239 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253239 Summary changed to: How do you make observe run forever? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #252629]: for loop/if elif statement not working correctly

2014-08-18 Thread Glenna
Question #252629 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252629 Status: Answered => Solved Glenna confirmed that the question is solved: Hi Jonas, Thank you very much! I'll do some experiment with it. -- You received this question notification because you are a me

Re: [Sikuli-driver] [Question #251545]: Match for same pattern in same region passes then fails

2014-08-18 Thread Jeff Cavill
Question #251545 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251545 Status: Answered => Solved Jeff Cavill confirmed that the question is solved: The problem only occurs with a COMBINATION of 1) creating the Pattern image from scratch rather than by using Sikuli to cap

Re: [Sikuli-driver] [Question #252546]: Script Stopping

2014-08-18 Thread Jonas Maurer
Question #252546 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252546 Jonas Maurer proposed the following answer: use match = exists(image.png) if match: click(match) this code will search for the image, and if found, click on it's location immediately without searching t

[Sikuli-driver] [Question #253261]: command line

2014-08-18 Thread adrien
New question #253261 on Sikuli: https://answers.launchpad.net/sikuli/+question/253261 Hello, After i read many tutorials i arrive to launch ide sikuli with my serveur.skl but i want to run automaticaly all in one commande for i don't have to do CTRL+R for launch the script I work with Windows 7

Re: [Sikuli-driver] [Question #252629]: for loop/if elif statement not working correctly

2014-08-18 Thread Jonas Maurer
Question #252629 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252629 Jonas Maurer posted a new comment: I had to reformat the identations due to a display glitch: for idx in range(5,106): m = exists("caption.png"): if m : click(m) type(Key.F2)

Re: [Sikuli-driver] [Question #252629]: for loop/if elif statement not working correctly

2014-08-18 Thread Jonas Maurer
Question #252629 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252629 Jonas Maurer posted a new comment: This is for Eugene: "try, except" is meant for exception handling. Not for use in expected situations. Reason being it generates a ton of ugly and slow code on C level. Neve

Re: [Sikuli-driver] [Question #252716]: Add text to empty lines in Word

2014-08-18 Thread Jonas Maurer
Question #252716 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252716 Status: Needs information => Answered Jonas Maurer proposed the following answer: I think I have a few ideas. first one is being the following: mark the entire area with either mouse selection or selec

Re: [Sikuli-driver] [Question #252352]: type ('/') in cmd.exe

2014-08-18 Thread Jonas Maurer
Question #252352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252352 Jonas Maurer posted a new comment: his path is fine, the problem is probably his obviously french keyboard. I just realized where the main problem is: as far as I know Sikuli only works on US keyboards flawl