Re: [Sikuli-driver] [Question #593074]: I'm trying to intialize Screen class inside a Callable in Java but its stuck until Callable timeout

2017-03-27 Thread Samuel
Question #593074 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/593074 Status: Answered => Solved Samuel confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #595513]: Blank log file when run from command line

2017-03-27 Thread JayGuajardo
Question #595513 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/595513 Description changed to: hi kinda new at this and testing some log outputs. When using the IDE with the Settings.LogTime the message area displays perfectly. When I try to redirect that output to a simple txt

Re: [Sikuli-driver] [Question #595513]: Blank log file when run from command line

2017-03-27 Thread JayGuajardo
Question #595513 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/595513 Description changed to: hi kinda new at this and testing some log outputs. When using the IDE with the Settings.LogTime the message area displays perfectly. When I try to redirect that output to a simple txt

[Sikuli-driver] [Question #595513]: Blank log file when run from command line

2017-03-27 Thread JayGuajardo
New question #595513 on Sikuli: https://answers.launchpad.net/sikuli/+question/595513 hi kinda new at this and testing some log outputs. When using the IDE with the Settings.LogTime the message area displays perfectly. When I try to redirect that output to a simple txt it's a blank file, even th

Re: [Sikuli-driver] [Question #590922]: How to get the system cursor type?

2017-03-27 Thread RaiMan
Question #590922 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/590922 Status: Open => Answered RaiMan proposed the following answer: No way currently to do this without any prebuilt Java classes (either using JNA or BridJ (used by SikuliX class util.SysJNA) So if you

Re: [Sikuli-driver] [Question #588177]: Paste() doesn't work "perfectly"

2017-03-27 Thread RaiMan
Question #588177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/588177 Status: Open => Answered RaiMan proposed the following answer: Since I do not know your app situation, I can only guess: - either a timing problem - or a focus problem try a type("x") before the paste,

Re: [Sikuli-driver] [Question #588177]: Paste() doesn't work "perfectly"

2017-03-27 Thread Alex
Question #588177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/588177 Status: Solved => Open Alex is still having a problem: After many test; I still have the same problem. Even with a wait(1) or wait(0.5) before the paste Did I do something wrong ? Why ? -- You received

Re: [Sikuli-driver] [Question #588014]: Is there any Command to run sikuli without opening ide in ubuntu .

2017-03-27 Thread RaiMan
Question #588014 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/588014 Status: Open => Answered RaiMan proposed the following answer: I just tested with an Ubuntu 16.04-64 with Java 8 and SikuliX 1.1.1: works as expected ... runsikulix -r ... and the plain java command.

Re: [Sikuli-driver] [Question #588014]: Is there any Command to run sikuli without opening ide in ubuntu .

2017-03-27 Thread Sukrutha
Question #588014 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/588014 Status: Answered => Open Sukrutha is still having a problem: Both the commands mentioned above are not producing expected result in Ubuntu. Both the commands java -jar or ./runsikulixare givin

[Sikuli-driver] [Bug 614456] Re: [request] option to lock mouse movement+click to prevent user from interrupting

2017-03-27 Thread Alex
Hi, This functionality is really important for me. Do you have any idea when you will implement it ? If not, do you have an alternative ? thanks. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/6144

Re: [Sikuli-driver] [Question #588177]: Paste() doesn't work "perfectly"

2017-03-27 Thread Alex
Question #588177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/588177 Alex confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #588177]: Paste() doesn't work "perfectly"

2017-03-27 Thread Alex
Question #588177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/588177 Status: Answered => Solved Alex confirmed that the question is solved: I tried the 1.1.1. It looks like everything works now =) Thanks ! -- You received this question notification because your team Si

Re: [Sikuli-driver] [Question #593074]: I'm trying to intialize Screen class inside a Callable in Java but its stuck until Callable timeout

2017-03-27 Thread RaiMan
Question #593074 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/593074 Status: Open => Answered RaiMan proposed the following answer: SikuliX 1.1.x is not threadsafe in any case and will never be. Try this: at startup of your app, before doing anything else put: Screen glo

Re: [Sikuli-driver] [Question #578419]: java.lang.NoClassDefFoundError: Could not initialize class org.sikuli.script.App$Clipboard)

2017-03-27 Thread RaiMan
Question #578419 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/578419 Status: Open => Answered RaiMan proposed the following answer: just tested with latest 1.1.1. - works So you have to check your setup again. Something must have changed. Did you somehow reveal older Si

Re: [Sikuli-driver] [Question #590910]: HowTo: Linux: install SikuliX: centos-release-6-7.el6.centos.12.3.x86_64 --- use SikuliX version 1.1.1

2017-03-27 Thread RaiMan
Question #590910 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/590910 Status: Open => Answered RaiMan proposed the following answer: Since here there are surely not so many CentOS experts around, you have to look for help at suitable places in the net elsewhere. I definit

Re: [Sikuli-driver] [Question #588014]: Is there any Command to run sikuli without opening ide in ubuntu .

2017-03-27 Thread RaiMan
Question #588014 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/588014 RaiMan proposed the following answer: if it works with the java command and not with runsikulix, then you can either debug the shell script or make your own with the mentioned java command. -- You received

Re: [Sikuli-driver] [Question #588014]: Is there any Command to run sikuli without opening ide in ubuntu .

2017-03-27 Thread RaiMan
Question #588014 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/588014 Status: Open => Answered RaiMan proposed the following answer: assuming you are using the latest SikuliX 1.1.1 - runsikulix should work as mentioned - try this on a commandline (taken from the shell sc

Re: [Sikuli-driver] [Question #588014]: Is there any Command to run sikuli without opening ide in ubuntu .

2017-03-27 Thread Sukrutha
Question #588014 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/588014 Status: Answered => Open Sukrutha is still having a problem: Thank you @podolyan-roman for trying to help me But the command "PATH-TO-SIKULIX/runsikulix -r,--run " still opens the sikuli IDE bu