Re: [Sikuli-driver] [Question #269783]: onappear qeustion

2015-07-29 Thread rob barlow
Question #269783 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269783 Description changed to: Latest verion of java. sikuli 1.1.0 Im getting to grips with sikuli well almost. So i decided to play around with other bits to see if they would work better in my script. Onappear

Re: [Sikuli-driver] [Question #269628]: function hover () has a great latency

2015-07-29 Thread RaiMan
Question #269628 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269628 Status: Open = Answered RaiMan proposed the following answer: Mouse.at() -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #269763]: The Installer of SikuliX 1.0.1 did not come up on Ubuntu 14.04

2015-07-29 Thread RaiMan
Question #269763 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269763 Status: Open = Invalid RaiMan changed the question status: will not be fixed for 1.0.1 use 1.1.0+ -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #269784]: copy text from text box

2015-07-29 Thread Eugene S
Question #269784 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269784 Status: Open = Answered Eugene S proposed the following answer: Not sure how are you trying to execute type in your example. It can't be a standalone command. It must be attached to an appropriate

Re: [Sikuli-driver] [Question #269747]: Task Scheduler - taskeng.exe blocking Sikuli

2015-07-29 Thread holdris
Question #269747 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269747 Status: Open = Solved holdris confirmed that the question is solved: Hi, just to provide an update for anybody that has a problem with this, as I have now resolved the problem. You need to create a

Re: [Sikuli-driver] [Question #269719]: sikuli connect postgre database

2015-07-29 Thread kiyo
Question #269719 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269719 kiyo gave more information on the question: i have try the method you said ,idownload zxJDBC jar and put it into my project,and i also set the jar as classpath my code: import sys from

Re: [Sikuli-driver] [Question #269768]: kordinaty cursor

2015-07-29 Thread stic
Question #269768 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269768 Status: Answered = Solved stic confirmed that the question is solved: Thanks Eugene S, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers,

[Sikuli-driver] [Question #269768]: kordinaty cursor

2015-07-29 Thread stic
New question #269768 on Sikuli: https://answers.launchpad.net/sikuli/+question/269768 Is there a function returning kordinaty cursor ? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #269768]: kordinaty cursor

2015-07-29 Thread Eugene S
Question #269768 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269768 Status: Open = Answered Eugene S proposed the following answer: Env.getMouseLocation() returns the current mouse pointer location. -- You received this question notification because you are a member

[Sikuli-driver] [Question #269810]: Sikuli not working on Windows10

2015-07-29 Thread Pramendra
New question #269810 on Sikuli: https://answers.launchpad.net/sikuli/+question/269810 Hi I have Windows 10 OS, SIkuli Stable version and Java jre-7u51-windows-i586. When i tried launching IDE using runIDE.cmd, SIkuli IDE is not launching. Is windows 10 is working for Sikuli? Thanks -- You

Re: [Sikuli-driver] [Question #269784]: copy text from text box

2015-07-29 Thread ouedghiri
Question #269784 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269784 Description changed to: Hello, I want to copy text from a text box, when I use type(a, KeyModifier.CTRL) I get an error : the function type can only get a string, and when i use keyboard the problem is the

Re: [Sikuli-driver] [Question #269784]: copy text from text box

2015-07-29 Thread ouedghiri
Question #269784 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269784 Description changed to: Hello, I want to copy text from a text box, when I use type(a, KeyModifier.CTRL) I get an error : the function type can only get a string, and when i use keyboard the problem is the

[Sikuli-driver] [Question #269783]: onappear qeustion

2015-07-29 Thread rob barlow
New question #269783 on Sikuli: https://answers.launchpad.net/sikuli/+question/269783 Im getting to grips with sikuli well almost. So i decided to play around with other bits to see if they would work better in my script. Onappear is giving me trouble an im sure its down to me not understanding

[Sikuli-driver] [Question #269784]: copy text from text box

2015-07-29 Thread ouedghiri
New question #269784 on Sikuli: https://answers.launchpad.net/sikuli/+question/269784 Hello, I want to copy text for a text box, when I use type(a, KeyModifier.CTRL) I get an error : the function type can only get a string, and when i use keyboard the problem is the same . My code :