Re: [Sikuli-driver] [Question #689217]: feature points extract --- not planned as SikuliX feature

2020-03-11 Thread larryli
Question #689217 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689217 larryli posted a new comment: Dear RaiMan thanks for your answer. I can understand your mean. in my thinking, some time, there is backgroup for catpure, if backgroup is changed, it will not easy to detect

[Sikuli-driver] [Bug 1867074] [NEW] Do.popAsk return incorrect on timeout

2020-03-11 Thread Jon Scharff
Public bug reported: With sikuli 2.0.3 / java1.8.0_242-b08 on Windows 10 , 64 bit Build 18362 (10.0.18362.329) using Jython Do.popAsk returns 0(False) upon timeout. sikuli 1.1.4 returned None, which is the documented behavior. ** Affects: sikuli Importance: Undecided Status: New

Re: [Sikuli-driver] [Question #688619]: [2.0.2] SikuliX does not work with OpenJDK.

2020-03-11 Thread Jon Scharff
Question #688619 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688619 Jon Scharff posted a new comment: Here is the log output from sikuli-2.0.3 [DEBUG]startUp: IDE: Running: C:\Programs\sikuli\sikulix-2.0.3.jar [DEBUG]startUp: IDE: AppData:

Re: [Sikuli-driver] [Question #688619]: [2.0.2] SikuliX does not work with OpenJDK.

2020-03-11 Thread Jon Scharff
Question #688619 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688619 Jon Scharff posted a new comment: I have the same problem (I believe) on Japanese Windows 10. I imagine this may be an OpenJDK issue, though. I can use AdoptOpenJDK/Hostspot 8.0.242.08 appears to work, but

Re: [Sikuli-driver] [Question #689275]: Clicking an offset from getLastMatch

2020-03-11 Thread xyz_User
Question #689275 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689275 Description changed to: I've tried various method and tried to go throu the docs but wasn't able to be successful: if bColor.toString() == aColor.toString(): print "FOUND ITEM!!!"

Re: [Sikuli-driver] [Question #689275]: Clicking an offset from getLastMatch

2020-03-11 Thread xyz_User
Question #689275 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689275 Status: Open => Solved xyz_User confirmed that the question is solved: Apologies, I found the answer -- You received this question notification because your team Sikuli Drivers is an answer contact

[Sikuli-driver] [Question #689275]: Clicking an offset from getLastMatch

2020-03-11 Thread xyz_User
New question #689275 on Sikuli: https://answers.launchpad.net/sikuli/+question/689275 Is there a way to actually click an offset from the getLastMatch? I've tried various method and tried to go throu the docs but wasn't able to be successful: aColor = Color(0xa46465) bColor =

Re: [Sikuli-driver] [Question #689265]: input text field into pop-up box

2020-03-11 Thread Manfred Hampl
Question #689265 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689265 Status: Open => Answered Manfred Hampl proposed the following answer: see https://answers.launchpad.net/sikuli/+question/204153 comment #1 Not a SikuliX question, but plain Python. Read books or web

Re: [Sikuli-driver] [Question #689265]: input text field into pop-up box

2020-03-11 Thread lvp
Question #689265 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689265 Status: Answered => Open lvp is still having a problem: Please may I know if there any way to input text from file in sikulix other than using ConfigParser ? -- You received this question notification

Re: [Sikuli-driver] [Question #689265]: input text field into pop-up box

2020-03-11 Thread Manfred Hampl
Question #689265 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689265 Manfred Hampl posted a new comment: You script and the error message do not fit together. The error message refers to a statement that is not contained in the script snippet! -- You received this question

Re: [Sikuli-driver] [Question #689267]: Capturing value automatically from a Terminal window

2020-03-11 Thread RaiMan
Question #689267 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689267 Status: Open => Answered RaiMan proposed the following answer: General advice: Please work with a stable version (currently 2.0.3). Version 2.1.0 is under heavy development and not guaranteed to work

Re: [Sikuli-driver] [Question #689267]: Capturing value automatically from a Terminal window

2020-03-11 Thread RaiMan
Question #689267 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689267 RaiMan proposed the following answer: As far as I understand, then the result gets visible in the command window. You might try to use the text features, to read the content of the command window. -- You

Re: [Sikuli-driver] [Question #688868]: get current keyboard Layout

2020-03-11 Thread Sergey Taranenko
Question #688868 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688868 Status: Answered => Solved Sergey Taranenko confirmed that the question is solved: this work for me: from java.awt.im import InputContext def getKeyboardLang(): return

Re: [Sikuli-driver] [Question #689265]: input text field into pop-up box

2020-03-11 Thread RaiMan
Question #689265 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689265 Status: Open => Answered RaiMan proposed the following answer: not a SikuliX question. check how to use the ConfigParser modul correctly. -- You received this question notification because your team

Re: [Sikuli-driver] [Question #689265]: input text field into pop-up box

2020-03-11 Thread lvp
Question #689265 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689265 Status: Answered => Open lvp is still having a problem: Yeah, I agree its not good to store password in a file, but for my requirement I believe it is fine to do it :) so, i included the bracket [user1

Re: [Sikuli-driver] [Question #689265]: input text field into pop-up box

2020-03-11 Thread Manfred Hampl
Question #689265 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689265 Status: Open => Answered Manfred Hampl proposed the following answer: If you are talking about a password, then I would never store it in the script or in a config file, but I suggest request it from

[Sikuli-driver] [Question #689267]: Capturing value automatically from a Terminal window

2020-03-11 Thread Pritam Biswas
New question #689267 on Sikuli: https://answers.launchpad.net/sikuli/+question/689267 Hi, I want to perform below steps to fulfill my POC on simulation of an existing process- 1. Create a script that adds and multiplies two numbers Output – sum: <#>, product: <#> 2. Specify a

Re: [Sikuli-driver] [Question #689143]: Entering Data in a Mainframe screen via SikuliX

2020-03-11 Thread Pritam Biswas
Question #689143 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689143 Status: Answered => Solved Pritam Biswas confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is

[Sikuli-driver] [Question #689265]: input text field into pop-up box

2020-03-11 Thread lvp
New question #689265 on Sikuli: https://answers.launchpad.net/sikuli/+question/689265 Hi there, I started sikulix very very recently and have no programming knowledge. I have written a small script using built-in sikulix windows operations like click , type ("xx"), click ,wait,click . It

Re: [Sikuli-driver] [Question #689250]: Mouse Click Doesn't Register

2020-03-11 Thread Claud
Question #689250 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689250 Claud posted a new comment: Thank you, I will :) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #688902]: How to store the image of the region, where a find op did not work

2020-03-11 Thread Launchpad Janitor
Question #688902 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688902 Status: Needs information => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. --

Re: [Sikuli-driver] [Question #689250]: Mouse Click Doesn't Register

2020-03-11 Thread RaiMan
Question #689250 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689250 Status: Open => Answered RaiMan proposed the following answer: I have no experiences with SikuliX usage in game bots, but I know from some user feedbacks, that there are games, that try to detect and

Re: [Sikuli-driver] [Question #689255]: Function worked, then stopped working..

2020-03-11 Thread xyz_User
Question #689255 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689255 Description changed to: SOlved after looking at Raimans comment on another topic :) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #689255]: Function worked, then stopped working..

2020-03-11 Thread xyz_User
Question #689255 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689255 Status: Open => Solved xyz_User confirmed that the question is solved: needed to import doh! working passed my bedtime :) -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #689241]: Observer not stopping / causing script to a halt/slugghish execution

2020-03-11 Thread xyz_User
Question #689241 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689241 xyz_User 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 #689241]: Observer not stopping / causing script to a halt/slugghish execution

2020-03-11 Thread xyz_User
Question #689241 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689241 Status: Open => Solved xyz_User confirmed that the question is solved: This Solved My Problem -- You received this question notification because your team Sikuli Drivers is an answer contact for

[Sikuli-driver] [Question #689255]: Function worked, then stopped working..

2020-03-11 Thread xyz_User
New question #689255 on Sikuli: https://answers.launchpad.net/sikuli/+question/689255 I'd appreciate if someone can point out why I'm getting an error here: NameError: global name 'Color' is not defined def searchThis(): if