[Sikuli-driver] [Question #262029]: Error run a script without opening the IDE

2015-02-12 Thread Eduardo
New question #262029 on Sikuli: https://answers.launchpad.net/sikuli/+question/262029 utilizei o comando java -jar C:\Sikulix\sikulix.jar -r C:\Sikulix\Logar.skl and the following message appears WARNING: Could not open/creat prefs root node Sofware\javaSoft\Prefs at root 0x8002. Windows

Re: [Sikuli-driver] [Question #261760]: Fatal Error 110: loading: WinUtil.dll

2015-02-12 Thread RaiMan
Question #261760 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261760 Status: Open = Answered RaiMan proposed the following answer: Have you ever read any of sikulix.com/quickstart or the text on the nightl build page? Then you should know, what you have done wrong.

Re: [Sikuli-driver] [Question #261971]: example of importing a .sikuli file to another detail in windows

2015-02-12 Thread RaiMan
Question #261971 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261971 Status: Open = Answered RaiMan proposed the following answer: see http://sikulix-2014.readthedocs.org/en/latest/scripting.html#importing-other-sikuli-scripts-reuse-code-and-images and the respective

Re: [Sikuli-driver] [Question #261964]: How to get programmatically the results

2015-02-12 Thread RaiMan
Question #261964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261964 Status: Open = Answered RaiMan proposed the following answer: Whatever you do, if you want testcase result output, you have to set up your scripts as test cases according to the Python unittest feature

Re: [Sikuli-driver] [Question #261760]: Fatal Error 110: loading: WinUtil.dll

2015-02-12 Thread Bipin
Question #261760 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261760 Status: Answered = Solved Bipin confirmed that the question is solved: You are absolutely right. I reckon, I was always running behind swift solutions, never looked at any documentation. Now with

Re: [Sikuli-driver] [Question #261971]: example of importing a .sikuli file to another detail in windows

2015-02-12 Thread Eduardo
Question #261971 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261971 Eduardo posted a new comment: thank you! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #261760]: Fatal Error 110: loading: WinUtil.dll

2015-02-12 Thread Bipin
Question #261760 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261760 Status: Answered = Open Bipin is still having a problem: Ok, I have created another java program sikulixjavapgm.java without any sikuliapi stuff and it has just SikuliX 1.1.0+ stuff in it now. 1.

Re: [Sikuli-driver] [Question #261892]: Sikulixsetup:jar:1.1.0 was not built

2015-02-12 Thread Levent
Question #261892 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261892 Status: Answered = Solved Levent confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #261892]: Sikulixsetup:jar:1.1.0 was not built

2015-02-12 Thread RaiMan
Question #261892 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261892 Status: Open = Answered RaiMan proposed the following answer: You are not using the latest version of the Git repo. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #261760]: Fatal Error 110: loading: WinUtil.dll

2015-02-12 Thread RaiMan
Question #261760 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261760 Status: Open = Answered RaiMan proposed the following answer: --- C:\workspace\jars\sikuliapi\sikuli-api-1.0.1 -- yes, I want to use this as well in my project then you should use their latest version

Re: [Sikuli-driver] [Question #262029]: Error run a script without opening the IDE

2015-02-12 Thread RaiMan
Question #262029 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/262029 Status: Open = Answered RaiMan proposed the following answer: can be ignored. having other problems: java -jar C:\Sikulix\sikulix.jar -d 3 -r C:\Sikulix\Logar.skl that reveals some debug output --

Re: [Sikuli-driver] [Question #261971]: example of importing a .sikuli file to another detail in windows

2015-02-12 Thread Eduardo
Question #261971 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261971 Status: Answered = Solved Eduardo confirmed that the question is solved: thanks RaiMan could make imports into my main file, the following code: #File LogarEstoque from sikuli import * def Login():

Re: [Sikuli-driver] [Question #261964]: How to get programmatically the results

2015-02-12 Thread egavaldo
Question #261964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261964 egavaldo confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #261964]: How to get programmatically the results

2015-02-12 Thread egavaldo
Question #261964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261964 Status: Answered = Solved egavaldo confirmed that the question is solved: ok so I understand that depending from the underlying testrunner, I will have to get the results from different sources. I'll

Re: [Sikuli-driver] [Question #261964]: How to get programmatically the results

2015-02-12 Thread RaiMan
Question #261964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261964 RaiMan posted a new comment: We seem to have to clear up the scene a little bit: Looking from your point of view, a SikuliX script in the first place is a bunch of statements written in Python language.