Re: [Sikuli-driver] [Question #290565]: Mouse calls seem to cause hang

2016-04-13 Thread RaiMan
Question #290565 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/290565 Status: Open => Answered RaiMan proposed the following answer: // This selects one of the items in the combo box. Mouse.move(0, 50); Mouse.down(Button.LEFT); Mouse.up(); ... seems you

Re: [Sikuli-driver] [Question #290565]: Mouse calls seem to cause hang

2016-04-12 Thread Spencer Keller
Question #290565 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/290565 Status: Needs information => Open Spencer Keller gave more information on the question: Hi, I'm using the sdk jar that came with the Sikuli 1.1.0 "SikuliX" download from:

Re: [Sikuli-driver] [Question #290565]: Mouse calls seem to cause hang

2016-04-12 Thread RaiMan
Question #290565 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/290565 Status: Open => Needs information RaiMan requested more information: Supposing you are talking about SikuliX 1.1.0 ... or is it the SikuliJava API from here https://code.google.com/archive/p/sikuli-api/

[Sikuli-driver] [Question #290565]: Mouse calls seem to cause hang

2016-04-11 Thread Spencer Keller
New question #290565 on Sikuli: https://answers.launchpad.net/sikuli/+question/290565 I'm using Sikuli V1.1 with Java 1.7. (I'm calling the Sikuli Java SDK) I just added a little code to move the mouse and "click" ( Mouse.down()) followed by Mouse.up() ) to select an item from a combo box. It