[Sikuli-driver] [Question #686476]: Command line SikuliX slowness

2019-12-01 Thread Anup K
New question #686476 on Sikuli: https://answers.launchpad.net/sikuli/+question/686476 While using SikuliX from command line looks like slowness on startup the Surface automation activity. Simple command line argument print taking time(approx 32 sec). I guess its from the framework startup

[Sikuli-driver] [Question #686458]: Getting ReferenceError "Commands" is not defined

2019-12-01 Thread towards eternity
New question #686458 on Sikuli: https://answers.launchpad.net/sikuli/+question/686458 I've downloaded both ide and jpython file. Then run the sikulix.jar with "java -jar sikulix.jar" without error. Now whatever I type to IDE and try to run, get the same message: javax.script.ScriptException:

Re: [Sikuli-driver] [Question #686442]: Using onAppear

2019-12-01 Thread Mark McGuinn
Question #686442 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686442 Mark McGuinn gave more information on the question: I have been experimenting with this and despite using the IDE tool to define a region I am getting the following in the error messages: error] Region:

[Sikuli-driver] [Question #686442]: Using onAppear

2019-12-01 Thread Mark McGuinn
New question #686442 on Sikuli: https://answers.launchpad.net/sikuli/+question/686442 In version 2.0.1 I am trying to use the onAppear function to catch when a specific piece of text appears. Below is the code I am using, it simple click a button which causes the image to change. The expected

Re: [Sikuli-driver] [Question #686421]: How To Input a variable containing text to reg.find()

2019-12-01 Thread Mark McGuinn
Question #686421 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686421 Status: Answered => Open Mark McGuinn is still having a problem: Have managed to get somewhere with v2.0.1. Now getting to the point where it does the findText but it fails with an error even though

Re: [Sikuli-driver] [Question #686421]: How To Input a variable containing text to reg.find()

2019-12-01 Thread masuo
Question #686421 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686421 Status: Open => Answered masuo proposed the following answer: Switch on [allow searching for text] check box. And restart SikuliX IDE. If that doesn't work, I don't know any more. -- You received

Re: [Sikuli-driver] [Question #686421]: How To Input a variable containing text to reg.find()

2019-12-01 Thread Mark McGuinn
Question #686421 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686421 Status: Answered => Open Mark McGuinn is still having a problem: Did as suggested and am still getting an error: [error] RunTimeIDE: ImageMissing: FORD [error] RunTimeIDE: Wait: Abort: Jython: at

Re: [Sikuli-driver] [Question #686421]: How To Input a variable containing text to reg.find()

2019-12-01 Thread masuo
Question #686421 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686421 Status: Open => Answered masuo proposed the following answer: Please check option setting, if you use SikuliX1.1.3 . [allow searching for text] check box may be off. Open Preferences Window

Re: [Sikuli-driver] [Question #686421]: How To Input a variable containing text to reg.find()

2019-12-01 Thread Mark McGuinn
Question #686421 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686421 Status: Answered => Open Mark McGuinn is still having a problem: Hi, thanks for the feedback. I had been using 1.1.3 because I could not get the side tab with the various coding shortcuts to work in

Re: [Sikuli-driver] [Question #686421]: How To Input a variable containing text to reg.find()

2019-12-01 Thread masuo
Question #686421 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686421 Status: Open => Answered masuo proposed the following answer: Do you use SikuliX1.1.4 or SikuliX2.0? You have to use findText instead of find.