Re: [Sikuli-driver] [Question #268915]: Create Image on the fly

2024-04-19 Thread alex harry
Question #268915 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/268915 alex harry posted a new comment: You can accomplish this task by using Java and its Robot class along with the ImageIO library for image processing. Begin by defining the region on the screen where the

Re: [Sikuli-driver] [Question #661529]: VisionProxy.dll not available in AppData\Roaming\Sikulix\SikulixLibs_201712071454

2024-03-26 Thread alex harry
Question #661529 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/661529 alex harry posted a new comment: The issue you're facing with VisionProxy.dll not being found by SikuliX might be resolved by verifying compatibility, ensuring all native libraries are included pro

Re: [Sikuli-driver] [Question #220602]: Start a loop from a specific point

2024-03-23 Thread alex harry
Question #220602 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/220602 alex harry posted a new comment: Slots, crash games, jogos de mesa clássicos, poker, loterias – esta é apenas uma pequena lista do que você pode jogar neste https://pinup-pin- up-br.com/ -- You received

[Sikuli-driver] [Question #708089]: Free scroll the screen in Sikuli

2023-10-01 Thread Alex Cr
New question #708089 on SikuliX: https://answers.launchpad.net/sikuli/+question/708089 If you want to free scroll in the screen , using SIkuli, you might try these : mouseMove(Location(100,100)) wait(1) mouseDown(Button.LEFT) wait(2) mouseMove(Location(300,300)) wait(5) #end free-scrolling Any o

Re: [Sikuli-driver] [Question #695801]: Help with Random

2022-08-22 Thread Alex Mills
Question #695801 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/695801 Alex Mills posted a new comment: UBrothersConstruction is the home renovation family-run business founded in 2014 by two brothers from Ukraine. They started their home remodeling career in 2007 and gained

Re: [Sikuli-driver] [Question #694442]: Text validation inside the alphanumeric terminal (PuTTY)

2020-12-11 Thread Alex Morozov
Question #694442 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/694442 Status: Answered => Open Alex Morozov is still having a problem: Thanks. Yes, there is a menu item in the PuTTY program that opens by clicking the mouse, which copies all the text contents of window

Re: [Sikuli-driver] [Question #694439]: Panels Find, Mouse action, ... are not displayed

2020-12-11 Thread Alex Morozov
Question #694439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/694439 Status: Answered => Open Alex Morozov is still having a problem: Clear. Thanks for the answer) I would like to clarify - where you can see the full list of functions (click, type, mouse, keybo

[Sikuli-driver] [Question #694442]: Text validation inside the alphanumeric terminal (PuTTY)

2020-12-09 Thread Alex Morozov
New question #694442 on Sikuli: https://answers.launchpad.net/sikuli/+question/694442 Hello ! Our task is to write autotests for an alphanumeric terminal window (PuTTY). Is it possible to implement a function in SikuliXIDE that will copy the contents of the PuTTY window to the clipboard and anal

[Sikuli-driver] [Question #694439]: Panels Find, Mouse action, ... are not displayed

2020-12-09 Thread Alex Morozov
New question #694439 on Sikuli: https://answers.launchpad.net/sikuli/+question/694439 Hello ! ) I downloaded the latest version of the programs from here: https://launchpad.net/sikuli/+download. Launched sikulixide-2.0.4. jar (on Windows 10 (x64), java 1.8.0_191). The program window has opened

Re: [Sikuli-driver] [Question #692992]: How to create a tic tac to Sikuli automation?

2020-09-19 Thread Alex Haldaman
Question #692992 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692992 Alex Haldaman posted a new comment: Hello Prof! Don't worry I was only asking for some hints nothing more but now I was able to do it. -- You received this question notification because your team S

[Sikuli-driver] [Question #692992]: How to create a tic tac to Sikuli automation?

2020-09-18 Thread Alex Haldaman
New question #692992 on Sikuli: https://answers.launchpad.net/sikuli/+question/692992 I want to create a tic tac toe automation with Sikuli where it plays against the computer and where it knows whether it has won or lost. How would I start to do this? I don't need a full answer just a pointer.

Re: [Sikuli-driver] [Question #687441]: Error: 'function' object has no attribute 'isAborted'

2019-12-22 Thread alex
Question #687441 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687441 alex confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #687441]: Error: 'function' object has no attribute 'isAborted'

2019-12-22 Thread alex
Question #687441 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687441 Status: Answered => Solved alex confirmed that the question is solved: Oof! That actually did the trick. My main function was always called "runner", and I had no problems in the pa

[Sikuli-driver] [Question #687441]: Error: 'function' object has no attribute 'isAborted'

2019-12-22 Thread alex
New question #687441 on Sikuli: https://answers.launchpad.net/sikuli/+question/687441 Haven't used SikuliX in a while, and now I can't get the simplest of scripts working. E.g. def runner(): hover(Pattern("1577027211309.png").targetOffset(-81,89)) runner() Throws the following error: [error

Re: [Sikuli-driver] [Question #682830]: Restart script after error - calling from command line

2019-08-13 Thread Alex G
Question #682830 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/682830 Status: Open => Solved Alex G confirmed that the question is solved: Decided to go another route as I found out this is not possible. -- You received this question notification because your t

Re: [Sikuli-driver] [Question #682830]: Restart script after error - calling from command line

2019-08-13 Thread Alex G
Question #682830 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/682830 Alex G posted a new comment: Is it possible to have the IDE come up when you call the script from command line or just have the script restart on error automatically? -- You received this question

Re: [Sikuli-driver] [Question #682830]: Restart script after error - calling from command line

2019-08-13 Thread Alex G
Question #682830 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/682830 Status: Answered => Open Alex G is still having a problem: Is it possible to have the IDE come up when you call the script from command line or just have the script restart on error automatica

[Sikuli-driver] [Question #682830]: Restart script after error - calling from command line

2019-08-12 Thread Alex G
New question #682830 on Sikuli: https://answers.launchpad.net/sikuli/+question/682830 If I run a script manually from the IDE and it errors out somewhere, I am able to just hit Run again and it continues from where it left off. If I call a script from command line, is there any way to do this?

[Sikuli-driver] [Bug 1830592] [NEW] End key misoperation in last IDE text line

2019-05-27 Thread Alex Lunyov
Public bug reported: Hi! Using SikuliX 1.1.4 build# 288. Windows 10. The key END operates like LEFT key when typing in the very last line in the IDE editor. Typing END in any other line works as expected. ** Affects: sikuli Importance: Undecided Status: New -- You received this

[Sikuli-driver] [Question #678774]: Lock Exceptions

2019-02-25 Thread Alex Macharia
New question #678774 on Sikuli: https://answers.launchpad.net/sikuli/+question/678774 Is it possible to Lock all Data sets but have the Administrator/Super User have the Data Sets always open from their end? If its possible how do you go about it? Always Unlocked data sets for Super user but loc

[Sikuli-driver] [Question #678317]: Need help with clicking randomly, if the Picture appears

2019-02-03 Thread Alex Miller
New question #678317 on Sikuli: https://answers.launchpad.net/sikuli/+question/678317 Hey, i want that the Script clicks randomly if the Picture appears, i don't want that the Script clicks a exact point in the Picture, so here is the half of my Script hopefully someone can help me with my this

Re: [Sikuli-driver] [Question #678087]: Need Help with my Script (For Summoners War)

2019-01-26 Thread Alex Miller
Question #678087 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678087 Status: Answered => Solved Alex Miller confirmed that the question is solved: Nevermind... I solved the problem after 9 Hours of work :D -- You received this question notification because your t

Re: [Sikuli-driver] [Question #678087]: Need Help with my Script (For Summoners War)

2019-01-26 Thread Alex Miller
Question #678087 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678087 Alex Miller posted a new comment: Nevermind... i solved it after 9 Hours of Work :D -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

[Sikuli-driver] [Question #678087]: Need Help with my Script (For Summoners War)

2019-01-25 Thread Alex Miller
New question #678087 on Sikuli: https://answers.launchpad.net/sikuli/+question/678087 Hey Guys, maybe someone of you can help me to write my script to loop it over and over while True: exists("1548420003690.png") click("1548420691558.png") time.sleep(10) click("1548420039656.pn

Re: [Sikuli-driver] [Question #676508]: findAll no longer working correctly

2018-12-01 Thread alex
Question #676508 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676508 Description changed to: So far I have been using findAll without any issues. But since I switched to version 1.14 of SikuliX it often fails to find all instances of an image. I am running the same script (w

Re: [Sikuli-driver] [Question #676508]: findAll no longer working correctly

2018-12-01 Thread alex
Question #676508 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676508 Description changed to: So far I have been using findAll without any issues. But since I switched to version 1.14 of SikuliX it often fails to find all instances of an image. I am running the same script (w

Re: [Sikuli-driver] [Question #676508]: findAll no longer working correctly

2018-12-01 Thread alex
Question #676508 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676508 Description changed to: So far I have been using findAll without any issues. But since I switched to version 1.14 of SikuliX it often fails to find all instances of an image. I am running the same script (w

[Sikuli-driver] [Question #676508]: findAll no longer working correctly

2018-12-01 Thread alex
New question #676508 on Sikuli: https://answers.launchpad.net/sikuli/+question/676508 So far I have been using findAll without any issues. But since I switched to version 1.14 of SikuliX it often fails to find all instances of an image. I am running the same script (with the exception of having

Re: [Sikuli-driver] [Question #671471]: SikuliX not finding moving images

2018-08-09 Thread Alex
Question #671471 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/671471 Status: Open => Answered Alex proposed the following answer: Normally that find failed message with those details means that the image was found on the screen but not within the region you prescri

Re: [Sikuli-driver] [Question #670724]: Trouble finding matches for images

2018-07-21 Thread alex
Question #670724 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670724 Status: Answered => Open alex is still having a problem: I have the last screen on the monitor. I can analyze it however I want. OpenCV/Sikulix initially throws a FindFailed. Then when I analyze

Re: [Sikuli-driver] [Question #670724]: Trouble finding matches for images

2018-07-20 Thread alex
Question #670724 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670724 Status: Answered => Open alex is still having a problem: I was able to narrow down the issue a little bit more. The problem only occurs if the image is not found at the exact same location wher

Re: [Sikuli-driver] [Question #670961]: Digital Monitors (e.g: Restaurant Menu display Board) automation testing using SikuliX

2018-07-18 Thread Alex
Question #670961 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670961 Alex posted a new comment: There are loads of resources online for training Tesseract. It is not a fun operation and is extraordinarily tedious. I would suggest starting with optimizing the the text for

Re: [Sikuli-driver] [Question #670961]: Digital Monitors (e.g: Restaurant Menu display Board) automation testing using SikuliX

2018-07-18 Thread Alex
Question #670961 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670961 Alex posted a new comment: Nearly any display will work for Sikuli. Multimonitor setups are also supported. I've tested on resolutions ranging from 1920*1080 to true 4K displays without too many pro

Re: [Sikuli-driver] [Question #670930]: Algorithm: find from within a list of images

2018-07-18 Thread Alex
Question #670930 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670930 Alex posted a new comment: Thanks RaiMan, I need to take a closer look at the new toys in 1.1.2. That was much more elegant than my solution. -- You received this question notification because your team

Re: [Sikuli-driver] [Question #670930]: Algorithm: find from within a list of images

2018-07-18 Thread alex
Question #670930 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670930 Status: Answered => Solved alex 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 #670930]: Algorithm: find from within a list of images

2018-07-18 Thread alex
Question #670930 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670930 alex posted a new comment: Thanks, that definitely does what I need. This seems like a "brute force" approach to the problem. I will have to think about it for a while if there is a more elegant (

Re: [Sikuli-driver] [Question #670930]: Algorithm: find from within a list of images

2018-07-17 Thread Alex
Question #670930 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670930 Status: Open => Answered Alex proposed the following answer: This is pretty straight forward, if I understood your question completely: 1. Generate a list of your images: image_search_list = ['

[Sikuli-driver] [Question #670930]: Algorithm: find from within a list of images

2018-07-17 Thread alex
New question #670930 on Sikuli: https://answers.launchpad.net/sikuli/+question/670930 What I would like to do: -I have a list of images (in the order of 30-50) that may show up on the screen -The screen may show a certain sub-group of these images at the same time, typically 8-12 of them -I need

Re: [Sikuli-driver] [Question #670913]: Get key name in python

2018-07-16 Thread Alex
Question #670913 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670913 Alex posted a new comment: I'm not aware of the existence of this functionality. The [Key Constants](http://sikulix-2014.readthedocs.io/en/latest/keys.html) help page lists all of the available special

Re: [Sikuli-driver] [Question #670825]: 1.1.2 Screen.capture(region, 'name') not working

2018-07-16 Thread Alex
Question #670825 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670825 Removed link to bug: #670826 https://bugs.launchpad.net/bugs/670826 "Shotwell images with non-latin characters in file name are not published to Flickr" -- You received this question notificati

Re: [Sikuli-driver] [Question #670825]: 1.1.2 Screen.capture(region, 'name') not working

2018-07-16 Thread Alex
Question #670825 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670825 Linked to bug: #670826 https://bugs.launchpad.net/bugs/670826 "Shotwell images with non-latin characters in file name are not published to Flickr" -- You received this question notification bec

Re: [Sikuli-driver] [Question #670913]: Get key name in python

2018-07-16 Thread Alex
Question #670913 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670913 Status: Open => Needs information Alex requested more information: Can you provide more information? The following commands work fine in Sikuli: CTRL+A to select all type('a', Key.CTRL)

Re: [Sikuli-driver] [Question #670847]: loop click one image only from a list

2018-07-12 Thread Alex
Question #670847 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670847 Status: Open => Answered Alex proposed the following answer: Sounds like you want to do a for loop. Python lists are iterate-able. Example: image_list = ['image1.png', 'image2.png&#x

Re: [Sikuli-driver] [Question #670724]: Trouble finding matches for images

2018-07-09 Thread alex
Question #670724 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670724 alex posted a new comment: When I first capture the images from the GUI, SikuliX finds them with a similarity value of 99%. Then after a few passes, the situation described may occur. I recaptured the

[Sikuli-driver] [Question #670724]: Trouble finding matches for images

2018-07-07 Thread alex
New question #670724 on Sikuli: https://answers.launchpad.net/sikuli/+question/670724 For my Sikulix script I captured a few images from the screen and use them in SikuliX e.g. for clicking on them. This works most of the time, but sometimes there is a weird issue I could not understand or find

Re: [Sikuli-driver] [Question #670456]: General error handling

2018-06-28 Thread alex
Question #670456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670456 alex posted a new comment: Works like a charm with the latest build. Dankeschön! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #670456]: General error handling

2018-06-28 Thread alex
Question #670456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670456 Status: Answered => Solved alex 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 #670456]: General error handling

2018-06-28 Thread alex
Question #670456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670456 alex posted a new comment: Thank you for your support and this awesome piece of software. Despite the issues i am still facing, it allowed me to do much more and in a shorter amount of time than any other

Re: [Sikuli-driver] [Question #670456]: General error handling

2018-06-28 Thread alex
Question #670456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670456 alex posted a new comment: That is exactly what I tried first. Did not invoke the handler script on a FindFailed. I tend to disagree with you on the exsts() issue. Unlike other features like find or click

Re: [Sikuli-driver] [Question #670456]: General error handling

2018-06-27 Thread alex
Question #670456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670456 alex gave more information on the question: Kind of got it working by putting these lines on top of the script: def ffhandler(event): resetGUI() FindFailed.setHandler(ffhandler) use

Re: [Sikuli-driver] [Question #670456]: General error handling

2018-06-27 Thread alex
Question #670456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670456 Status: Answered => Open alex is still having a problem: I am using a single script for now. With the method you proposed in your last post, the handler routine is still not invoked on FindFailed.

Re: [Sikuli-driver] [Question #670456]: General error handling

2018-06-27 Thread alex
Question #670456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670456 Status: Solved => Open alex is still having a problem: Accidentally clicked on "this solved my problem" -- You received this question notification because your team Sikuli Drivers is an a

Re: [Sikuli-driver] [Question #670456]: General error handling

2018-06-27 Thread alex
Question #670456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670456 Status: Answered => Solved alex confirmed that the question is solved: Since I am not using any regions at all I just assumed it would work for the whole screen. To be honest, I have not yet wrapped

Re: [Sikuli-driver] [Question #670456]: General error handling

2018-06-25 Thread alex
Question #670456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670456 Description changed to: Let's assume I have a rather lengthy SikuliX script that can basically fail at any point - usually find failed. Instead of modifying the whole script to catch every possible error, my

Re: [Sikuli-driver] [Question #670456]: General error handling

2018-06-25 Thread alex
Question #670456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670456 Description changed to: Let's assume I have a rather lengthy SikuliX script that can basically fail at any point - usually find failed. Instead of modifying the whole script to catch every possible error, my

Re: [Sikuli-driver] [Question #670456]: General error handling

2018-06-25 Thread alex
Question #670456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670456 Description changed to: Let's assume I have a rather lengthy SikuliX script that can basically fail at any point - usually find failed. Instead of modifying the whole script to catch every possible error, my

Re: [Sikuli-driver] [Question #670456]: General error handling

2018-06-25 Thread alex
Question #670456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670456 Description changed to: Let's assume I have a rather lengthy SikuliX script that can basically fail at any point - usually find failed. Instead of modifying the whole script to catch every possible error, my

[Sikuli-driver] [Question #670456]: General error handling

2018-06-25 Thread alex
New question #670456 on Sikuli: https://answers.launchpad.net/sikuli/+question/670456 Let's assume I have a rather lengthy SikuliX script that can basically fail at any point - usually find failed. Instead of modifying the whole script to catch every possible error, my idea was to use some kind

Re: [Sikuli-driver] [Question #669204]: Hang Sikuli on minimizing

2018-05-18 Thread Alex Lunyov
Question #669204 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/669204 Status: Answered => Solved Alex Lunyov confirmed that the question is solved: Thanks a lot! Now it works fine, on Java 10 + SikuliX 1.1.3. -- You received this question notification because your t

[Sikuli-driver] [Question #669204]: Hang Sikuli on minimizing

2018-05-18 Thread Alex Lunyov
New question #669204 on Sikuli: https://answers.launchpad.net/sikuli/+question/669204 I use Sikuli 1.1.2 (last build) on my Win 7-64 with last Java 8-171. Strange to see it hangs (20-30% CPU) even on empty script. My test: 1. I launched Sikuli 1.1.2. There was one empty tab, nothing else. 2. I mi

[Sikuli-driver] [Bug 1750498] Re: [1.1.2] Can't add hotkey without modifier --- fixed 2018-02-20 build #112

2018-02-21 Thread Alex Lunyov
Now it works well, thank you! -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1750498 Title: [1.1.2] Can't add hotkey without modifier --- fixed 2018-02-20 build #112 Status in Sikuli: Fix Com

[Sikuli-driver] [Bug 1750498] [NEW] Can't add hotkey in the last 1.1.2 nightly

2018-02-19 Thread Alex Lunyov
Public bug reported: Hi! There is an issue in the last Feb 2018 1.1.2 nightly version. Hotkey problem. My code: ### def Handl(event): print 123 Env.addHotkey(Key.F10, 0, Handl) while True: wait(0.1) ### Console output:

Re: [Sikuli-driver] [Question #663191]: How to Go-to-line in the IDE

2018-01-18 Thread alex chu
Question #663191 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/663191 alex chu posted a new comment: I'm coming back from 2012 and i'm pretty cautious with the IDE, I've never trying open files that's been edited outside afraid it will crash the IDE and c

Re: [Sikuli-driver] [Question #663191]: How to Go-to-line in the IDE

2018-01-18 Thread alex chu
Question #663191 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/663191 alex chu posted a new comment: I understand design pattern. But that's for writing code not for Sikuli script. The IDE only support one script file. Maybe I'm missing something totally obvio

[Sikuli-driver] [Question #663191]: How to Go-to-line in the IDE

2018-01-17 Thread alex chu
New question #663191 on Sikuli: https://answers.launchpad.net/sikuli/+question/663191 My script is over 1000 lines long, i tried short cut like ctrl-g, ctrl-L none of them can "go to line" similar to other IDE. -- You received this question notification because your team Sikuli Drivers is an an

[Sikuli-driver] [Question #660623]: type('`') odd behaviour II

2017-11-11 Thread Alex Lunyov
New question #660623 on Sikuli: https://answers.launchpad.net/sikuli/+question/660623 Well, I still need help. I noticed such strange thing: type('`') is dependent on _current_ layout before the run button is pressed. I made a test: for i in range(10): try: type('`') # backquote t

Re: [Sikuli-driver] [Question #660608]: type('`') odd behaviour

2017-11-11 Thread Alex Lunyov
Question #660608 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660608 Status: Open => Solved Alex Lunyov confirmed that the question is solved: OK, I've just resolved the problem. Nothing strange, in fact I use two layouts and while I run script in English la

[Sikuli-driver] [Question #660608]: type('`') odd behaviour

2017-11-11 Thread Alex Lunyov
New question #660608 on Sikuli: https://answers.launchpad.net/sikuli/+question/660608 Hi, here is some addition to "type invalid key code" questions collection on Launchpad. May be a bug. So, when I just started IDE and executed simple code: type('`') # there is one key to type, backquot

Re: [Sikuli-driver] [Question #657922]: Is there a way to get the highest match score of a failed Region.exists() call?

2017-09-13 Thread Alex Lunyov
Question #657922 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657922 Alex Lunyov proposed the following answer: You could use method getScore() for a match result in case it is not None. So, the following code will show you a digit between 0 and 1, where 0 corresponds to &qu

Re: [Sikuli-driver] [Question #657192]: Key Attribute of Function key in keyboard

2017-09-05 Thread Alex Lunyov
Question #657192 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657192 Status: Open => Answered Alex Lunyov proposed the following answer: It seems that key stroke could be lost in other application than target. Check please. -- You received this question notificat

Re: [Sikuli-driver] [Question #657137]: region search work slower

2017-09-05 Thread Alex Lunyov
Question #657137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657137 Alex Lunyov posted a new comment: OK! Be aware of different visual effects like Aero on Windows 7, transparency effects that your OS uses to display messages etc. A short wait(...) before searching the

Re: [Sikuli-driver] [Question #657179]: Current popup window remains in the tray after breaking

2017-09-04 Thread Alex Lunyov
Question #657179 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657179 Alex Lunyov gave more information on the question: + The same issue on Win 10, (previous 1.1.2 version). This is the old problem, was on 1.1.1 versions. -- You received this question notification because

Re: [Sikuli-driver] [Question #657137]: region search work slower

2017-09-04 Thread Alex Lunyov
Question #657137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657137 Alex Lunyov posted a new comment: Please, do some additional pure tests on your computer to ensure, using this commands: start = time.time() # at the beginning of your test ... # your script duration

Re: [Sikuli-driver] [Question #657137]: region search work slower

2017-09-04 Thread Alex Lunyov
Question #657137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657137 Alex Lunyov posted a new comment: I suppose the construction reg.exists(img, 0) inside the loop with some reasonable delay is better than construction reg.exists(img) that performs search operation in the

Re: [Sikuli-driver] [Question #657137]: region search work slower

2017-09-01 Thread Alex Lunyov
Question #657137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657137 Status: Open => Answered Alex Lunyov proposed the following answer: Hm, it should work faster in case you use static visual objects and correct regions. By the way, region object keeps the last ma

Re: [Sikuli-driver] [Question #657179]: Current popup window remains in the tray after breaking

2017-08-31 Thread Alex Lunyov
Question #657179 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657179 Alex Lunyov gave more information on the question: In addition: I'm using Win 7-64 bit, SikuliX 1.1.2 the last July 2017 version. -- You received this question notification because your team Sikuli Dr

[Sikuli-driver] [Question #657179]: Current popup window remains in the tray after breaking

2017-08-31 Thread Alex Lunyov
New question #657179 on Sikuli: https://answers.launchpad.net/sikuli/+question/657179 Current popup window remains in the tray after breaking (Shift+Alt+C) the main process and pressing OK button on the popup window. So, a lot of such remains one can see in the tray after several breaking actio

[Sikuli-driver] [Bug 1704237] Re: [1.1.x] Linux: Capture always uses secondary monitor.

2017-07-14 Thread Alex Vadeboncoeur
was on a clean install today. Rebooting did not help. Rearranging monitors did not help. The selectRegion only used the secondary monitor for the selection. Thank you Alex To manage notifications about this bug go to: https://bugs.launchpad.net/sikuli/+bug/1704237/+subscriptions

[Sikuli-driver] [Bug 1704237] Re: [1.1.x] Linux: Capture always uses secondary monitor.

2017-07-14 Thread Alex Vadeboncoeur
Alex To manage notifications about this bug go to: https://bugs.launchpad.net/sikuli/+bug/1704237/+subscriptions ___ Mailing list: https://launchpad.net/~sikuli-driver Post to : sikuli-driver@lists.launchpad.net Unsubscribe : https://launchpad.net

Re: [Sikuli-driver] [Bug 1704237] Re: [1.1.x] Linux: Capture always uses secondary monitor.

2017-07-14 Thread Alex Vadeboncoeur
, T:3.0 R[2442,387 280x195]@S(1) E:Y, T:3.0 This was on a clean install today. Rebooting did not help. Rearranging monitors did not help. The selectRegion only used the secondary monitor for the selection. Thank you Alex To manage notifications about this bug go to: https://bugs.launc

Re: [Sikuli-driver] [Bug 1704237] Re: [1.1.x] Linux: Capture always uses secondary monitor.

2017-07-14 Thread Alex Vadeboncoeur
As requested: L(960,600)@S(0)[0,0 1920x1200] L(960,600)@S(0)[0,0 1920x1200] L(2880,600)@S(1)[1920,0 1920x1200] L(2880,600)@S(1)[1920,0 1920x1200] Alex On 07/14/2017 09:06 AM, RaiMan wrote: > What about that? > > print Screen(0).getCenter() > Screen(0).hover() > print Mouse.at()

[Sikuli-driver] [Bug 1704237] Re: [1.1.x] Linux: Capture always uses secondary monitor.

2017-07-14 Thread Alex Vadeboncoeur
clean install today. Rebooting did not help. Rearranging monitors did not help. The selectRegion only used the secondary monitor for the selection. Thank you Alex To manage notifications about this bug go to: https://bugs.launchpad.net/sikuli/+bug/1704237/+subscriptions

[Sikuli-driver] [Bug 1704237] [NEW] Capture always uses secondary monitor.

2017-07-13 Thread Alex Vadeboncoeur
did not help. Rearranging monitors did not help. The selectRegion only used the secondary monitor for the selection. Thank you Alex ** Affects: sikuli Importance: Undecided Status: New -- You received this bug notification because you are a member of Sikuli Drivers, which is

Re: [Sikuli-driver] [Question #644806]: continue Loop after break

2017-06-25 Thread alex
Question #644806 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644806 Status: Solved => Open alex is still having a problem: while True: wait(5) print ('Searching...') if exists (Pattern("1498380448500.png").exact(),0):

Re: [Sikuli-driver] [Question #644806]: continue Loop after break

2017-06-24 Thread alex
Question #644806 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644806 Status: Open => Solved alex confirmed that the question is solved: thanks..its solved -- You received this question notification because your team Sikuli Drivers is an answer contact for Sik

Re: [Sikuli-driver] [Question #644808]: while exists (img, 0) always stop loop

2017-06-24 Thread alex
Question #644808 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644808 alex posted a new comment: @masuo thanks for ur kindness respond..what i want is..when is not found.. i want the sikuli search again that "1498310847322.png" is it possible? -- You received thi

[Sikuli-driver] [Question #644808]: while exists (img, 0) always stop loop

2017-06-24 Thread alex
New question #644808 on Sikuli: https://answers.launchpad.net/sikuli/+question/644808 while exists ("1498312677594.png"): if exists (Pattern("1498307427007.png").exact(),0): print "Found Deniro*" #locationMap hover(Location(1140,110)) cli

Re: [Sikuli-driver] [Question #644788]: Waiting execution

2017-06-24 Thread alex
Question #644788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644788 Status: Answered => Solved alex confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Drivers is an ans

[Sikuli-driver] [Question #644806]: continue Loop after break

2017-06-24 Thread alex
New question #644806 on Sikuli: https://answers.launchpad.net/sikuli/+question/644806 #look when one of the two image appear. while True: wait(2) print ('Searching...') if exists ("1498307221873.png",0): print "Found E" #break loop continue

[Sikuli-driver] [Question #644788]: Waiting execution

2017-06-23 Thread alex
New question #644788 on Sikuli: https://answers.launchpad.net/sikuli/+question/644788 is there have any script to see my log message like that? waiting (20) waiting.(19) waiting(18) waiting...(17) . . . waiting...(1) when the sikuli script like this : while True : wait(20)

Re: [Sikuli-driver] [Question #644269]: Sikuli loop statement

2017-06-22 Thread alex
Question #644269 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644269 Status: Answered => Solved alex confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Drivers is an ans

Re: [Sikuli-driver] [Question #644269]: Sikuli loop statement

2017-06-21 Thread alex
Question #644269 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644269 alex posted a new comment: while exists (IMG1,10) : if exists (IMG2,30) or exists (IMG3,30) or exists (IMG4,30) wait (1) else : click (IMG5) so this will do : - when see

Re: [Sikuli-driver] [Question #644269]: Sikuli loop statement

2017-06-21 Thread alex
Question #644269 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644269 alex posted a new comment: @masuo sry its a typo there.. its should be Exists ()... i will try .. -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #644269]: Sikuli loop statement

2017-06-20 Thread alex
Question #644269 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644269 Description changed to: why my program not work at all i want to make a bot for some game.. while exits (IMG1) : if exits (IMG2) or exits (IMG3) or exits (IMG4) wait (3) else :

Re: [Sikuli-driver] [Question #644269]: Sikuli loop statement

2017-06-19 Thread alex
Question #644269 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644269 Description changed to: why my program not loop continuously? while exits (IMG1) : if exits (IMG2) or exits (IMG3) or exits (IMG4) wait (3) else : click (IMG5) what i wan

Re: [Sikuli-driver] [Question #644269]: Sikuli loop statement

2017-06-19 Thread alex
Question #644269 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644269 Description changed to: why my program not loop continuously? while exits (IMG1) : if exits (IMG2) or exits (IMG3) or exits (IMG4) wait (3) else : click (IMG5) what i wan

Re: [Sikuli-driver] [Question #644269]: Sikuli loop statement

2017-06-19 Thread alex
Question #644269 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644269 Description changed to: why my program not loop continuously? while exits (IMG1) : if exits (IMG2) or exits (IMG3) or exits (IMG4) wait (3) else : click (IMG5) what i wan

Re: [Sikuli-driver] [Question #644269]: Sikuli loop statement

2017-06-19 Thread alex
Question #644269 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644269 Description changed to: why my program not loop continuously? while exits (IMG1) : if exits (IMG2) or exits (IMG3) or exits (IMG4) wait (3) else : click (IMG5) what i wan

[Sikuli-driver] [Question #644269]: Sikuli loop statement

2017-06-19 Thread alex
New question #644269 on Sikuli: https://answers.launchpad.net/sikuli/+question/644269 why my program not loop continuously? while exits (IMG1) : if exits (IMG2) or exits (IMG3) or exits (IMG4) wait (3) else : click (IMG5) what i want is..when the IMG1 exits..i

Re: [Sikuli-driver] [Question #588177]: Paste() doesn't work "perfectly"

2017-04-18 Thread Alex
Question #588177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/588177 Alex posted a new comment: No problem, take your time =) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

  1   2   3   4   >