[Sikuli-driver] [Bug 1742383] [NEW] Windows: App(WindowTitle) doesn't work on Terminal Server

2018-01-09 Thread Steffen Hosenfeld
Public bug reported: I can't get an App instance on Terminal Server with the WindowTitle. On terminal server the SessionName is not "console". Here you have to use the environment variable "SESSIONNAME" to filter the tasks. Here is an example: tasklist /V /FO CSV /FI "SESSIONNAME eq

Re: [Sikuli-driver] [Question #662729]: If answer is yes then skip, if answer is no then execute.

2018-01-09 Thread masuo
Question #662729 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662729 Status: Open => Answered masuo proposed the following answer: That is "xlrd" not "xldr". http://xlrd.readthedocs.io/en/latest/api.html [example codes:] import xlrd import datetime book =

Re: [Sikuli-driver] [Question #662733]: stop a reg.observeInBackground(FOREVER) whitout event happening

2018-01-09 Thread juan
Question #662733 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662733 juan 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 #662733]: stop a reg.observeInBackground(FOREVER) whitout event happening

2018-01-09 Thread juan
Question #662733 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662733 Status: Answered => Solved juan confirmed that the question is solved: ### example def test(event): SCREEN.mouseMove(event.match) SCREEN.onAppear("1515531321687.png",test)

Re: [Sikuli-driver] [Question #662729]: If answer is yes then skip, if answer is no then execute.

2018-01-09 Thread Stephan Timmers
Question #662729 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662729 Status: Answered => Open Stephan Timmers is still having a problem: Thanks I know that this Part doesnt need visual programming but the rest of my script does. Could you please help me with a part of

Re: [Sikuli-driver] [Question #662733]: stop a reg.observeInBackground(FOREVER) whitout event happening

2018-01-09 Thread juan
Question #662733 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662733 juan posted a new comment: thanks for your time. I'm going to try another pc to get rid of the doubt. -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #662733]: stop a reg.observeInBackground(FOREVER) whitout event happening

2018-01-09 Thread RaiMan
Question #662733 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662733 RaiMan proposed the following answer: tested with 1.1.2. this works: img = "img.png" def handler(event): event.stopObserver() onAppear(img, handler) SCREEN.observeInBackground(FOREVER) while True:

Re: [Sikuli-driver] [Question #662733]: stop a reg.observeInBackground(FOREVER) whitout event happening

2018-01-09 Thread RaiMan
Question #662733 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662733 Status: Open => Answered RaiMan proposed the following answer: ok, I will check as soon as possible. -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #662733]: stop a reg.observeInBackground(FOREVER) whitout event happening

2018-01-09 Thread juan
Question #662733 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662733 Status: Answered => Open juan is still having a problem: thanks for response. I tried with that line before asking ... but it does not stop observing if I use the line event.stopObserver () inside the

Re: [Sikuli-driver] [Question #662733]: stop a reg.observeInBackground(FOREVER) whitout event happening

2018-01-09 Thread RaiMan
Question #662733 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662733 Status: Open => Answered RaiMan proposed the following answer: In your main code just issue a Settings.reg.stopObserver() for every region you want to stop its observing. -- You received this

Re: [Sikuli-driver] [Question #662733]: stop a reg.observeInBackground(FOREVER) whitout event happening

2018-01-09 Thread juan
Question #662733 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662733 Description changed to: windows 10, windows 7 sikuli 1.1.1 build 2017-03-29_10:41 I have a script ### def test(event): Settings.reg.mouseMove(event.match) mouseDown(Button.MIDDLE)

Re: [Sikuli-driver] [Question #662733]: stop a reg.observeInBackground(FOREVER) whitout event happening

2018-01-09 Thread juan
Question #662733 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662733 Description changed to: windows 10, windows 7 sikuli 1.1.1 build 2017-03-29_10:41 I have a script ### def test(event): Settings.reg.mouseMove(event.match) mouseDown(Button.MIDDLE)

[Sikuli-driver] [Question #662733]: stop a reg.observeInBackground(FOREVER) whitout event happening

2018-01-09 Thread juan
New question #662733 on Sikuli: https://answers.launchpad.net/sikuli/+question/662733 I have a script ### def test(event): Settings.reg.mouseMove(event.match) mouseDown(Button.MIDDLE) mouseUp(Button.MIDDLE) event.stopObserver() def test1(event): Settings.reg =

Re: [Sikuli-driver] [Question #657904]: ADBScreen.capture(): UnsatisfiedLinkError with OpenCV Mat

2018-01-09 Thread RaiMan
Question #657904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657904 Summary changed to: ADBScreen.capture(): UnsatisfiedLinkError with OpenCV Mat -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #657904]: ADBScreen.capture(): UnsatisfiedLinkError with OpenCV Mat

2018-01-09 Thread RaiMan
Question #657904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657904 RaiMan proposed the following answer: Uuups, I totally lost contact to that problem. Will try to check the next days. Thanks for the reminder. -- You received this question notification because your team

Re: [Sikuli-driver] [Question #662729]: If answer is yes then skip, if answer is no then execute.

2018-01-09 Thread RaiMan
Question #662729 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662729 Status: Open => Answered RaiMan proposed the following answer: look here for how to directly access Excel sheets; faq 2208 No visual programming nor keyboard simulation needed ;-) -- You received

Re: [Sikuli-driver] [Question #657904]: UnsatisfiedLinkError occurred when using OpenCV Java API bundled with SikuliX - not intended for direct usage

2018-01-09 Thread Madhusudhan
Question #657904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657904 Madhusudhan posted a new comment: (Continued) My sikuli snippet: ADBScreen adb = ADBScreen.start(); adb.click("PathToImage"); adb.stop(); Am using Windows XP. -- You

Re: [Sikuli-driver] [Question #657904]: UnsatisfiedLinkError occurred when using OpenCV Java API bundled with SikuliX - not intended for direct usage

2018-01-09 Thread Madhusudhan
Question #657904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657904 Madhusudhan posted a new comment: Hi RaiMan, I am also facing the above issue. Am trying to run Sikuli on Android Emulator with API level 23. Getting below error!! I have also installed SikuliX as per the

[Sikuli-driver] [Question #662729]: If answer is yes then skip, if answer is no then execute.

2018-01-09 Thread Stephan Timmers
New question #662729 on Sikuli: https://answers.launchpad.net/sikuli/+question/662729 This is a visualisation of the Excel sheet I am using: I need Sikuli to execute the following: If cell A1 = Yes then skip to next cell. If cell A1 = No then copy C1 -A---B---C