[Sikuli-driver] [Question #678462]: [1.1.4 PyJnius] Fix 'App NullPointer, MinSimilarity, MoveMouseDelay, Highlight'

2019-02-09 Thread Dirk Schiller
New question #678462 on Sikuli: https://answers.launchpad.net/sikuli/+question/678462 sikulix.py === import os, sys # https://github.com/blackrosezy/gui-inspect-tool # https://raiman.github.io/SikuliX1/downloads.html # http://doc.sikuli.org/javadoc/index.html # https://sikulix-2014.readthedo

[Sikuli-driver] [Question #678461]: [1.1.4] Fix ' [error] RobotDesktop: checkMousePosition: should be L[2880, 540]@S(1)... '

2019-02-09 Thread Dirk Schiller
New question #678461 on Sikuli: https://answers.launchpad.net/sikuli/+question/678461 Issue: = Windows 10 Screen Scale > 100% : [error] RobotDesktop: checkMousePosition: should be L[2880,540]@S(1)... See alos: === https://github.com/RaiMan/SikuliX-2014/issues/292 Solution: Sca

Re: [Sikuli-driver] [Question #678460]: [1.1.4 PyJnius] Fix ' TypeError: 'float' object is not callable '

2019-02-09 Thread Dirk Schiller
Question #678460 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678460 Description changed to: Found a Solution for the '# pat.similar(1.0) # Throw an Error: TypeError: 'float' object is not callable': In 'C:\Users\DOP\AppData\Local\Programs\Python\Python37\Lib\site- packages\j

Re: [Sikuli-driver] [Question #678460]: [1.1.4 PyJnius] Fix ' TypeError: 'float' object is not callable '

2019-02-09 Thread Dirk Schiller
Question #678460 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678460 Description changed to: Found a Solution for the '# pat.similar(1.0) # Throw an Error: TypeError: 'float' object is not callable': In 'C:\Users\DOP\AppData\Local\Programs\Python\Python37\Lib\site- packages\j

Re: [Sikuli-driver] [Question #678437]: [1.1.4 Jython] Region().highlight() blocks Screen().click() --- solution

2019-02-09 Thread Dirk Schiller
Question #678437 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678437 Summary changed to: [1.1.4 Jython] Region().highlight() blocks Screen().click() --- solution -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #678376]: [1.1.4 PyJnius] How to set 'similar' from default 0.7 to 1.0 ?

2019-02-09 Thread Dirk Schiller
Question #678376 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678376 Summary changed to: [1.1.4 PyJnius] How to set 'similar' from default 0.7 to 1.0 ? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

[Sikuli-driver] [Question #678460]: [1.1.4 PyJnius] Fix ' TypeError: 'float' object is not callable '

2019-02-09 Thread Dirk Schiller
New question #678460 on Sikuli: https://answers.launchpad.net/sikuli/+question/678460 Found a Solution for the '# pat.similar(1.0) # Throw an Error: TypeError: 'float' object is not callable': In 'C:\Users\DOP\AppData\Local\Programs\Python\Python37\Lib\site-packages\jnius\reflect.py' change (

Re: [Sikuli-driver] [Question #678455]: [1.1.4 Jython] Region().highlight() doesn't accept values lower than 1.0

2019-02-09 Thread Dirk Schiller
Question #678455 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678455 Summary changed to: [1.1.4 Jython] Region().highlight() doesn't accept values lower than 1.0 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #678437]: [1.1.4 PyJnius] Region().highlight() blocks Screen().click() --- solution

2019-02-09 Thread Dirk Schiller
Question #678437 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678437 Summary changed to: [1.1.4 PyJnius] Region().highlight() blocks Screen().click() --- solution -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #678376]: [1.1.4] How to set 'similar' from default 0.7 to 1.0 ?

2019-02-09 Thread Dirk Schiller
Question #678376 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678376 Dirk Schiller posted a new comment: Found a Solution for the '# pat.similar(1.0) # Throw an Error: TypeError: 'float' object is not callable': In 'C:\Users\DOP\AppData\Local\Programs\Python\Python37\Lib\site

[Sikuli-driver] [Question #678458]: I can't implement the rest of the function.

2019-02-09 Thread David Borghi
New question #678458 on Sikuli: https://answers.launchpad.net/sikuli/+question/678458 Hello. I'm trying to add two new lines but they are not being recognized. The function: def do(a, b, ab, abc, ef, efg): if not (exists(a, 0) and exists(ab, 0)): return doubleClick(abc) st

[Sikuli-driver] [Bug 1815299] Re: [1.1.4] Region().highlight() doesn't accept values lower than 1.0 --- fixed 2019-02-09 build #192

2019-02-09 Thread RaiMan
** Summary changed: - [1.1.4] Region().highlight() doesn't accept values lower than 1.0 + [1.1.4] Region().highlight() doesn't accept values lower than 1.0 --- fixed 2019-02-09 build #192 ** Description changed: + BE AWARE + see: https://sikulix-2014.readthedocs.io/en/

Re: [Sikuli-driver] [Question #678455]: [1.1.4] Region().highlight() doesn't accept values lower than 1.0

2019-02-09 Thread RaiMan
Question #678455 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678455 Status: Open => Answered RaiMan proposed the following answer: see related bug -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1815299] [NEW] [1.1.4] Region().highlight() doesn't accept values lower than 1.0 --- fixed 2019-02-09 build #192

2019-02-09 Thread RaiMan
Public bug reported: Script: = import os, sys, time sys.path.append(os.path.dirname(os.path.realpath(__file__)) + '/sikulixapi.jar') from org.sikuli.script import App from org.sikuli.script import Screen from org.sikuli.basics import Settings from org.sikuli.script import Mouse from org.sikul

[Sikuli-driver] [Question #678455]: Status of bug #1815299 changed to 'Fix Committed' in Sikuli

2019-02-09 Thread RaiMan
Bug #1815299 status changed in Sikuli: New => Fix Committed https://bugs.launchpad.net/sikuli/+bug/1815299 "[1.1.4] Region().highlight() doesn't accept values lower than 1.0" This bug is linked to #678455. [1.1.4] Region().highlight() doesn't accept values lower than 1.0 https://answers.laun

Re: [Sikuli-driver] [Question #678455]: [1.1.4] Region().highlight() doesn't accept values lower than 1.0

2019-02-09 Thread RaiMan
Question #678455 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678455 Linked to bug: #1815299 https://bugs.launchpad.net/bugs/1815299 "[1.1.4] Region().highlight() doesn't accept values lower than 1.0" -- You received this question notification because your team S

Re: [Sikuli-driver] [Question #678437]: [1.1.4] Region().highlight() blocks Screen().click() --- solution

2019-02-09 Thread RaiMan
Question #678437 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678437 Status: Open => Answered RaiMan proposed the following answer: see https://sikulix-2014.readthedocs.io/en/latest/region.html#Region.highlight -- You received this question notification because your tea

Re: [Sikuli-driver] [Question #678437]: [1.1.4] Region().highlight() blocks Screen().click() --- solution

2019-02-09 Thread RaiMan
Question #678437 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678437 Summary changed to: [1.1.4] Region().highlight() blocks Screen().click() --- solution Description changed to: * solution since highlight() (no parameters) is a toggle function, you eithe

Re: [Sikuli-driver] [Question #678437]: [1.1.4] Region().highlight() blocks Screen().click()

2019-02-09 Thread RaiMan
Question #678437 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678437 Summary changed to: [1.1.4] Region().highlight() blocks Screen().click() -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #678455]: [1.1.4] Region().highlight() doesn't accept values lower than 1.0

2019-02-09 Thread RaiMan
Question #678455 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678455 Summary changed to: [1.1.4] Region().highlight() doesn't accept values lower than 1.0 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #678455]: [1.1.14 Jython] Region().highlight() doesn't accept Values lower than 1.0

2019-02-09 Thread Dirk Schiller
Question #678455 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678455 Summary changed to: [1.1.14 Jython] Region().highlight() doesn't accept Values lower than 1.0 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

[Sikuli-driver] [Question #678455]: Region().highlight() doesn't accept Values lower than 1.0

2019-02-09 Thread Dirk Schiller
New question #678455 on Sikuli: https://answers.launchpad.net/sikuli/+question/678455 Script: = import os, sys, time sys.path.append(os.path.dirname(os.path.realpath(__file__)) + '/sikulixapi.jar') from org.sikuli.script import App from org.sikuli.script import Screen from org.sikuli.basics i

[Sikuli-driver] [Question #678454]: .text() returns blank when no monitor connected

2019-02-09 Thread Seyed Mohammad Hossein Amirkhalili
New question #678454 on Sikuli: https://answers.launchpad.net/sikuli/+question/678454 I have a PC that does not have a monitor and I connect to it and use it via remote controlling applications such as team viewer. When I am running a simple script like: r = (a region on screen) a = r.text() i

Re: [Sikuli-driver] [Question #678438]: [1.1.14 Jython] Settings().MoveMouseDelay() doesn't work

2019-02-09 Thread Dirk Schiller
Question #678438 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678438 Status: Needs information => Open Dirk Schiller gave more information on the question: I figured out that it works if I don't use Settings.setShowActions(False) afterwards or if I use Settings.setShowAct

Re: [Sikuli-driver] [Question #678438]: [1.1.14 Jython] Settings().MoveMouseDelay() doesn't work

2019-02-09 Thread masuo
Question #678438 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678438 Status: Open => Needs information masuo requested more information: Settings.MoveMouseDelay is not a value for Low-level Mouse Actions like mouseMove(), but for features like click(). Do you mean that

Re: [Sikuli-driver] [Question #678075]: Runnable Jar is not working

2019-02-09 Thread Launchpad Janitor
Question #678075 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678075 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 no