[Sikuli-driver] [Bug 1818043] Re: [1.1.4] possible NPE: multi-monitor: initScreens: mouse check

2019-02-28 Thread Ronny
Hi, Log: [debug] Screen: initScreens: starting [debug] Screen: Accessing: GraphicsEnvironment.getLocalGraphicsEnvironment() [debug] Screen: Accessing: GraphicsEnvironment.getLocalGraphicsEnvironment().getScreenDevices() [debug] Screen: ScreenDevice 0 has (0,0) --- will be primary Screen(0)

Re: [Sikuli-driver] [Question #678851]: XLSX Handling in Sikuli

2019-02-28 Thread Mike
Question #678851 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678851 Mike posted a new comment: It is an interesting point of discussion. I would guess that openPyXL doesn't do anything that the Excel UI doesn't. As Sikulix can use all the power of the UI then openPyXL

Re: [Sikuli-driver] [Question #678800]: How to do screen comparison using sikuli ide?

2019-02-28 Thread Asheru
Question #678800 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678800 Status: Open => Answered Asheru proposed the following answer: Personally I don't know exactly but I don't think this is possible from sikuli. I might be wrong still. -- You received this question

[Sikuli-driver] [Question #678865]: Why the command list panel was removed in Sikuli 1.1.4 :(

2019-02-28 Thread Bharathi A
New question #678865 on Sikuli: https://answers.launchpad.net/sikuli/+question/678865 Hi Team - May I know why the command list panel was removed in Sikuli 1.1.4 please? I read in one thread that it was delibrate attempt but was not given much info on why it is so. Is there a way to get that

Re: [Sikuli-driver] [Question #678851]: XLSX Handling in Sikuli

2019-02-28 Thread Bharathi A
Question #678851 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678851 Bharathi A posted a new comment: @Mike - Thanks for the suggestion. I will try the workflow and keep the forum updated. As a side note.. if Raiman & his core team look into integrating openPyXl or

Re: [Sikuli-driver] [Question #678844]: switchApp() is no longer functional

2019-02-28 Thread Renke He
Question #678844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678844 Status: Needs information => Open Renke He gave more information on the question: When I run my script I need to make sure myApp's GUI should be at the front cause there are many terminals running on my

[Sikuli-driver] [Question #678863]: [1.1.4 ] collectWords dosn't find a word

2019-02-28 Thread Jan
New question #678863 on Sikuli: https://answers.launchpad.net/sikuli/+question/678863 I am new to Sikuli and I am not a developer, but I did my best to read the docs. Probably I missed anyway something for OCR-setup. I already did some successfull scipts for Html/Javascipts Apps and for some

Re: [Sikuli-driver] [Question #678851]: XLSX Handling in Sikuli

2019-02-28 Thread Mike
Question #678851 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678851 Mike posted a new comment: New versions of Excel have enhanced keyboard control. You press ALT and it reveals loads of opportunities. Below is Office 365 on Windows 10. #Create an xlsx copy of an xls

Re: [Sikuli-driver] [Question #678851]: XLSX Handling in Sikuli

2019-02-28 Thread Bharathi A
Question #678851 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678851 Status: Answered => Open Bharathi A is still having a problem: Hi Raiman - Thnx for the feedback. I tested openPyXl and it is not not supported in sikuli as of now it seems. I guess I should

[Sikuli-driver] [Bug 1818043] Re: [1.1.4] possible NPE: multi-monitor: initScreens: mouse check

2019-02-28 Thread RaiMan
... I currently do not have any multi-monitor environment available, sorry. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1818043 Title: [1.1.4] possible NPE: multi-monitor: initScreens: mouse

[Sikuli-driver] [Bug 1818043] Re: NullPointerException in new Screen() if mouse is on second screen

2019-02-28 Thread RaiMan
please use: public ScreenRobot() { Debug.on(3) screen = new Screen(); and analyse/post the log ** Summary changed: - NullPointerException in new Screen() if mouse is on second screen + [1.1.4] possible NPE: multi-monitor: initScreens: mouse check -- You received this bug

Re: [Sikuli-driver] [Question #678851]: XLSX Handling in Sikuli

2019-02-28 Thread RaiMan
Question #678851 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678851 Status: Open => Answered RaiMan proposed the following answer: .xls cannot be changed to .xlsx simply by renaming (completely different file format). If you do not find an appropriate function in

Re: [Sikuli-driver] [Question #678844]: switchApp() is no longer functional

2019-02-28 Thread RaiMan
Question #678844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678844 Status: Open => Needs information RaiMan requested more information: how exactly are you using switchApp()? already tried openApp()? The App class internally is heavily revised for Windows/macOS, but

[Sikuli-driver] [Question #678851]: XLSX Handling in Sikuli

2019-02-28 Thread Bharathi A
New question #678851 on Sikuli: https://answers.launchpad.net/sikuli/+question/678851 Hi - I have a project where in: Step 1: Fetch the value of a CELL from one Excel sheet status: success Step 2: Paste that value in another cell (say C30) in another Excel sheet status: Success Step 3: Save the

Re: [Sikuli-driver] [Question #653759]: How to fetch the cell value of excel sheet

2019-02-28 Thread Bharathi A
Question #653759 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/653759 Bharathi A posted a new comment: Thanks Manfred for those pointers ! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #678844]: switchApp() is no longer functional

2019-02-28 Thread Renke He
Question #678844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678844 Renke He gave more information on the question: Sorry for the typo. My java is java 8. And when I print the return of switchApp it gives me "[-1:myApp()]myApp". Is that normal? -- You received this

[Sikuli-driver] [Bug 1818043] [NEW] NullPointerException in new Screen() if mouse is on second screen

2019-02-28 Thread Ronny Seifert
Public bug reported: Hi, I use 3 monitors in win 7 with sikulix-api 1.1.4 (This version was built at 2019-02-27_17:37 (Build 212) ) now if i start a new screen (screen = new Screen() ). I get a NullPointerException if my Mouse is in the 3rd Screen (windows screencounting) in the middle of the

Re: [Sikuli-driver] [Question #678844]: switchApp() is no longer functional

2019-02-28 Thread Renke He
Question #678844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678844 Status: Needs information => Open Renke He gave more information on the question: Thanks Mike. But unfortunately my OS is Ubuntu 14.04 and may java is java 8. -- You received this question

[Sikuli-driver] [Bug 1817962] Re: intermittent error j < nsrcs && src[j].depth() == depth

2019-02-28 Thread RaiMan
It has nothing to do with the used image. It is a problem with the screenshot taken from regionArrows, when trying to convert the shot's BufferedImage into an OpenCV Mat object as base for the search. This might be caused internally by some image buffer access problems due to timing (buffer not

Re: [Sikuli-driver] [Question #678800]: How to do screen comparison using sikuli ide?

2019-02-28 Thread Abhinav Kumar
Question #678800 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678800 Status: Solved => Open Abhinav Kumar is still having a problem: Thanks for helping...I had one more query.Is there anyway I can find out ,exactly what are the difference between the two screen images?

Re: [Sikuli-driver] [Question #678800]: How to do screen comparison using sikuli ide?

2019-02-28 Thread Abhinav Kumar
Question #678800 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678800 Status: Answered => Solved Abhinav Kumar confirmed that the question is solved: Thanks Asheru, that solved my question. -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #678837]: Region: findAnyCollect: image file not found:

2019-02-28 Thread RaiMan
Question #678837 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678837 Status: Open => Answered RaiMan proposed the following answer: This either means, that the respective image file does not exist in the file system or is not accessible/locked somehow at this time.

[Sikuli-driver] [Bug 1818040] [NEW] [1.1.4] OpenCV assertions should be handled by SikuliX (like image size > region size)

2019-02-28 Thread RaiMan
Public bug reported: Sometimes I get these errors: org.opencv.core.CvException: CvException [org.opencv.core.CvException: cv::Exception: OpenCV(3.4.2) C:\build\3_4_winpack-bindings- win64-vc14-static\opencv\modules\imgproc\src\templmatch.cpp:1107: error: (-215:Assertion failed)

Re: [Sikuli-driver] [Question #678838]: Assertion failed _img.size().height <= _templ.size().height && _img.size().width <= _templ.size().width in function 'cv::matchTemplate'

2019-02-28 Thread RaiMan
Question #678838 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678838 Linked to bug: #1818040 https://bugs.launchpad.net/bugs/1818040 "[1.1.4] OpenCV assertions should be handled by SikuliX (like image size > region size)" -- You received this question

Re: [Sikuli-driver] [Question #678838]: Assertion failed _img.size().height <= _templ.size().height && _img.size().width <= _templ.size().width in function 'cv::matchTemplate'

2019-02-28 Thread RaiMan
Question #678838 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678838 Status: Open => Answered RaiMan proposed the following answer: Yes, right: the region to search in is in one or both directions smaller than the image. But this problem should be detected by SikuliX

Re: [Sikuli-driver] [Question #653759]: How to fetch the cell value of excel sheet

2019-02-28 Thread Manfred Hampl
Question #653759 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/653759 Manfred Hampl posted a new comment: @Bharati A: 1. Please do not piggyback on somebody else's question, but create a new question document for your problem. There is no way that the status of your problem

Re: [Sikuli-driver] [Question #678844]: switchApp() is no longer functional

2019-02-28 Thread Mike
Question #678844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678844 Mike posted a new comment: On Windows 10 Build #211, with a copy of calc.exe in the Sikuli directory, the following code starts the calc application: switchApp("calc.exe") or a1 = openApp("calc.exe")

Re: [Sikuli-driver] [Question #678844]: switchApp() is no longer functional

2019-02-28 Thread RaiMan
Question #678844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678844 Status: Open => Needs information RaiMan requested more information: what system? what Java? -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #653759]: How to fetch the cell value of excel sheet

2019-02-28 Thread Bharathi A
Question #653759 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/653759 Bharathi A posted a new comment: Friends here is my case - Step 1: Fetch the value of a CELL from one Excel sheet status: success Step 2: Paste that value in another cell (say C30) in another Excel sheet