Re: [Sikuli-driver] [Question #705816]: How to use runScript and how to run a jar exported in the IDE

2023-03-12 Thread RaiMan
Question #705816 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705816 Summary changed to: How to use runScript and how to run a jar exported in the IDE -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX.

Re: [Sikuli-driver] [Question #705816]: What is this runScript mentioned all over the Doc?

2023-03-12 Thread RaiMan
Question #705816 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705816 Status: Open => Answered RaiMan proposed the following answer: - runScript is a feature to be used in a SikuliX jython script - currently it works only for saved jython scripts and jython snipp

Re: [Sikuli-driver] [Question #705761]: No module named Do

2023-03-08 Thread RaiMan
Question #705761 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705761 Status: Open => Answered RaiMan proposed the following answer: you posted this question earlier on stack overflow. I put an answer there. https://stackoverflow.com/questions/75666105/sikulix-no-mod

Re: [Sikuli-driver] [Question #705755]: key 2 causes Sikuli to take screenshot even when not in focus

2023-03-08 Thread RaiMan
Question #705755 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705755 Status: Open => Answered RaiMan proposed the following answer: look here for a workaround: https://github.com/RaiMan/SikuliX1/issues/522 -- You received this question notification because your t

Re: [Sikuli-driver] [Question #705722]: When I run the program, there is a prompt box "Delete images on save"

2023-03-05 Thread RaiMan
Question #705722 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705722 Status: Open => Answered RaiMan proposed the following answer: In some line before the one mentioned there is a comment line that has an uneven count of " or ' (string delimiters) -- You

Re: [Sikuli-driver] [Question #705714]: When using captrue() to deposit a local image, and then calling recognition, the score is less than 0.7 most of the time

2023-03-04 Thread RaiMan
Question #705714 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705714 Status: Open => Answered RaiMan proposed the following answer: A score less than 0.99 means, that parts of the image pixels are not the same in the match area on screen compared to the given im

Re: [Sikuli-driver] [Question #705665]: exists() and click(): How to know that click happened?

2023-03-04 Thread RaiMan
Question #705665 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705665 Summary changed to: exists() and click(): How to know that click happened? -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX.

Re: [Sikuli-driver] [Question #705665]: The exists() parameter is set to the image file path and does not work

2023-03-03 Thread RaiMan
Question #705665 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705665 Status: Open => Answered RaiMan proposed the following answer: if exists(Sd_img_L): SD = find(Sd_img_L) click(SD) With this code, nothing happens at all, if the image does not app

Re: [Sikuli-driver] [Question #705704]: Sikuli not able to identify images in Test Machine [using RemoteWinAppDriver]

2023-03-03 Thread RaiMan
Question #705704 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705704 Status: Open => Solved RaiMan changed the question status: Surely not the right place here for such specific topics. I have no experience with such setups, but the only thing I can say with resp

Re: [Sikuli-driver] [Question #705665]: The exists() parameter is set to the image file path and does not work

2023-03-01 Thread RaiMan
Question #705665 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705665 RaiMan requested more information: System, Java and SX version ? please post an example exists(...). -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #705665]: The exists() parameter is set to the image file path and does not work

2023-03-01 Thread RaiMan
Question #705665 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705665 Status: Open => Needs information RaiMan requested more information: System, Java and SX version ? please post an example exists(...). -- You received this question notification because your t

[Sikuli-driver] [Bug 2008628] [NEW] getLastMatch() returns null/None after wait/find/exists

2023-02-26 Thread RaiMan
Windows 10 Not sure what else could be helpful here ** Affects: sikuli Importance: High Assignee: RaiMan (raimund-hocke) Status: In Progress ** Changed in: sikuli Status: New => In Progress ** Changed in: sikuli Importance: Undecided => High ** Change

[Sikuli-driver] [Question #705498]: Status of bug #2008628 changed to 'In Progress' in SikuliX

2023-02-26 Thread RaiMan
Bug #2008628 status changed in SikuliX: New => In Progress https://bugs.launchpad.net/sikuli/+bug/2008628 "getLastMatch() returns null/None after wait/find/exists" This bug is linked to #705498. getLastMatch returns None when importing Sikuli

Re: [Sikuli-driver] [Question #705498]: getLastMatch returns None when importing Sikuli

2023-02-26 Thread RaiMan
Question #705498 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705498 Linked to bug: #2008628 https://bugs.launchpad.net/bugs/2008628 "getLastMatch() returns null/None after wait/find/exists" -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #705498]: getLastMatch returns None when importing Sikuli

2023-02-26 Thread RaiMan
Question #705498 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705498 Status: Needs information => Solved RaiMan changed the question status: ok, tested with 2.0.6: getLastMatch() returns None in any cases. This is a bug. -- You received this question notificat

Re: [Sikuli-driver] [Question #705498]: getLastMatch returns None when importing Sikuli

2023-02-26 Thread RaiMan
Question #705498 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705498 Status: Open => Needs information RaiMan requested more information: SX version? -- You received this question notification because your team Sikuli Drivers is an answer contact for Siku

[Sikuli-driver] [Bug 2007980] Re: Screen size wrong when changing monitor scaling programatically --- workaround 2.0.6-SNAPSHOT

2023-02-23 Thread RaiMan
This is my test script: # start with resolution 100 popup("change from now: %s" % SCREEN) # on popup change the resolution to 125 and click popup ok Screen.resetMonitors() scr = Screen(0) # an image taken with resolutiopn 125 img = "img.png" popup("changed: %s" % scr) # shows the new size print

[Sikuli-driver] [Bug 2007980] Re: Screen size wrong when changing monitor scaling programatically --- workaround 2.0.6-SNAPSHOT

2023-02-23 Thread RaiMan
** Description changed: - - workaround + - workaround (needs 2.0.6-SNAPSHOT) after changing the monitor setup programmatically (e.g. scaling factor), you have to use: Screen.resetMonitors() to let SikuliX reevaluate the monitor setup. - This works when running

[Sikuli-driver] [Bug 2007980] Re: Screen size wrong when changing monitor scaling programatically --- workaround 2.0.6-SNAPSHOT

2023-02-23 Thread RaiMan
** Summary changed: - Screen size wrong when changing monitor scaling programatically --- workaround + Screen size wrong when changing monitor scaling programatically --- workaround 2.0.6-SNAPSHOT -- You received this bug notification because you are a member of Sikuli Drivers, which is

[Sikuli-driver] [Bug 2007980] Re: Screen size wrong when changing monitor scaling programatically --- workaround

2023-02-23 Thread RaiMan
the script, for portability between different persons laptops. ** Changed in: sikuli Status: New => In Progress ** Changed in: sikuli Importance: Undecided => Medium ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) ** Changed in: sikuli Milest

[Sikuli-driver] [Bug 2007980] Re: Screen size wrong when changing monitor scaling programatically --- workaround

2023-02-23 Thread RaiMan
** Summary changed: - SikulixIDE does not scale the area to find elements when windows resolution is changed + Screen size wrong when changing monitor scaling programatically --- workaround -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to

Re: [Sikuli-driver] [Question #705147]: Macbook M2: needs 2.0.6+

2023-02-23 Thread RaiMan
Question #705147 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705147 Summary changed to: Macbook M2: needs 2.0.6+ -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX. ___

Re: [Sikuli-driver] [Question #705147]: NoClassDefFoundError on Macbook M2 OpenJDK Runtime Environment Temurin-17.0.6+10 (build 17.0.6+10)

2023-02-23 Thread RaiMan
Question #705147 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705147 Status: Open => Answered RaiMan proposed the following answer: you have to use the 2.0.6-SNAPSHOT version on https://github.com/RaiMan/SikuliX1 I am developing on Macs Mx with Temurin-11/17

Re: [Sikuli-driver] [Question #705091]: Launching scripts without IDE on system

2023-02-18 Thread RaiMan
Question #705091 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705091 Status: Answered => Solved RaiMan changed the question status: not possible -- You received this question notification because your team Sikuli Drivers is an answer contact for Siku

Re: [Sikuli-driver] [Question #705091]: Launching scripts without IDE on system

2023-02-18 Thread RaiMan
Question #705091 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705091 Status: Open => Answered RaiMan proposed the following answer: Currently there is no way to run SX scripts (even runnable jars) without having Java and SikuliX IDE installed. There are no pl

Re: [Sikuli-driver] [Question #705066]: How to stop running script when ALT+SHIFT+C is not possible? --- workaround

2023-02-16 Thread RaiMan
Question #705066 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705066 Description changed to: workaround (thanks to post #2) # add to main script def StopScript(event): sys.exit() Env.addHotkey(<>,<>, StopScript) # use a suitable key/modifier

Re: [Sikuli-driver] [Question #705066]: How to stop running script when ALT+SHIFT+C is not possible? --- workaround

2023-02-16 Thread RaiMan
Question #705066 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705066 Description changed to: workaround # add to main script def StopScript(event): sys.exit() Env.addHotkey(<>,<>, StopScript) # use a suitable key/modifier combination

Re: [Sikuli-driver] [Question #705066]: How to stop running script?

2023-02-16 Thread RaiMan
Question #705066 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705066 RaiMan posted a new comment: @Corentin Thanks for the hint. At least a workaround, but you need it in every main script you are using. So some global configurable option might be useful. I have

Re: [Sikuli-driver] [Question #705066]: How to stop running script when ALT+SHIFT+C is not possible? --- workaround

2023-02-16 Thread RaiMan
Question #705066 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705066 Summary changed to: How to stop running script when ALT+SHIFT+C is not possible? --- workaround -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #699797]: [error] Mouse: not useable (blocked) --- but click works

2023-02-16 Thread RaiMan
Question #699797 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/699797 RaiMan requested more information: @Corentin: since you are a new commenter to this question: Pls. more info about your environment and your observations. -- You received this question notification

Re: [Sikuli-driver] [Question #705066]: How to stop running script?

2023-02-16 Thread RaiMan
Question #705066 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705066 Status: Open => Answered RaiMan proposed the following answer: Sorry, currently not. You have to abort the running task with system means. I will make the stop-hotkey configurable. -- You recei

Re: [Sikuli-driver] [Question #703405]: [Linux] Screen goes black when trying to take a screenshot using sikulix IDE

2023-02-16 Thread RaiMan
Question #703405 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703405 RaiMan posted a new comment: @Akshay T P Thanks for the confirmation and the additional info I will add a startup-check and some info how to handle the situation. follow up is on Github: https://github.com

Re: [Sikuli-driver] [Question #703405]: [Linux] Screen goes black when trying to take a screenshot using sikulix IDE

2023-02-16 Thread RaiMan
Question #703405 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703405 Description changed to: accepted bug follow up on GitHub: https://github.com/RaiMan/SikuliX1/issues/568 Problem: Screen goes black when trying

Re: [Sikuli-driver] [Question #703405]: [Linux] Screen goes black when trying to take a screenshot using sikulix IDE

2023-02-16 Thread RaiMan
Question #703405 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703405 Status: Expired => Solved RaiMan changed the question status: follow up on GitHub: https://github.com/RaiMan/SikuliX1/issues/568 -- You received this question notification because your team Sik

Re: [Sikuli-driver] [Question #703405]: [Linux] Screen goes black when trying to take a screenshot using sikulix IDE

2023-02-15 Thread RaiMan
Question #703405 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703405 RaiMan posted a new comment: I now have a native install of Ubuntu 22.04 and can confirm the situation. The reason behind is a known Java Robot problem with the new Wayland DisplayServerProtokoll (instead

Re: [Sikuli-driver] [Question #703405]: [Linux] Screen goes black when trying to take a screenshot using sikulix IDE

2023-02-14 Thread RaiMan
Question #703405 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703405 RaiMan posted a new comment: ok. sorry. I have to setup a new Ubuntu dev environment, which will take some time. Did not ask about your screen setup: pls try with only one system screen. Is it native

Re: [Sikuli-driver] [Question #703405]: [Linux] Screen goes black when trying to take a screenshot using sikulix IDE

2023-02-11 Thread RaiMan
Question #703405 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703405 RaiMan posted a new comment: The snapshots are here: https://github.com/RaiMan/SikuliX1 -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX

Re: [Sikuli-driver] [Question #703405]: [Linux] Screen goes black when trying to take a screenshot using sikulix IDE

2023-02-09 Thread RaiMan
Question #703405 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703405 Summary changed to: [Linux] Screen goes black when trying to take a screenshot using sikulix IDE -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #703405]: Screen goes black when trying to take a screenshot using sikulix IDE on Redhat 8.6

2023-02-09 Thread RaiMan
Question #703405 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703405 RaiMan posted a new comment: Please try with 2.0.5 or even 2.0.6-snapshot. Java should be 11 or 17 (LTS versions). -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #703093]: [2.0.5] Windows 11: Mouse not useable (blocked). --- run from command line as admin

2023-02-06 Thread RaiMan
Question #703093 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703093 Status: Answered => Solved RaiMan changed the question status: @David: thanks for the confirmation -- You received this question notification because your team Sikuli Drivers is an answer cont

Re: [Sikuli-driver] [Question #703093]: [2.0.5] Windows 11: Mouse not useable (blocked). --- run from command line as admin

2023-02-06 Thread RaiMan
Question #703093 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703093 Summary changed to: [2.0.5] Windows 11: Mouse not useable (blocked). --- run from command line as admin Description changed to: While using hover() in SikuliX 2.0.5, there is an error: Mouse.move(): Mouse

Re: [Sikuli-driver] [Question #704427]: [2.0.5] use images from a jar

2023-01-26 Thread RaiMan
Question #704427 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704427 RaiMan proposed the following answer: Ok, this is a possible workaround in 2.0.5 in Java: it is only the basic approach to get an image from a jar as a SikuliX useable object. - make sure, that the jar

Re: [Sikuli-driver] [Question #704427]: [2.0.5] use images from a jar

2023-01-24 Thread RaiMan
Question #704427 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704427 Summary changed to: [2.0.5] use images from a jar -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX.

Re: [Sikuli-driver] [Question #704427]: 2.0.6 release

2023-01-24 Thread RaiMan
Question #704427 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704427 Status: Open => Answered RaiMan proposed the following answer: ok. understood. I will set up a case and try to find a solution. Hopefully within 2 days. -- You received this question notificat

Re: [Sikuli-driver] [Question #704427]: 2.0.6 release

2023-01-18 Thread RaiMan
Question #704427 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704427 Status: Open => Needs information RaiMan requested more information: 2.0.6 final: no idea - sorry 2.0.5: images from jar - ok, got it. programming in Python or in Java? -- You received this quest

Re: [Sikuli-driver] [Question #704427]: 2.0.6 release

2023-01-17 Thread RaiMan
Question #704427 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704427 Status: Open => Answered RaiMan proposed the following answer: --- 2.0.6 .. is still snapshot only (links on the GitHub readme page) --- 2.0.5 ... images from jar 2.0.5??? I do not understand what

Re: [Sikuli-driver] [Question #704298]: Is SikuliX(image recognition) better on the Macbook M1 ?

2023-01-06 Thread RaiMan
Question #704298 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704298 Status: Open => Answered RaiMan proposed the following answer: macMini Intel Core I5 3GHz 8GB macOS 12 # 309 / 007 / 1920x1080 (2,1 MegaPixel) 147 iMac_M1 16GB macOS 13 # 330 / 008 / 2240x1260 (

Re: [Sikuli-driver] [Question #704278]: Sikulix Screen parallel testing

2023-01-04 Thread RaiMan
Question #704278 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704278 Status: Open => Answered RaiMan proposed the following answer: --- but I use a lot clicking on image in tests, so I think I can't use that for parallel testing on one machine you have to serial

Re: [Sikuli-driver] [Question #704189]: NameError: name 'use' is not defined

2023-01-04 Thread RaiMan
Question #704189 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704189 Status: Open => Answered RaiMan proposed the following answer: again the typo from sikuli import # instead of from sikuli import * you should use copy to put code here. how to import Python st

Re: [Sikuli-driver] [Question #704278]: Sikulix Screen parallel testing

2023-01-03 Thread RaiMan
Question #704278 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704278 RaiMan proposed the following answer: .. and have a look at the observe feature, which has some built in single-use support with respect to the same Region object. -- You received this question

Re: [Sikuli-driver] [Question #704278]: Sikulix Screen parallel testing

2023-01-03 Thread RaiMan
Question #704278 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704278 Status: Open => Answered RaiMan proposed the following answer: Generally with SikuliX running SikuliX features in parallel does not make sense, because screen, mouse and keyboard are singele-

Re: [Sikuli-driver] [Question #704189]: NameError: name 'use' is not defined

2023-01-03 Thread RaiMan
Question #704189 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704189 Status: Open => Answered RaiMan proposed the following answer: --- your code from sikuli import * import Ryancode print("ryan") tmpRegion = tmpRegion.highlight(2) syntactically correct w

[Sikuli-driver] [Bug 2000801] Re: Sikuly not appearing when launching for the first time

2022-12-31 Thread RaiMan
Thanks for the nice comments and wishes. All the best to you. ** Changed in: sikuli Milestone: None => 2.0.6 ** Changed in: sikuli Status: New => In Progress ** Changed in: sikuli Importance: Undecided => High ** Changed in: sikuli Assignee: (unassigned) => Rai

Re: [Sikuli-driver] [Question #704162]: Mac problem with libopencv_java342.dylib loaded, but it might be a problem OpenCV

2022-12-25 Thread RaiMan
Question #704162 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704162 Status: Answered => Solved RaiMan changed the question status: @Anshul: Would be safer for the future, to change the ref in the pom-file to 2.0.6-snapshot, but you still have to manually

Re: [Sikuli-driver] [Question #704174]: Mac problem with org.sikuli.script.SikuliXception: loadlib: libopencv_java2411.dylib not in any libs folder, but it might be a problem OpenCV

2022-12-21 Thread RaiMan
Question #704174 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704174 Status: Open => Answered RaiMan proposed the following answer: You might try with the 2.0.6-snapshot from the GitHub page. I hope to get the final ready within the next 3 months. -- You recei

Re: [Sikuli-driver] [Question #704174]: Mac problem with org.sikuli.script.SikuliXception: loadlib: libopencv_java2411.dylib not in any libs folder, but it might be a problem OpenCV

2022-12-21 Thread RaiMan
Question #704174 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704174 Status: Open => Answered RaiMan proposed the following answer: SikuliX versions 2.0.5 and lower cannot be used on Mac Mx -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #704162]: Mac problem with libopencv_java342.dylib loaded, but it might be a problem OpenCV

2022-12-21 Thread RaiMan
Question #704162 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704162 RaiMan proposed the following answer: SikuliX versions 2.0.5 and lower do not run on Mac Mx machines. -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #704083]: Sharing Sikulx projects between computers (and different OS)

2022-12-18 Thread RaiMan
Question #704083 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704083 Status: Open => Answered RaiMan proposed the following answer: Actually there are no packaging actions, that allow users to execute SikuliX scripts without any prerequisites. - a Java Runtime m

Re: [Sikuli-driver] [Question #704121]: Without making any changes, suddenly getting a ImportError No module named pandas when trying to use import csv

2022-12-14 Thread RaiMan
Question #704121 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704121 Status: Open => Answered RaiMan proposed the following answer: please try with 2.0.5 -- You received this question notification because your team Sikuli Drivers is an answer contact for Siku

Re: [Sikuli-driver] [Question #703866]: Lookign for sikulixapi-2.0.4 or 2.0.5 with recent log4j 2

2022-11-29 Thread RaiMan
Question #703866 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703866 Status: Open => Answered RaiMan proposed the following answer: use the sources: https://github.com/RaiMan/SikuliX1/releases/tag/2.0.5-final ... modify and build according to the pom. -- You recei

[Sikuli-driver] [Bug 1995401] Re: Fn key appears to be held down in macOS Monterey

2022-11-14 Thread RaiMan
** Changed in: sikuli Status: New => Invalid -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to SikuliX. https://bugs.launchpad.net/bugs/1995401 Title: Fn key appears to be held down in macOS Monterey Status in SikuliX: Invalid

Re: [Sikuli-driver] [Question #321924]: selenium capture popup window

2022-11-14 Thread RaiMan
Question #321924 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/321924 Status: Answered => Invalid RaiMan changed the question status: See comment -- You received this question notification because your team Sikuli Drivers is an answer contact for Siku

Re: [Sikuli-driver] [Question #694687]: [2.0.4] OCR Global settings not updated after setting Settings.OcrLanguages --- workaround

2022-11-14 Thread RaiMan
Question #694687 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/694687 Status: Answered => Solved RaiMan changed the question status: it is -- You received this question notification because your team Sikuli Drivers is an answer contact for Siku

Re: [Sikuli-driver] [Question #695366]: Request details for suggesting sikuli for organization

2022-11-14 Thread RaiMan
Question #695366 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/695366 Status: Answered => Solved RaiMan changed the question status: it is -- You received this question notification because your team Sikuli Drivers is an answer contact for Siku

Re: [Sikuli-driver] [Question #701210]: Same image not found on different devices/systems --- especially with textual content

2022-11-14 Thread RaiMan
Question #701210 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/701210 RaiMan posted a new comment: Another option is to use SikuliX's ImagePath feature. - create a unique image set for every needed variant - at script start check the given variant somehow (e.g. searching some

Re: [Sikuli-driver] [Question #703652]: multiple monitors, multiple fullscreen windows support

2022-11-13 Thread RaiMan
Question #703652 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703652 Status: Open => Answered RaiMan proposed the following answer: no -- You received this question notification because your team Sikuli Drivers is an answer contact for Siku

Re: [Sikuli-driver] [Question #703337]: MinSimilarity dont work

2022-11-13 Thread RaiMan
Question #703337 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703337 Status: Expired => Answered RaiMan changed the question status: to be checked. sorry for delays even in future -- You received this question notification because your team Sikuli Drivers is an ans

Re: [Sikuli-driver] [Question #702998]: script that runs from IDE but not from Commandline

2022-11-13 Thread RaiMan
Question #702998 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/702998 Status: Open => Answered RaiMan changed the question status: have to check. sorry for delays even in future -- You received this question notification because your team Sikuli Drivers is an ans

Re: [Sikuli-driver] [Question #703421]: Fail to use Screen.wait() function within jpype

2022-11-13 Thread RaiMan
Question #703421 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703421 Status: Expired => Answered RaiMan changed the question status: Interesting: jpype. Will have a look into it (might take some time) -- You received this question notification because your t

Re: [Sikuli-driver] [Question #703421]: jpype: Fail to use Screen.wait() function within jpype

2022-11-13 Thread RaiMan
Question #703421 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703421 Summary changed to: jpype: Fail to use Screen.wait() function within jpype -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX.

Re: [Sikuli-driver] [Question #703399]: Silently monitor application performance

2022-11-13 Thread RaiMan
Question #703399 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703399 Status: Expired => Answered RaiMan changed the question status: as long as the script does not trigger mouse (click, ...) or keyboard (type, ...) it might run along with an acting user. --

Re: [Sikuli-driver] [Question #703360]: Sikulix Multithread image detect

2022-11-13 Thread RaiMan
Question #703360 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703360 Status: Expired => Answered RaiMan changed the question status: findAny and/or findBest are worth to try out -- You received this question notification because your team Sikuli Drivers is an ans

Re: [Sikuli-driver] [Question #702342]: New user, I do not have the left icons ?

2022-11-13 Thread RaiMan
Question #702342 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/702342 Status: Answered => Solved RaiMan changed the question status: yes it is -- You received this question notification because your team Sikuli Drivers is an answer contact for Siku

Re: [Sikuli-driver] [Question #685070]: OCR multithreading using java

2022-11-13 Thread RaiMan
Question #685070 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/685070 Status: Answered => Expired RaiMan changed the question status: no solution -- You received this question notification because your team Sikuli Drivers is an answer contact for Siku

Re: [Sikuli-driver] [Question #703107]: Sikuli not working changing screen size

2022-11-13 Thread RaiMan
Question #703107 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703107 Status: Answered => Solved RaiMan changed the question status: images on other systems must be rendered to screen the same size (width and height) in pixels as captured with the script. Other aspe

Re: [Sikuli-driver] [Question #703093]: [2.0.5] Windows 11: Mouse not useable (blocked)

2022-11-13 Thread RaiMan
Question #703093 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703093 Status: Expired => Answered RaiMan changed the question status: might be a problem -- You received this question notification because your team Sikuli Drivers is an answer contact for Siku

Re: [Sikuli-driver] [Question #664377]: issue commands to a game

2022-11-13 Thread RaiMan
Question #664377 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/664377 Status: Answered => Expired RaiMan changed the question status: no solution -- You received this question notification because your team Sikuli Drivers is an answer contact for Siku

[Sikuli-driver] [Bug 1987487] Re: IDE cursor position inconsistency

2022-08-24 Thread RaiMan
Thanks for checking and confirming. ** Changed in: sikuli Status: Opinion => Fix Committed ** Changed in: sikuli Importance: Medium => High -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to SikuliX.

[Sikuli-driver] [Bug 1987487] Re: IDE cursor position inconsistency

2022-08-24 Thread RaiMan
Could you please check with the snapshot of 2.0.6 (GitHub). ** Changed in: sikuli Status: New => Opinion ** Changed in: sikuli Importance: Undecided => Medium ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) ** Changed in: sikuli Milest

Re: [Sikuli-driver] [Question #702786]: operating system/hardware/software setup? (performance aspects)

2022-08-17 Thread RaiMan
Question #702786 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/702786 Summary changed to: operating system/hardware/software setup? (performance aspects) -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX.

Re: [Sikuli-driver] [Question #702786]: What are some of tried and tested operating system/hardware/software setup?

2022-08-17 Thread RaiMan
Question #702786 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/702786 Status: Open => Answered RaiMan proposed the following answer: The only performance critical aspect with SikuliX is the image search, that is done internally with OpenCV matchTemplate. This feat

Re: [Sikuli-driver] [Question #702721]: sikuli click function opening microsoft office

2022-08-10 Thread RaiMan
Question #702721 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/702721 RaiMan posted a new comment: LOL, did not dare to ask, wether you have used click(, ) :-)) with click(someImage, n), the n is not a waittime, but a code for the extra keys, that should be pressed

Re: [Sikuli-driver] [Question #702721]: sikuli click function opening microsoft office

2022-08-10 Thread RaiMan
Question #702721 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/702721 Status: Open => Needs information RaiMan requested more information: The script launch seems to be done from c#. Not my world and hence no experience, sorry. Did you already check, wether the cl

Re: [Sikuli-driver] [Question #702722]: sikuli click function opening microsoft office

2022-08-10 Thread RaiMan
Question #702722 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/702722 Status: Open => Invalid RaiMan changed the question status: double to 702721 -- You received this question notification because your team Sikuli Drivers is an answer contact for Siku

Re: [Sikuli-driver] [Question #702721]: sikuli click function opening microsoft office

2022-08-10 Thread RaiMan
Question #702721 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/702721 Status: Open => Needs information RaiMan requested more information: What version of SikuliX? please post a click usage example. -- You received this question notification because your team Sik

Re: [Sikuli-driver] [Question #702646]: Optimizing resource usage

2022-08-07 Thread RaiMan
Question #702646 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/702646 Status: Open => Answered RaiMan proposed the following answer: Ok, then you have to live with the situation, after having followed Manfred's suggestions. You might also try with the pre-vers

Re: [Sikuli-driver] [Question #702646]: Optimizing resource usage

2022-08-05 Thread RaiMan
Question #702646 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/702646 RaiMan requested more information: What is your exact environment? versions of Windows, Java and SikuliX? How do you run the script? -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #702646]: Optimizing resource usage

2022-08-04 Thread RaiMan
Question #702646 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/702646 RaiMan posted a new comment: @Manfred: excellent answer as always.Thanks and all the best. -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX

Re: [Sikuli-driver] [Question #702646]: Optimizing resource usage

2022-08-03 Thread RaiMan
Question #702646 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/702646 Status: Open => Answered RaiMan proposed the following answer: --- ...waitscanrate but apparently it's used for region, every image search towards a screen in SikuliX is done on a Region (undot

Re: [Sikuli-driver] [Question #702646]: Optimizing resource usage

2022-08-03 Thread RaiMan
Question #702646 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/702646 Status: Open => Answered RaiMan proposed the following answer: Since I cannot see your screen content and do not really understand the workflow based on your info, I give you this general advise: W

[Sikuli-driver] [Bug 1981614] Re: 'RunTime:loadLib: libopencv_java430.so (failed) probably dependent libs missing' error while running sikuli test script in Red hat 7.6 issue

2022-07-18 Thread RaiMan
** Changed in: sikuli Status: New => Won't Fix ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to SikuliX. https://bugs.launchpad.net/bugs/1981614

[Sikuli-driver] [Bug 1981613] Re: Not able to install the Sikulix setup 1.1.3 jar in Linux

2022-07-18 Thread RaiMan
** Changed in: sikuli Status: New => Won't Fix ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to SikuliX. https://bugs.launchpad.net/bugs/1981613

Re: [Sikuli-driver] [Question #702189]: Python unittest output not displayed after switching from 1.1.2 to 2.0.4

2022-06-16 Thread RaiMan
Question #702189 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/702189 Status: Open => Answered RaiMan proposed the following answer: Sorry for not giving you feedback in time. I got it and will have a look at it asap. -- You received this question notification beca

Re: [Sikuli-driver] [Question #702188]: My OCR function seems to be faulty

2022-06-15 Thread RaiMan
Question #702188 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/702188 Status: Open => Answered RaiMan proposed the following answer: ok, I will check. try it this way: match=find("1655300729149.png") str = Region(match).text() -- You received

Re: [Sikuli-driver] [Question #702189]: Python unittest output not displayed after switching from 1.1.2 to 2.0.4

2022-06-15 Thread RaiMan
Question #702189 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/702189 Status: Open => Needs information RaiMan requested more information: can you send me an example produces the problem. use mail: sikulix---at---outlook---dot---com -- You received this quest

Re: [Sikuli-driver] [Question #697943]: Stuck in Sikulix-IDE 2.0.5 is starting on Java 8

2022-06-15 Thread RaiMan
Question #697943 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697943 RaiMan posted a new comment: For 2.0.5+ Java 11 or Java 17 (any LTS version 11+) are the best choices, if you want me to do any tests or replicate a bug. The source code of 2.0.5+ will be based

Re: [Sikuli-driver] [Question #702188]: My OCR function seems to be faulty

2022-06-15 Thread RaiMan
Question #702188 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/702188 Status: Open => Answered RaiMan proposed the following answer: please reproduce with Java 17 (I only support Java LTS versions 11+) -- You received this question notification because your team Sik

Re: [Sikuli-driver] [Question #702189]: Python unittest output not displayed after switching from 1.1.2 to 2.0.4

2022-06-15 Thread RaiMan
Question #702189 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/702189 Status: Open => Answered RaiMan proposed the following answer: try with 2.0.5 (I do not support earlier versions anymore - sorry). -- You received this question notification because your team Sik

Re: [Sikuli-driver] [Question #702188]: My OCR function seems to be faulty

2022-06-15 Thread RaiMan
Question #702188 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/702188 Status: Open => Needs information RaiMan requested more information: what version of SikuliX? what system? -- You received this question notification because your team Sikuli Drivers is an ans

Re: [Sikuli-driver] [Question #702137]: Log4j 1.x vulnerability with Sikuli2.x ?

2022-06-10 Thread RaiMan
Question #702137 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/702137 RaiMan proposed the following answer: Until version 2.0.5 log4J 1.x exists in SikuliX through the dependency chain tess4j -> gost4j -> log4j Beginning with version 2.0.6 we use the latest version of

<    1   2   3   4   5   6   7   8   9   10   >