Re: [Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-08-17 Thread layanor
Question #656425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656425 layanor gave more information on the question: Okay I got the numbers. Now I need to know how to put in the code the correct way. https://gyazo.com/9fa5117497acd769ccc54593a7ac2c27 This does not work. --

Re: [Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-08-17 Thread layanor
Question #656425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656425 Status: Answered => Open layanor is still having a problem: Where do I get the location numbers? -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-08-17 Thread Manfred Hampl
Question #656425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656425 Status: Needs information => Answered Manfred Hampl proposed the following answer: A general hint: The smaller the region where you search for the image, the faster the search. E.g. If you know that

Re: [Sikuli-driver] [Question #656054]: 2 dimensional virtual slider

2017-08-17 Thread Manfred Hampl
Question #656054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656054 Status: Open => Answered Manfred Hampl proposed the following answer: Re: "However once the marker touches or overlaps the crosshair/s it will not match the image of the marker stored initially... "

Re: [Sikuli-driver] [Question #656054]: 2 dimensional virtual slider

2017-08-17 Thread tyag
Question #656054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656054 tyag posted a new comment: I guess the first of the two proposals may work provided we don't look for the marker image except initially to determine its coordinates. Add a step to Store the current

Re: [Sikuli-driver] [Question #656054]: 2 dimensional virtual slider

2017-08-17 Thread tyag
Question #656054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656054 Status: Answered => Open tyag is still having a problem: Thanks for the detailed response. However once the marker touches or overlaps the crosshair/s it will not match the image of the marker stored

Re: [Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-08-17 Thread masuo
Question #656425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656425 Status: Open => Needs information masuo requested more information: Nobody know which line of code you want to make faster. You should confirm response time each line of codes, and decide which line of

Re: [Sikuli-driver] [Question #656428]: How to get the image file name when a FindFailed exception happen

2017-08-17 Thread masuo
Question #656428 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656428 Status: Open => Answered masuo proposed the following answer: Try this codes. import os.path Settings.UserLogs = True Debug.setUserLogFile(os.path.join(getBundlePath(),"log.txt")) try:

[Sikuli-driver] [Question #656428]: How to get the image file name when a FindFailed exception happen

2017-08-17 Thread Stranger
New question #656428 on Sikuli: https://answers.launchpad.net/sikuli/+question/656428 I want to get the image file name not found by region.find() when a FindFailed exception happens in my Python construct try: ... except: ... . could you tell how to get the file name, I need to know it and

Re: [Sikuli-driver] [Question #655775]: Functionality gremlins (cannot select image, cannot switch tabs ect)

2017-08-17 Thread billy
Question #655775 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655775 Status: Needs information => Open billy gave more information on the question: Hello there, OS: Win 10 Pro x64 EN Java version: java version "1.8.0_131" Java(TM) SE Runtime Environment (build

Re: [Sikuli-driver] [Question #654902]: hasWindow and window functions do not work correctly

2017-08-17 Thread Launchpad Janitor
Question #654902 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654902 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-17 Thread Launchpad Janitor
Question #654090 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654090 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

[Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-08-17 Thread layanor
New question #656425 on Sikuli: https://answers.launchpad.net/sikuli/+question/656425 https://gyazo.com/3946c51e2e658c1fb5b38eeda6c4a100 I have two pictures that need to be watched for every second "Player1 Player2". The way I have them set up now almost works but sometimes is too late to

Re: [Sikuli-driver] [Question #210629]: How to Debug your Sikuli script in an advanced debugging IDE such as pyCharm

2017-08-17 Thread David Pérez
Question #210629 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/210629 David Pérez proposed the following answer: I would use PyDev + Eclipse. As far as I know, debugging Jython is not supported by JetBrains products (PyCharM, IDEA, ...) -- You received this question

Re: [Sikuli-driver] [Question #656054]: 2 dimensional virtual slider

2017-08-17 Thread Manfred Hampl
Question #656054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656054 Status: Open => Answered Manfred Hampl proposed the following answer: Developing such program without having access to the real system is almost impossible. I am trying to outline the skeleton, but