[Sikuli-driver] [Question #664384]: watch_fifty_shades_freed_hd_2018_online_free

2018-02-13 Thread cecidd
New question #664384 on Sikuli: https://answers.launchpad.net/sikuli/+question/664384 https://addons.mozilla.org/en-US/thunderbird/addon/fifty-shades-freed-hd-filmytit/ -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #664379]: how to comapare big screenshots

2018-02-13 Thread Maniraj
New question #664379 on Sikuli: https://answers.launchpad.net/sikuli/+question/664379 Hi, If the image size is big means sikuli will work as expected or not.In my case i have UI breakage in bottom right of image whether it will find or not ? note: i am using 0.99 similarity. Help me out.

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

2018-02-13 Thread godzinhu
Question #664377 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664377 godzinhu gave more information on the question: Sorry about my english, its not my native language. I will try to elaborate a bit more. I have set a script do use ALT+R in the game, wait a screen to pop

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

2018-02-13 Thread Daniel Stoffel
New question #664377 on Sikuli: https://answers.launchpad.net/sikuli/+question/664377 I am tryng to make a macro for a game to do several things. I think that i am setting everything correct but when i get into the game the commands (like click or write something) does not go to the game, does

[Sikuli-driver] [Bug 1749262] Re: [1.1.2] Java9: Jython warning at startup --- must be accepted

2018-02-13 Thread RaiMan
Thanks for reporting. ** Summary changed: - java 9 + [1.1.2] Java9: Jython warning at startup --- must be accepted ** Summary changed: - [1.1.2] Java9: Jython warning at startup --- must be accepted + [1.1.2] Java9: IDE: illegal access operation in org.sikuli.ide.CloseableModernTabbedPaneUI

[Sikuli-driver] [Bug 1749262] [NEW] java 9

2018-02-13 Thread George Shields
Public bug reported: running SikuliX: ./SikuliX.app/Contents/Java/sikulix.jar [error] RunTimeINIT: * BE AWARE: Running on Java 9 - Please report problems * [info] HotkeyManager: add Capture Hotkey: ⌘+⇧ 2 (50, 5) [info] HotkeyManager: add Abort Hotkey: ⌘+⇧ C (67, 5) WARNING: An illegal

Re: [Sikuli-driver] [Question #664345]: CPU usage going through the roof when running script

2018-02-13 Thread RaiMan
Question #664345 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664345 RaiMan proposed the following answer: Again Python and OOP: if Region(2927,567,639,340).exists("Fight.png"): Region(2927,567,639,340).click() both Region() each create different (new) objects and hence

Re: [Sikuli-driver] [Question #664345]: CPU usage going through the roof when running script

2018-02-13 Thread David Bachschmid
Question #664345 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664345 David Bachschmid posted a new comment: Thanks again. Solved the first problem. My second problem is that sikuli does not click the point in the image which I set it to click on. Right now it only clicks the

Re: [Sikuli-driver] [Question #664345]: CPU usage going through the roof when running script

2018-02-13 Thread RaiMan
Question #664345 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664345 RaiMan proposed the following answer: It is Python ;-) i guess you tried to transform this: if Screen(1).exists(Pattern("1516812605236-1.png").similar(0.90)):

Re: [Sikuli-driver] [Question #664350]: Can I have the procedure or steps to use sikuli in Eclipse

2018-02-13 Thread RaiMan
Question #664350 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664350 RaiMan proposed the following answer: ps - LOL just found, that I started with something like that:

Re: [Sikuli-driver] [Question #664350]: Can I have the procedure or steps to use sikuli in Eclipse

2018-02-13 Thread RaiMan
Question #664350 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664350 Status: Open => Answered RaiMan proposed the following answer: look for Eclipse/PyDev in the net. ... I use JetBrains PyCharm instead. I do not have a step-by-step tutorial, sorry. -- You received

Re: [Sikuli-driver] [Question #664345]: CPU usage going through the roof when running script

2018-02-13 Thread David Bachschmid
Question #664345 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664345 David Bachschmid posted a new comment: Danke RaimMan ;) Now sikuli has a problem with this line: 20if Screen(1).exists(Pattern("rewards.png").similar(0.90)):click() 21

[Sikuli-driver] [Question #664350]: Can I have the procedure or steps to use sikuli in Eclipse

2018-02-13 Thread jerome
New question #664350 on Sikuli: https://answers.launchpad.net/sikuli/+question/664350 I would like to write sikuli scripts in Eclipse not in Sikuli IDE. Hence i need to know, what are all the stuffs i need to set or import in Eclipse. Can I have full Instruction or example for this... -- You

Re: [Sikuli-driver] [Question #664345]: CPU usage going through the roof when running script

2018-02-13 Thread RaiMan
Question #664345 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664345 RaiMan proposed the following answer: ok, ein bißchen versteckt ;-) http://sikulix-2014.readthedocs.io/en/latest/region.html#Region.setWaitScanRate -- You received this question notification because your

Re: [Sikuli-driver] [Question #664347]: Is there any option in sikuli to encrypt password in text file and decrypt the data get as the input

2018-02-13 Thread RaiMan
Question #664347 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664347 Status: Open => Answered RaiMan proposed the following answer: Not a feature. You have to look for some encryption library (Jython compatible or some Java lib). -- You received this question

Re: [Sikuli-driver] [Question #664345]: CPU usage going through the roof when running script

2018-02-13 Thread David Bachschmid
Question #664345 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664345 David Bachschmid posted a new comment: Ok ty. I will adjust everything now. However, I still do not get how to implement the neccessary lines for scanrate reduction. This is how it is displayed on the

[Sikuli-driver] [Question #664347]: Is there any option in sikuli to encrypt password in text file and decrypt the data get as the input

2018-02-13 Thread jerome
New question #664347 on Sikuli: https://answers.launchpad.net/sikuli/+question/664347 I just want to store my username and password in a text file. The file should be encrypted, while run the script , i just want to decrypt the file and read the password as input from the file. -- You

Re: [Sikuli-driver] [Question #664345]: CPU usage going through the roof when running script

2018-02-13 Thread RaiMan
Question #664345 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664345 Status: Open => Answered RaiMan proposed the following answer: -- 1. latest version of SikuliX? at least 1.1.1? http://sikulix.com -- 2. understood, how SikuliX works?

Re: [Sikuli-driver] [Question #664345]: CPU usage going through the roof when running script

2018-02-13 Thread David Bachschmid
Question #664345 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664345 Description changed to: Hi everyone, I've created a farming bot for a mobile game which I am playing on my PC with the android emulator Nox. My problem is that once I start the script the CPU usage goes up

[Sikuli-driver] [Question #664345]: CPU usage going through the roof when running script

2018-02-13 Thread David Bachschmid
New question #664345 on Sikuli: https://answers.launchpad.net/sikuli/+question/664345 Hi everyone, I've created a farming bot for a mobile game which I am playing on my PC with the android emulator Nox. My problem is that once I start the script the CPU usage goes up really high. Here's a SS:

Re: [Sikuli-driver] [Question #664342]: What is object-oriented programming in R?

2018-02-13 Thread RaiMan
Question #664342 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664342 Status: Open => Invalid RaiMan changed the question status: Has nothing to do with SikuliX -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #664342]: What is object-oriented programming in R?

2018-02-13 Thread pritam Pal
New question #664342 on Sikuli: https://answers.launchpad.net/sikuli/+question/664342 Object-oriented programming (OOP) is a programming paradigm based on the concept of “objects”, which may contain data, in the form of fields, often known as attributes; and code, in the form of procedures,

Re: [Sikuli-driver] [Question #664313]: How to user sikulix 1.1.1(sikulixapi.jar) in Maven

2018-02-13 Thread RaiMan
Question #664313 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664313 Status: Open => Answered RaiMan proposed the following answer: That is not Maven-like! SikuliX must be a dependency in YOUR Maven project. If you are not familiar with Maven, then you should run setup