Re: [Sikuli-driver] [Question #684220]: runscript

2019-09-25 Thread gob
Question #684220 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684220 Status: Answered => Open gob is still having a problem: Thank you for your reply Each script works without error runScript("C:\script\VGWRM9.sikuli") runScript("C:\script\VGWRM10.sikuli") works

[Sikuli-driver] [Question #684262]: Block out mouse/keyboard function while script runs

2019-09-25 Thread xyz_User
New question #684262 on Sikuli: https://answers.launchpad.net/sikuli/+question/684262 Curious if it's possible to do it while the script runs. Reason is because I'd like to have a startup script on our system that performs vendor updates everytime the machines are rebooted. Some of the staff

[Sikuli-driver] [Question #684254]: Chhichhore is a lively homage to hostel life

2019-09-25 Thread chinapink8
New question #684254 on Sikuli: https://answers.launchpad.net/sikuli/+question/684254 https://sway.office.com/kCsKzkh2TgTU6zuo https://sway.office.com/0YOzujIEtGG0430M -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #684220]: runscript

2019-09-25 Thread Manfred Hampl
Question #684220 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684220 Status: Open => Answered Manfred Hampl proposed the following answer: The error messages refer to your VGWRM9 and VGWRM10 scripts. -- You received this question notification because your team Sikuli

[Sikuli-driver] [Question #684252]: Pal Pal Dil Ke Paas- This love story will warm your heart

2019-09-25 Thread chinapink8
New question #684252 on Sikuli: https://answers.launchpad.net/sikuli/+question/684252 https://sway.office.com/rDVKvMAV0D1OlrxY https://sway.office.com/zPH3CPJmIRYVotDe -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #684246]: Sikuli connect to Sql Server from command line

2019-09-25 Thread David Flood
New question #684246 on Sikuli: https://answers.launchpad.net/sikuli/+question/684246 What are these instruction doing and how do I run them . I am wanting to connect sql server database form Sikuli ide with Jython. This may seem confused, because I am. ! Place the sqljdb.jar in c:\JDBC .

[Sikuli-driver] [Question #684243]: Sikuli connect to Sql Server from command line

2019-09-25 Thread David Flood
New question #684243 on Sikuli: https://answers.launchpad.net/sikuli/+question/684243 JDBC has been loaded to C:\jdbc - next suggested step was to Open a command prompt and browse to C:\JDBC jar uf “C:\Program Files\Sikuli X\sikuli-script.jar” com jar uf “C:\Program Files\Sikuli

Re: [Sikuli-driver] [Question #684220]: runscript

2019-09-25 Thread gob
Question #684220 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684220 Status: Needs information => Open gob gave more information on the question: Thanks for your reply https://imgur.com/a/3zHDE6O [error] script [ C:\script\VGWRM9.sikuli ] stopped with error at line

Re: [Sikuli-driver] [Question #684220]: runscript

2019-09-25 Thread Manfred Hampl
Question #684220 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684220 Status: Open => Needs information Manfred Hampl requested more information: Please provide more information. When does this message occur, are there additional messages, etc. -- You received this

Re: [Sikuli-driver] [Question #684220]: runscript

2019-09-25 Thread gob
Question #684220 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684220 Status: Answered => Open gob is still having a problem: ty sir! runScript(xxx) while True: runScript(yyy) runScript(zzz) this code get java.nio.channels.ClosedByInterruptException and i

Re: [Sikuli-driver] [Question #684157]: Unable to type or paste in mac os

2019-09-25 Thread Bernat Coromina Garolera
Question #684157 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684157 Description changed to: When I run the following script in MacOs Mojave 10.14.6, it opens and closes a FireFox instance but no text is placed in the textbox having the focus. SikuliX IDE 1.1.3. I'm

Re: [Sikuli-driver] [Question #684220]: runscript

2019-09-25 Thread Manfred Hampl
Question #684220 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684220 Status: Open => Answered Manfred Hampl proposed the following answer: To repeat forever you can use a construct like this: runScript(xxx) while True: runScript(yyy) runScript(zzz) If you