Re: [Sikuli-driver] [Question #698118]: my script reacts too slow when detecting the image, how to improve it?

2021-07-22 Thread tony
Question #698118 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698118 Description changed to: I am making a script that make my character do the fishing automatically fishButton = "fishingrod.png" fishAppear = "exclamationMark.png" getFish = Pattern("pullBackFishRod.png").targ

[Sikuli-driver] [Question #698118]: my script reacts too slow when detecting the image, how to improve it?

2021-07-22 Thread tony
New question #698118 on SikuliX: https://answers.launchpad.net/sikuli/+question/698118 I am making a script that make my character do the fishing automatically fishButton = "fishingrod.png" fishAppear = "exclamationMark.png" getFish = Pattern("pullBackFishRod.png").targetOffset(2,0) # region is

Re: [Sikuli-driver] [Question #698074]: Linux/CentOS: TigerVNC Server: Dialogs are all black on 'Take Screenshot'

2021-07-22 Thread RaiMan
Question #698074 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698074 Summary changed to: Linux/CentOS: TigerVNC Server: Dialogs are all black on 'Take Screenshot' -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX.

Re: [Sikuli-driver] [Question #698074]: Dialog and pop-up boxes aare all black on 'Take Screenshot' or running scripts

2021-07-22 Thread RaiMan
Question #698074 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698074 RaiMan proposed the following answer: All the best and thank YOU. I will implement a setup with TigerVNC, to get more insight. -- You received this question notification because your team Sikuli Drivers i

Re: [Sikuli-driver] [Question #698074]: Dialog and pop-up boxes aare all black on 'Take Screenshot' or running scripts

2021-07-22 Thread Mat
Question #698074 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698074 Mat posted a new comment: All of the above is correct. Thanks for your help anyways, I will keep troubleshooting and trying different things. If I figure it out I will surely come back to let you know! Tha

[Sikuli-driver] [Question #698112]: Windows 10: imports no longer working after moving to newest version (run from comand line, sys.path not containing location of common modules)

2021-07-22 Thread Richard Chubb
New question #698112 on SikuliX: https://answers.launchpad.net/sikuli/+question/698112 I am having the same issue as in https://answers.launchpad.net/sikuli/+question/265660 I have followed the suggestions in that question but it has not resolved my issue. I get the following error ---

Re: [Sikuli-driver] [Question #698074]: Dialog and pop-up boxes aare all black on 'Take Screenshot' or running scripts

2021-07-22 Thread RaiMan
Question #698074 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698074 RaiMan proposed the following answer: So you have UserSystem <-> VLAB <-> VNCServerSystem - you see the screen of the VNCServerSystem on the UserSystem (via a VNCViewer or similar) - you use mouse and key

Re: [Sikuli-driver] [Question #698074]: Dialog and pop-up boxes aare all black on 'Take Screenshot' or running scripts

2021-07-22 Thread Mat
Question #698074 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698074 Mat posted a new comment: I am running a CentOS 7 machine that connects to a VLAB (also running CentOS 7). From the VLAB, we connect to a VNC Server (Also running on CentOS 7) to run the application and Siku

Re: [Sikuli-driver] [Question #698074]: Dialog and pop-up boxes aare all black on 'Take Screenshot' or running scripts

2021-07-22 Thread RaiMan
Question #698074 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698074 RaiMan requested more information: To understand right: - you have a CentOS machine where you run a VNC server - you have another machine where you run a VNC Viewer (what system) Where are the SikuliX tests

Re: [Sikuli-driver] [Question #697795]: Using keyDown and keyUp for regular keys?

2021-07-22 Thread RaiMan
Question #697795 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697795 RaiMan proposed the following answer: ... and the SikuliX class KeyboardLayout. -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX. __

Re: [Sikuli-driver] [Question #697795]: Using keyDown and keyUp for regular keys?

2021-07-22 Thread RaiMan
Question #697795 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697795 RaiMan proposed the following answer: Sorry, but with the current implementation I do not have a solution for you. I have it on the list as an enhancement for 2.0.6 (no commitment on release date currently

Re: [Sikuli-driver] [Question #697795]: Using keyDown and keyUp for regular keys?

2021-07-22 Thread RaiMan
Question #697795 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697795 RaiMan proposed the following answer: If you are willing to do some Java exercises: Java AWT Robot :-) -- You received this question notification because your team Sikuli Drivers is an answer contact for S

Re: [Sikuli-driver] [Question #698074]: Dialog and pop-up boxes aare all black on 'Take Screenshot' or running scripts

2021-07-22 Thread Mat
Question #698074 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698074 Mat posted a new comment: Bad wording on my part. - The application we are testing works without any issues when we run it on VNC, manually. - The issues only appear, while running on VNC, when: - We

Re: [Sikuli-driver] [Question #698074]: Dialog and pop-up boxes aare all black on 'Take Screenshot' or running scripts

2021-07-22 Thread RaiMan
Question #698074 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698074 RaiMan proposed the following answer: --- runs fine stand-alone --- issues when running it through Sikuli not clear what this means. What is the difference? SikuliX does not "run" any application - it does

Re: [Sikuli-driver] [Question #698063]: ImagePath.getBundlePath() returns null

2021-07-22 Thread RaiMan
Question #698063 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698063 Status: Open => Answered RaiMan proposed the following answer: In Java programming the bundle path is null per default. You might use ImagePath.setBundlePath(...) to set it before using any other Sikul

Re: [Sikuli-driver] [Question #698063]: ImagePath.getBundlePath() returns null

2021-07-22 Thread johnny doe
Question #698063 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698063 Status: Needs information => Open johnny doe gave more information on the question: Java Programming I try to call ImagePath.getBundlePath() and it returns null . On version 1.x.x it does not returns n

Re: [Sikuli-driver] [Question #698074]: Dialog and pop-up boxes aare all black on 'Take Screenshot' or running scripts

2021-07-22 Thread Mat
Question #698074 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698074 Mat posted a new comment: I will look more into the Linux/TigerVNC setup, but the application I am testing runs fine stand-alone. This issue only presents itself when running it through Sikuli. Are there an

Re: [Sikuli-driver] [Question #698097]: Error when opening projects in Sikuli (2.0.5)

2021-07-22 Thread RaiMan
Question #698097 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698097 RaiMan posted a new comment: If you save a project as .sikuli or as a folder, then the .py file gets the same name (- extension). if you now change either the folder name or the .py file name outside the ID

Re: [Sikuli-driver] [Question #698097]: Error when opening projects in Sikuli (2.0.5)

2021-07-22 Thread Ricardo Luzini
Question #698097 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698097 Status: Needs information => Solved Ricardo Luzini confirmed that the question is solved: @RaiMan, I just tried open the .py file and it worked. [debug] EditorPane: writeSrcFile: C:\Users\MT\Desktop\S

Re: [Sikuli-driver] [Question #698074]: Dialog and pop-up boxes aare all black on 'Take Screenshot' or running scripts

2021-07-22 Thread RaiMan
Question #698074 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698074 Status: Open => Answered RaiMan proposed the following answer: Surely nothing, where SikuliX can help or is the reason for this behavior. Must be a problem of the GUI manager setup in Linux/TigerVNC.

Re: [Sikuli-driver] [Question #698097]: Error when opening projects in Sikuli (2.0.5)

2021-07-22 Thread RaiMan
Question #698097 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698097 Summary changed to: Error when opening projects in Sikuli (2.0.5) -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX.

Re: [Sikuli-driver] [Question #698097]: Error when opening projects in Siculi (2.0.5)

2021-07-22 Thread RaiMan
Question #698097 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698097 Status: Open => Needs information RaiMan requested more information: what happens, when you select a "not working" script in the open dialog? [debug] SikulixFileChooser: Open at C:\Users\MT\Desktop\S