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

2014-08-17 Thread Jonas Maurer
Question #252352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252352 Jonas Maurer proposed the following answer: I think he is trying to enter a path in cmd.exe with sikulix. The java langue error is due to a syntax error which isn't checked at compile time. Your argument

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

2014-08-17 Thread Eugene S
Question #252352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252352 Eugene S proposed the following answer: Ok, I missed the paste part so I misunderstood the question. The = : \ shouldn't be a problem for type. For typing \, you will have to exit it first, like that \\.

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

2014-08-17 Thread Sean
New question #253239 on Sikuli: https://answers.launchpad.net/sikuli/+question/253239 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 observe(20, True) -- You received this question notification because you

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

2014-08-17 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 use a length of time like observe(20, True) --