[Sikuli-driver] [Question #679238]: Alt+Shift+C doesn't work

2019-03-15 Thread Max Musterman
New question #679238 on Sikuli: https://answers.launchpad.net/sikuli/+question/679238 Hello, I just updated from Sikuli 1.1.2 to 1.1.3 and updated my Java to 11 and now I can no longer close my scripts with Alt+Shift+C. -- You received this question notification because your team Sikuli Driver

Re: [Sikuli-driver] [Question #678977]: My testing app turns blank when clicking on find function on Sikuli IDE on MAC

2019-03-15 Thread Juliana Xiao
Question #678977 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678977 Status: Answered => Solved Juliana Xiao confirmed that the question is solved: The problem is gone later. -- You received this question notification because your team Sikuli Drivers is an answer contac

Re: [Sikuli-driver] [Question #679226]: Keyboard frozen after script run --- need to press ctrl-alt-c

2019-03-15 Thread RaiMan
Question #679226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679226 Status: Open => Answered RaiMan proposed the following answer: --- If am using robot class of java to open run command and launch command prompt I have seen that of course. That is why I asked: Why don

Re: [Sikuli-driver] [Question #679226]: Keyboard frozen after script run --- need to press ctrl-alt-c

2019-03-15 Thread Chetan B
Question #679226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679226 Status: Answered => Open Chetan B is still having a problem: If am using robot class of java to open run command and launch command prompt Using Sikuli i am not able to launch cmd.exe using App.open On

Re: [Sikuli-driver] [Question #679226]: Keyboard frozen after script run --- need to press ctrl-alt-c

2019-03-15 Thread RaiMan
Question #679226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679226 Status: Open => Answered RaiMan proposed the following answer: the only thing I can see, is that you are mixing the SikuliX AWT Robot (type()) with your own Robot instance. Not sure what that might do.

Re: [Sikuli-driver] [Question #679226]: Keyboard frozen after script run --- need to press ctrl-alt-c

2019-03-15 Thread Chetan B
Question #679226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679226 Chetan B posted a new comment: I open 3 command prompts using Robot robot = new Robot(); robot.keyPress(KeyEvent.VK_WINDOWS); robot.keyPress(KeyEvent.VK_R); robot.k

Re: [Sikuli-driver] [Question #679226]: Keyboard frozen after script run --- need to press ctrl-alt-c

2019-03-15 Thread Chetan B
Question #679226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679226 Chetan B gave more information on the question: Hi , Sorry i sent wrong code,please find correct code below: package Devicetesting; import org.apache.commons.codec.binary.Hex; import org.apache.commons.io.

Re: [Sikuli-driver] [Question #679226]: Keyboard frozen after script run --- need to press ctrl-alt-c

2019-03-15 Thread Chetan B
Question #679226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679226 Status: Needs information => Open Chetan B gave more information on the question: Hi, Yes I type in command prompt ,below is the code. Maven dependency: com.sikulix sikulixapi *1.1.2* c

[Sikuli-driver] [Bug 1818514] Re: [request] make SikuliX available for Python (C-based real Python)

2019-03-15 Thread RaiMan
** Description changed: + ** watch the development + https://github.com/RaiMan/sikulix4python + + currently the plan is to base the implementation on py4j some things have to be changed and added in SikuliX. -- You received this bug notificati

[Sikuli-driver] [Bug 1820258] Re: After running the sikuli script Keyboard freezes to come out of it we have to manually press control+Alt+C

2019-03-15 Thread RaiMan
should first be a question ** Changed in: sikuli Status: New => Invalid ** Converted to question: https://answers.launchpad.net/sikuli/+question/679226 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchp

Re: [Sikuli-driver] [Question #679226]: Keyboard frozen after script run --- need to press ctrl-alt-c

2019-03-15 Thread RaiMan
Question #679226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679226 Status: Open => Needs information RaiMan requested more information: what version of SikuliX? How do you open the command prompt? Are you typing into the command prompt? -- You received this question

Re: [Sikuli-driver] [Question #679226]: After running the sikuli script Keyboard freezes to come out of it we have to manually press control+Alt+C

2019-03-15 Thread RaiMan
Question #679226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679226 RaiMan posted a new comment: should first be a question -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #679226]: After running the sikuli script Keyboard freezes to come out of it we have to manually press control+Alt+C

2019-03-15 Thread Chetan B
New question #679226 on Sikuli: https://answers.launchpad.net/sikuli/+question/679226 HI, I have run a script using sikuli to lauch a command prompt and do some operations and close it. Once the script execution is over keyboard will be freezed,if we press any keyboard key,it doesnt work. If

Re: [Sikuli-driver] [Question #679226]: Keyboard frozen after script run --- need to press ctrl-alt-c

2019-03-15 Thread RaiMan
Question #679226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679226 Summary changed to: Keyboard frozen after script run --- need to press ctrl-alt-c -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

[Sikuli-driver] [Bug 1820258] [NEW] After running the sikuli script Keyboard freezes to come out of it we have to manually press control+Alt+C

2019-03-15 Thread Chetan B
Public bug reported: HI, I have run a script using sikuli to lauch a command prompt and do some operations and close it. Once the script execution is over keyboard will be freezed,if we press any keyboard key,it doesnt work. If we manually press keyboard with hot key CTRL+ALT+C keys,then it w

[Sikuli-driver] [Bug 1818514] Re: [request] make SikuliX available for Python (C-based real Python)

2019-03-15 Thread RaiMan
About py4j usage: I already have a proof of concept. Today I will add a new repo to GitHub: Sikulix4Python where you can watch the goals and the development. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.

Re: [Sikuli-driver] [Question #679151]: using type("foo bar") does not type the text into remote desktop window

2019-03-15 Thread RaiMan
Question #679151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679151 Status: Open => Answered RaiMan proposed the following answer: If focus is at the window, then on Windows not getting the typed characters into the window usually is indeed due to blocking of non keyboar

[Sikuli-driver] [Bug 1818514] Re: [request] make SikuliX available for Python (C-based real Python)

2019-03-15 Thread RaiMan
Good job - besides adding features (commits on GitHub) I did not yet tell anything about that ;-) Did you notice the following: - when opening a .py script the bundlepath (the first place where images are looked for) is set to the containing folder (like it is with .sikuli scripts) - of course y