Re: [Sikuli-driver] [Question #692503]: Custom image path for 1 function

2020-08-30 Thread xyz_User
Question #692503 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692503 Status: Answered => Solved xyz_User confirmed that the question is solved: Thanks Manfred Hampl, that solved my question. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #692503]: Custom image path for 1 function

2020-08-29 Thread xyz_User
Question #692503 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692503 Status: Solved => Open xyz_User is still having a problem: def find_img_custom_location(): image1 = r"C:\temp\test_image.png" if Pattern(image1).similar(0.85): click(image1)

Re: [Sikuli-driver] [Question #692503]: Custom image path for 1 function

2020-08-29 Thread xyz_User
Question #692503 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692503 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 #692503]: Custom image path for 1 function

2020-08-29 Thread xyz_User
Question #692503 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692503 Status: Answered => Solved xyz_User confirmed that the question is solved: Thank you, you are always kind to the nubs! -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #692503]: Custom image path for 1 function

2020-08-28 Thread xyz_User
Question #692503 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692503 xyz_User gave more information on the question: Tried to add .similar(0.85) if exists(image1).similar(0.85): click() # clicks last match failed.. -- You received this question notification

Re: [Sikuli-driver] [Question #692503]: Custom image path for 1 function

2020-08-28 Thread xyz_User
Question #692503 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692503 Status: Answered => Open xyz_User is still having a problem: One more thing if i can RaiMan: Is there any way to give that image a match higher then the standard 0.70% | As it's on a local directory

Re: [Sikuli-driver] [Question #692503]: Custom image path for 1 function

2020-08-24 Thread xyz_User
Question #692503 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692503 Status: Solved => Open xyz_User is still having a problem: Strange if i set any other directory i get: [error] Image: Image not valid, but TextSearch is switched off! -- You received this quest

Re: [Sikuli-driver] [Question #692555]: Python module

2020-08-23 Thread xyz_User
Question #692555 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692555 Description changed to: Found solution :) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #692555]: Python module

2020-08-23 Thread xyz_User
Question #692555 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692555 Status: Open => Solved xyz_User confirmed that the question is solved: found the problem -- You received this question notification because your team Sikuli Drivers is an answer contact for Sik

[Sikuli-driver] [Question #692555]: Python module

2020-08-23 Thread xyz_User
New question #692555 on Sikuli: https://answers.launchpad.net/sikuli/+question/692555 Is there any way to import this PIL module that's missing? Actually i can't even find this module anywhere to download :( What im trying achieve is to get the RGB value at x,y coordinates and if the value

Re: [Sikuli-driver] [Question #692503]: Custom image path for 1 function

2020-08-23 Thread xyz_User
Question #692503 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692503 Status: Answered => Solved xyz_User confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #692503]: Custom image path for 1 function

2020-08-20 Thread xyz_User
Question #692503 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692503 Description changed to: Is it possible for me to set a custom image path for just one function in the script? Meaning when it's calling that function it searches for images in that function at a different

Re: [Sikuli-driver] [Question #692503]: Custom image path for 1 function

2020-08-20 Thread xyz_User
Question #692503 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692503 Description changed to: Is it possible for me to set a custom image path for just one function in the script? Meaning when it's calling that function it searches for images in that function at a different

[Sikuli-driver] [Question #692503]: Custom image path for 1 function

2020-08-20 Thread xyz_User
New question #692503 on Sikuli: https://answers.launchpad.net/sikuli/+question/692503 Is it possible for me to set a custom image path for just one function in the script? Meaning when it's calling that function it searches for images in that function at a different location then the default

[Sikuli-driver] [Question #691832]: Multi Threading / Multi msg possible?

2020-07-13 Thread xyz_User
New question #691832 on Sikuli: https://answers.launchpad.net/sikuli/+question/691832 Hi RaiMan - Thanks again for answering all of the questions with such dedication! I was wondering if it was possible to have a static msg somewhere on the screen which the sikuli is running through rest of

Re: [Sikuli-driver] [Question #691816]: Find image in region > Then set new region around image

2020-07-13 Thread xyz_User
Question #691816 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691816 Status: Answered => Solved xyz_User confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #691816]: Find image in region > Then set new region around image

2020-07-12 Thread xyz_User
Question #691816 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691816 Description changed to: Trying to find an image which appears at different section of the screen, then search within that image region for other things so at first I'm setting a relatively large area to

[Sikuli-driver] [Question #691816]: Find image in region > Then set new region around image

2020-07-12 Thread xyz_User
New question #691816 on Sikuli: https://answers.launchpad.net/sikuli/+question/691816 Trying to find an image which appears at different section of the screen, then search within that image region for other things so at first I'm setting a relatively large area to search largeArea =

Re: [Sikuli-driver] [Question #691694]: Is there a built in function to download file?

2020-07-05 Thread xyz_User
Question #691694 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691694 Status: Answered => Solved xyz_User confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #691694]: Is there a built in function to download file?

2020-07-04 Thread xyz_User
New question #691694 on Sikuli: https://answers.launchpad.net/sikuli/+question/691694 looking to download a file from url looking at python examples they all require import requests Is there any way to manually install that for sikuli. Thanks -- You received this question notification

[Sikuli-driver] [Question #690608]: Solving Image Capcha

2020-05-10 Thread xyz_User
New question #690608 on Sikuli: https://answers.launchpad.net/sikuli/+question/690608 Is there any way to solve these types of captcha without Nural network / machine learning: https://i.ibb.co/1RCK7Gh/2020-05-10-11-18-27-Window.png -- You received this question notification because your team

Re: [Sikuli-driver] [Question #690397]: Using 1.x not saving logs

2020-05-10 Thread xyz_User
Question #690397 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690397 Status: Needs information => Open xyz_User gave more information on the question: When I compile to runnable jar file. I want to save all logs verbose to the ext file as it does while i

Re: [Sikuli-driver] [Question #690397]: Using 1.x not saving logs

2020-05-07 Thread xyz_User
Question #690397 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690397 Status: Answered => Open xyz_User is still having a problem: Hi RaiMan i went through the doc here: https://sikulix-2014.readthedocs.io/en/latest/scripting.html#debuglog Tested all of the differ

Re: [Sikuli-driver] [Question #690397]: Using 1.x not saving logs

2020-05-04 Thread xyz_User
Question #690397 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690397 xyz_User posted a new comment: Still looking for assistance with this :) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #690397]: Using 1.x not saving logs

2020-05-03 Thread xyz_User
Question #690397 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690397 xyz_User posted a new comment: Would really appreciate if someone can assist :) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #690371]: Drag and Drop random region

2020-05-02 Thread xyz_User
Question #690371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690371 Status: Answered => Solved xyz_User confirmed that the question is solved: Thanks very much Manfred! -- You received this question notification because your team Sikuli Drivers is an answer cont

Re: [Sikuli-driver] [Question #690371]: Drag and Drop random region

2020-05-02 Thread xyz_User
Question #690371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690371 xyz_User confirmed that the question is solved: Thanks Manfred Hampl, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

[Sikuli-driver] [Question #690397]: Using 1.x not saving logs

2020-05-02 Thread xyz_User
New question #690397 on Sikuli: https://answers.launchpad.net/sikuli/+question/690397 I've got Settings.InfoLogs=True Debug.setLogFile("C:\\temp\\log.txt") works great in the GUI and logs errors, but when compiled to a JAR the log file seems to be empty (or it's being deleted upon exit?) I

Re: [Sikuli-driver] [Question #690371]: Drag and Drop random region

2020-05-02 Thread xyz_User
Question #690371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690371 Status: Answered => Open xyz_User is still having a problem: Thank you Manfred, I'd like to specify about 80% of the screen (or a region) and not the entire full screen. If that makes sense --

[Sikuli-driver] [Question #690371]: Drag and Drop random region

2020-05-01 Thread xyz_User
New question #690371 on Sikuli: https://answers.launchpad.net/sikuli/+question/690371 Would appreciate if someone can show me how drag and drop would work via random screen regions. I have it specify manual coords to do it - And it works, but how can I make so it's completely random and not

Re: [Sikuli-driver] [Question #690362]: logging: Display only the IO Error

2020-04-30 Thread xyz_User
Question #690362 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690362 xyz_User gave more information on the question: Another question instead of making another thread, is there any way to have sikuli convert images to a standard so that all displays 4K / HD / etc can all

Re: [Sikuli-driver] [Question #690362]: logging: Display only the IO Error

2020-04-30 Thread xyz_User
Question #690362 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690362 Status: Solved => Open xyz_User is still having a problem: Hmm sikuli seems to be automatically deleting the log file, is there any way to save it? -- You received this question notification beca

Re: [Sikuli-driver] [Question #690362]: logging: Display only the IO Error

2020-04-30 Thread xyz_User
Question #690362 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690362 Status: Open => Solved xyz_User confirmed that the question is solved: Found the answer thanks! -- You received this question notification because your team Sikuli Drivers is an answer cont

[Sikuli-driver] [Question #690362]: logging: Display only the IO Error

2020-04-30 Thread xyz_User
New question #690362 on Sikuli: https://answers.launchpad.net/sikuli/+question/690362 Is it possible to log just the IO error and not the last call back? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #690287]: A complex (OCR issue)

2020-04-28 Thread xyz_User
New question #690287 on Sikuli: https://answers.launchpad.net/sikuli/+question/690287 Please advise if this is possible. With my current script I'm using the exec command to read external py file (with values or function) then executing that function from within sikuli. My quesion is: How can

Re: [Sikuli-driver] [Question #689545]: Script too large to compile

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

Re: [Sikuli-driver] [Question #689545]: Script too large to compile

2020-03-27 Thread xyz_User
Question #689545 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689545 xyz_User gave more information on the question: Looks like had python 3 installed, I've compiled it with python 2 but now I'm getting a different error: [error] JythonSupport: exec: returns: Traceback

[Sikuli-driver] [Question #689545]: Script too large to compile

2020-03-27 Thread xyz_User
New question #689545 on Sikuli: https://answers.launchpad.net/sikuli/+question/689545 Trying to compile my old code into a runnable JAR file Receving this error as the scrip is too large I believe: java.lang.RuntimeException: java.lang.RuntimeException: Encountered too large method code in

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 cont

[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 #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 Driv

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 cont

[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

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

2020-03-10 Thread xyz_User
Question #689241 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689241 xyz_User posted a new comment: Or perhaps scan around the changed pixel from observer then call a function to see if it matches an image, if it does call something otherwise back to scan. -- You received

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

2020-03-10 Thread xyz_User
Question #689241 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689241 Status: Solved => Open xyz_User is still having a problem: Thanks very much RaiMan! One more thing to add, is there any way to add a certain area - In the above example: Once it clicked something (si

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

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

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

2020-03-10 Thread xyz_User
New question #689241 on Sikuli: https://answers.launchpad.net/sikuli/+question/689241 Please advise how I can properly write this better. It seems to be working but after a few min. The script seems to sit idle. I don't even think the observer is stopping correctly. I'm monitoring a specified

Re: [Sikuli-driver] [Question #689156]: Region question

2020-03-07 Thread xyz_User
Question #689156 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689156 Status: Open => Solved 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 ans

Re: [Sikuli-driver] [Question #689156]: Region question

2020-03-07 Thread xyz_User
Question #689156 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689156 xyz_User gave more information on the question: Sorry just to clarify: I'm scanning for multiple different images (4 in this case), need it to count how many of the images it found in total. Thanks -- You

Re: [Sikuli-driver] [Question #689156]: Region question

2020-03-07 Thread xyz_User
Question #689156 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689156 Status: Solved => Open xyz_User is still having a problem: I've decided to just do a count instead, it works perfectly however, I have one small problem. If any ONE of these images doesn't exist i

Re: [Sikuli-driver] [Question #689156]: Region question

2020-03-06 Thread xyz_User
Question #689156 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689156 Status: Answered => Solved xyz_User confirmed that the question is solved: Thanks Eric, that just might work! -- You received this question notification because your team Sikuli Drivers is an ans

[Sikuli-driver] [Question #689156]: Region question

2020-03-05 Thread xyz_User
New question #689156 on Sikuli: https://answers.launchpad.net/sikuli/+question/689156 Is there any way to search the region AROUND an object such as a square or a circle that's sitting in the center. FOr eg if i were to use the observe fucntion and scanning for moving objects (pixel changes)

[Sikuli-driver] [Question #689075]: Decoding hash for login script

2020-03-01 Thread xyz_User
New question #689075 on Sikuli: https://answers.launchpad.net/sikuli/+question/689075 So basically doing an authentication for the compiled script using JSON file that contains a username and password. Everything is working just fine until I get to this function: It seems to fail right on the

Re: [Sikuli-driver] [Question #688828]: Possible to highlight an image?

2020-02-18 Thread xyz_User
Question #688828 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688828 Status: Answered => Solved xyz_User confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #688828]: Possible to highlight an image?

2020-02-17 Thread xyz_User
New question #688828 on Sikuli: https://answers.launchpad.net/sikuli/+question/688828 I'm curious to know if it's possible to search an image, once found, highlight that image for a few seconds and then click or call other functions. I know it's possible to highlight a specific region, via

Re: [Sikuli-driver] [Question #688202]: Running out of memory??

2020-01-24 Thread xyz_User
Question #688202 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688202 Status: Answered => Solved xyz_User confirmed that the question is solved: Thanks - SIkuli v. 1.x , java 8.x os is win10 since i'm using version lower then 2.x i wont take up your time :) deci

Re: [Sikuli-driver] [Question #688202]: Running out of memory??

2020-01-23 Thread xyz_User
Question #688202 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688202 Status: Needs information => Open xyz_User gave more information on the question: yeah everything works perfectly, other applications have no problems it's just sikuli (runnable jar file) that sta

[Sikuli-driver] [Question #688202]: Running out of memory??

2020-01-23 Thread xyz_User
New question #688202 on Sikuli: https://answers.launchpad.net/sikuli/+question/688202 Not sure why but my script simply halts (doesn't do anything) after a few hours of running it. It seems to be complaining about memory issues however it's the only thing I'm running on the laptop that has SSD

Re: [Sikuli-driver] [Question #687686]: Random click region (no images)

2020-01-01 Thread xyz_User
Question #687686 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687686 Status: Answered => Solved xyz_User confirmed that the question is solved: Thanks Manfred Hampl, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #687686]: Random click region (no images)

2019-12-31 Thread xyz_User
New question #687686 on Sikuli: https://answers.launchpad.net/sikuli/+question/687686 Trying to basically click randomly within the "r" region - there are no images to look for Tried this from another topic but it doesn't seem to click within the specified region: import random r =

Re: [Sikuli-driver] [Question #685465]: [2.0.0] IDE: can't export to executable jar --- feature no longer available

2019-11-17 Thread xyz_User
Question #685465 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685465 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 #685815]: Drag drop to random (pre-defined) location

2019-11-13 Thread xyz_User
Question #685815 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685815 Status: Answered => Solved xyz_User confirmed that the question is solved: Thanks Manfred Hampl, that solved my question. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #685815]: Drag drop to random (pre-defined) location

2019-11-13 Thread xyz_User
Question #685815 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685815 xyz_User posted a new comment: Thanks guys - Got me to think and I solved it by storing the location objects in a list then using randint method from random to call the list. Thanks again! -- You received

Re: [Sikuli-driver] [Question #685815]: Drag drop to random (pre-defined) location

2019-11-13 Thread xyz_User
Question #685815 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685815 Status: Answered => Open xyz_User is still having a problem: Hi thanks for the response, but that doesn't do anything. As you can see I know to drag an image to a random location based on th

Re: [Sikuli-driver] [Question #685815]: Drag drop to random (pre-defined) location

2019-11-13 Thread xyz_User
Question #685815 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685815 xyz_User posted a new comment: @RainMan would really appreciate if you can provide some guidance :) Thanks -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #685815]: Drag drop to random (pre-defined) location

2019-11-12 Thread xyz_User
Question #685815 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685815 Summary changed to: Drag drop to random (pre-defined) location -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #685815]: Drag drop to random location

2019-11-12 Thread xyz_User
New question #685815 on Sikuli: https://answers.launchpad.net/sikuli/+question/685815 Not getting any errors, but also not doing anything. Trying to move an image to a randomly defined coordinate: import random from random import choice def position1(): position1 = Location(548,292) def

Re: [Sikuli-driver] [Question #685498]: [2.0.0] Jython: export as jar: scripts are contained in pre-comiled bytecode - no absolute obfuscation

2019-10-30 Thread xyz_User
Question #685498 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685498 Status: Answered => Solved xyz_User confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #685498]: Sikuli compiled jar obfuscator

2019-10-30 Thread xyz_User
Question #685498 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685498 Description changed to: Hi Raiman, would you mind suggesting how I can further secure or protect the source code? I realize this feature is not available in 2.0 but I've invested a ton of time perfecting my

[Sikuli-driver] [Question #685498]: Sikuli compiled jar obfuscator

2019-10-29 Thread xyz_User
New question #685498 on Sikuli: https://answers.launchpad.net/sikuli/+question/685498 Hi Raiman, would you mind suggesting how I can further secure or protect the source code? I realize this feature is not available in 2.0 but I've invested a ton of time perfecting my script and like it to

[Sikuli-driver] [Question #685465]: Sikuli 2.0 can't export to JAR

2019-10-27 Thread xyz_User
New question #685465 on Sikuli: https://answers.launchpad.net/sikuli/+question/685465 I'm not sure if anyone else is experiencing this, but 2.0 version the export "Export as jar" seems to be broken. It packs the script almost instantly as opposed to the usual 10 secs (No popup either). WHen

Re: [Sikuli-driver] [Question #685450]: [2.0.0] How to: IDE: set default image location --- experimental

2019-10-27 Thread xyz_User
Question #685450 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685450 Status: Answered => Open xyz_User is still having a problem: Sounds good, and makes sense, how do I go about compiling it into a tunable Jar. I dont see the option anymore. If I try the packed j

Re: [Sikuli-driver] [Question #685450]: [2.0.0] How to: IDE: set default image location --- experimental

2019-10-27 Thread xyz_User
Question #685450 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685450 Status: Answered => Open xyz_User is still having a problem: Thank you, the image naming worked as expected. However trying to set the image to the "images" folder worked but the

Re: [Sikuli-driver] [Question #685450]: [2.0.0] How to: IDE: set default image location --- experimental

2019-10-27 Thread xyz_User
Question #685450 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685450 xyz_User posted a new comment: Awesome, will report back -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

[Sikuli-driver] [Question #685450]: How to change default image location

2019-10-27 Thread xyz_User
New question #685450 on Sikuli: https://answers.launchpad.net/sikuli/+question/685450 HI Raiman , can you please tell me how i can set sikulis default location of all the images i capture, currently it saves them in he root directory of the sikuli script, i would like to specify a folder just

Re: [Sikuli-driver] [Question #685286]: Sikuli Doc - Example code returns error

2019-10-21 Thread xyz_User
Question #685286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685286 Status: Solved => Open xyz_User is still having a problem: Hi RaiMan one more thing sorry: Os it possible to avoid observing an area: for example on the image below the screen is the green area wh

Re: [Sikuli-driver] [Question #685286]: Sikuli Doc - Example code returns error

2019-10-20 Thread xyz_User
Question #685286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685286 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 #685286]: Sikuli Doc - Example code returns error

2019-10-20 Thread xyz_User
Question #685286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685286 Status: Open => Solved xyz_User confirmed that the question is solved: NVM I see what you did there! THank you so much!!! Your are a genius :D -- You received this question notification because y

Re: [Sikuli-driver] [Question #685286]: Sikuli Doc - Example code returns error

2019-10-20 Thread xyz_User
Question #685286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685286 xyz_User gave more information on the question: I made some more changes using your answer provided changed the IMG back to region. Seems to be working but after the first click it stops the entire script

Re: [Sikuli-driver] [Question #685286]: Sikuli Doc - Example code returns error

2019-10-20 Thread xyz_User
Question #685286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685286 Status: Answered => Open xyz_User is still having a problem: Thanks for your response! Sory maybe I wasn't clear: I'm actually monitoring a "Region" of a screen for any pixel changes an

Re: [Sikuli-driver] [Question #685286]: Sikuli Doc - Example code returns error

2019-10-20 Thread xyz_User
Question #685286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685286 Status: Answered => Open xyz_User is still having a problem: I've tried both. Still seems to click all of the changed locations: here's the log for both suggestion above: scanning specified reg

Re: [Sikuli-driver] [Question #685286]: Sikuli Doc - Example code returns error

2019-10-19 Thread xyz_User
Question #685286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685286 xyz_User gave more information on the question: Found anther topic and with a bit of modification this seems to work: region = Region(12,152,1014,477) print "scanning specified region" r = region

[Sikuli-driver] [Question #685286]: Sikuli Doc - Example code returns error

2019-10-19 Thread xyz_User
New question #685286 on Sikuli: https://answers.launchpad.net/sikuli/+question/685286 Was just reading this: http://doc.sikuli.org/region.html#observing-visual-events-in-a-region copy pasted the code in sikuli: def changed(event): print "something changed in ", event.region for

Re: [Sikuli-driver] [Question #227960]: How to make sikuli detect motions within a specific region?

2019-10-19 Thread xyz_User
Question #227960 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/227960 xyz_User posted a new comment: Hi RaiMan, I found this to be extremely helpful for my current project. Can I add a request to this: Once it detects changes, lets say it found 5 - 10 pixel changes: How can

[Sikuli-driver] [Question #684262]: Block out mouse/keyboard function while script runs

2019-09-25 Thread xyz_User
New question #684262 on Sikuli: https://answers.launchpad.net/sikuli/+question/684262 Curious if it's possible to do it while the script runs. Reason is because I'd like to have a startup script on our system that performs vendor updates everytime the machines are rebooted. Some of the staff

Re: [Sikuli-driver] [Question #684105]: Finding Two different images

2019-09-22 Thread xyz_User
Question #684105 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684105 Status: Answered => Solved xyz_User confirmed that the question is solved: looks like this did it: images = ["1569201199862.png","1569201205664.png"] count = 0 matches = fin

Re: [Sikuli-driver] [Question #684105]: Finding Two different images

2019-09-22 Thread xyz_User
Question #684105 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684105 Status: Solved => Open xyz_User is still having a problem: I seem to be getting an error as well: testingThisFunction() #Random Target TypeError: calliopeMassCureWounds() takes exactly 2 arguments

Re: [Sikuli-driver] [Question #684105]: Finding Two different images

2019-09-22 Thread xyz_User
Question #684105 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684105 Status: Answered => Solved xyz_User confirmed that the question is solved: I am full of gratitude once again, I promise to stop asking questions for the next little while :) -- You recei

Re: [Sikuli-driver] [Question #684105]: Finding Two different images

2019-09-21 Thread xyz_User
Question #684105 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684105 Description changed to: looking to find 2 different images withing a given time for eg: 3 sec, only if it finds BOTH of the images it should do something (popup, got 2), Not sure what I'm doing wrong, please

[Sikuli-driver] [Question #684105]: Finding Two different images

2019-09-21 Thread xyz_User
New question #684105 on Sikuli: https://answers.launchpad.net/sikuli/+question/684105 looking to find 2 different images, only if it finds the given 2 it should do something (popup, got 2), Not sure what I'm doing wrong, please advise: def

Re: [Sikuli-driver] [Question #684034]: Needs to pick someones brain

2019-09-21 Thread xyz_User
Question #684034 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684034 Status: Answered => Solved xyz_User confirmed that the question is solved: THANK YOU!! This did it!! -- You received this question notification because your team Sikuli Drivers is an answer cont

Re: [Sikuli-driver] [Question #684034]: Needs to pick someones brain

2019-09-20 Thread xyz_User
Question #684034 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684034 xyz_User posted a new comment: thanks very much! This will be amazing -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #684034]: Needs to pick someones brain

2019-09-19 Thread xyz_User
Question #684034 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684034 xyz_User gave more information on the question: The last sentence I should have said comparing who has the least of "GREEN" health bar -- You received this question notification because your t

Re: [Sikuli-driver] [Question #684034]: Needs to pick someones brain

2019-09-19 Thread xyz_User
Question #684034 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684034 Status: Answered => Open xyz_User is still having a problem: Just got a chance to try this, I think i'm missing the point and require some more explanation. If you have the time, can you show

Re: [Sikuli-driver] [Question #684034]: Needs to pick someones brain

2019-09-19 Thread xyz_User
Question #684034 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684034 xyz_User posted a new comment: Not on a PC atm going to check as soon as I get home, thanks RaiMan. As always, very prompt in your response! -- You received this question notification because your team

[Sikuli-driver] [Question #684034]: Needs to pick someones brain

2019-09-18 Thread xyz_User
New question #684034 on Sikuli: https://answers.launchpad.net/sikuli/+question/684034 Started a new gaming project and I'm faced with a small problem which I can't think of a clever function. The issue is the health bar of characters, they're always green in color (i know sikuli probably

Re: [Sikuli-driver] [Question #683933]: Sikuli 1.1.3 - hotkey not fuctioning on runnable JAR file

2019-09-17 Thread xyz_User
Question #683933 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683933 Status: Answered => Solved xyz_User confirmed that the question is solved: Thanks for the response, much appreciate it! -- You received this question notification because your team Sikuli Driv

  1   2   >