Re: [Sikuli-driver] [Question #703093]: [2.0.5] Windows 11: Mouse not useable (blocked)

2023-02-05 Thread david young
Question #703093 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703093 david young posted a new comment: I am using 2.0.5 on win 11 and win 10 I run the jar file from c:\sikulix I saw the same error message To fix it I created a desktop shortcut to run Java -jar sikulix.jar

Re: [Sikuli-driver] [Question #695926]: Key.TAB not behaving as expected in a text box.

2021-03-09 Thread David Eells
Question #695926 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695926 Status: Answered => Solved David Eells confirmed that the question is solved: That fixed the problem. I guess the Citrix keyboard virtualization didn't like the auto-detected layout. Thank

Re: [Sikuli-driver] [Question #695926]: Key.TAB not behaving as expected in a text box.

2021-03-09 Thread David Eells
Question #695926 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695926 David Eells 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 #695926]: Key.TAB not behaving as expected in a text box.

2021-03-09 Thread David Eells
Question #695926 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695926 Status: Needs information => Open David Eells gave more information on the question: SikuliX 2.0.4 on Java 8.0_281 -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #695926]: Key.TAB not behaving as expected in a text box.

2021-03-08 Thread David Eells
New question #695926 on Sikuli: https://answers.launchpad.net/sikuli/+question/695926 A member of my team is working to automate a testing routine on a piece of software. On doing inputs, they are making use of type(Key.TAB) to move from one box to the next in sequence. However, it's not

[Sikuli-driver] [Bug 1857600] Re: [2.0.x] IDE: delete images on save: orphan string delimiter message line number too large

2020-09-14 Thread David Eells
I reproduced this error by accident and worked out that it traced to an apostrophe in a comment. Sikuli still reads that as a delimiter even though it's following a # or inside a ''' ''' block. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed

Re: [Sikuli-driver] [Question #692377]: Unable to use image to text (tesseract) in Linux

2020-08-14 Thread David
Question #692377 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692377 Description changed to: Getting error java.lang.UnsatisfiedLinkError: Error looking up function 'TessPDFRendererCreateTextonly':... when trying find("foo.png").text() Also seeing a similar error

Re: [Sikuli-driver] [Question #692377]: Unable to use image to text (tesseract) in Linux

2020-08-14 Thread David
Question #692377 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692377 Description changed to: Getting error java.lang.UnsatisfiedLinkError: Error looking up function 'TessPDFRendererCreateTextonly': dlsym(0x7fc93f349590, TessPDFRendererCreateTextonly): symbol not found when

[Sikuli-driver] [Question #692377]: Unable to use image to text (tesseract) in Linux

2020-08-14 Thread David
New question #692377 on Sikuli: https://answers.launchpad.net/sikuli/+question/692377 Getting error java.lang.UnsatisfiedLinkError: Error looking up function 'TessPDFRendererCreateTextonly': dlsym(0x7fc93f349590, TessPDFRendererCreateTextonly): symbol not found when trying

[Sikuli-driver] [Question #685701]: wait - RuntimeException

2019-11-08 Thread David
New question #685701 on Sikuli: https://answers.launchpad.net/sikuli/+question/685701 I start a code with 2 lines, the image is a print to got with Region tool of Sikulix IDE, this doesn't allowing use wait function with a simple call. #this click a .exe application doubleClick(image) #wait

Re: [Sikuli-driver] [Question #685479]: [HowTo] Use Region to speed up execution

2019-11-07 Thread David Borghi
Question #685479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685479 Status: Answered => Open David Borghi is still having a problem: Thank you for your suggestion, although, I don't know If I understood the workflow or If I failed to implement it, considering I did

Re: [Sikuli-driver] [Question #685479]: [HowTo] Use Region to speed up execution

2019-11-06 Thread David Borghi
Question #685479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685479 Status: Needs information => Open David Borghi gave more information on the question: Thank you for your help (and willingness to help!) and your attention! No need to worry about that, the scr

Re: [Sikuli-driver] [Question #685479]: [HowTo] Use Region to speed up execution

2019-11-04 Thread David Borghi
Question #685479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685479 Status: Answered => Open David Borghi is still having a problem: Thank you RaiMan. I'm sorry for the confusion. Turns out that I was just forgetting to remove one of the arguments from the funct

Re: [Sikuli-driver] [Question #685479]: [HowTo] Use Region to speed up execution

2019-11-03 Thread David Borghi
Question #685479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685479 David Borghi posted a new comment: how I should apply* as was with* -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #685479]: [HowTo] Use Region to speed up execution

2019-11-03 Thread David Borghi
Question #685479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685479 Status: Answered => Open David Borghi is still having a problem: RaiMan, I'm sorry that I just added a new comment when I should have chosen the other button. The script does exactly what you descri

Re: [Sikuli-driver] [Question #685479]: [HowTo] Use Region to speed up execution

2019-10-29 Thread David Borghi
Question #685479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685479 David Borghi posted a new comment: Thank you RaiMan. I decided to simplify the script as I wasn't using the most "complex" part of it. Just to be clear, whenever a click is executed, img1 &

[Sikuli-driver] [Question #685479]: I don't know to how to implement the Region class in my function. I already read the documentation.

2019-10-28 Thread David Borghi
New question #685479 on Sikuli: https://answers.launchpad.net/sikuli/+question/685479 I'd like to try to implement the Region class to make the script run faster, the script is clicking after ~550msec after the images appear on the screen, I don't know If It would be possible to make it run

Re: [Sikuli-driver] [Question #684246]: Sikuli connect to Sql Server from command line

2019-10-02 Thread David Flood
Question #684246 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684246 Status: Needs information => Open David Flood gave more information on the question: Thanks for the replying, this is definitely useful. I am trying to connect to Sqlserver db , what are the equival

Re: [Sikuli-driver] [Question #684246]: Sikuli connect to Sql Server from command line

2019-09-27 Thread David Flood
Question #684246 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684246 Status: Needs information => Open David Flood gave more information on the question: Thank you for replying, and apologies for the rambling nature of my question. I am trying to connect Sikuli 1.

[Sikuli-driver] [Question #684246]: Sikuli connect to Sql Server from command line

2019-09-25 Thread David Flood
New question #684246 on Sikuli: https://answers.launchpad.net/sikuli/+question/684246 What are these instruction doing and how do I run them . I am wanting to connect sql server database form Sikuli ide with Jython. This may seem confused, because I am. ! Place the sqljdb.jar in c:\JDBC .

[Sikuli-driver] [Question #684243]: Sikuli connect to Sql Server from command line

2019-09-25 Thread David Flood
New question #684243 on Sikuli: https://answers.launchpad.net/sikuli/+question/684243 JDBC has been loaded to C:\jdbc - next suggested step was to Open a command prompt and browse to C:\JDBC jar uf “C:\Program Files\Sikuli X\sikuli-script.jar” com jar uf “C:\Program Files\Sikuli

[Sikuli-driver] [Bug 1810177] Re: Unable to Open Sikuli 1.1.4

2019-04-16 Thread Mark David Gilbert
@RaiMan Go to this page: https://raiman.github.io/SikuliX1/downloads.html and make sure you read: "Download what you prefer or both to the same folder as you have your sikulix.jar. They will be recognized by SikuliX at the next start. So preferably download before using the IDE the first

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

2019-02-15 Thread David Borghi
Question #678458 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678458 Status: Answered => Solved David Borghi confirmed that the question is solved: @RaiMan. Thank you, this totally makes sense and I'm ashamed I couldn't figure out by myself, anyway, have in mind

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

2019-02-12 Thread David Borghi
Question #678458 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678458 Status: Answered => Open David Borghi is still having a problem: @RaiMan Thank you for your contribution. I might not have been clear, I'm sorry about that. The two lines I'm trying to implem

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

2019-02-11 Thread David Borghi
Question #678458 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678458 Description changed to: 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

[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)

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-11-14 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 Status: Expired => Open David Borghi is still having a problem: Janitor, I didn't add anything here as RaiMan told me he would not be able to answer until Nov 19. If possible, please, leave it o

[Sikuli-driver] [Question #675989]: Where can I find sikulixapi 1.1.4 final in Maven?

2018-11-07 Thread David Pérez
New question #675989 on Sikuli: https://answers.launchpad.net/sikuli/+question/675989 The documentation tells: The repository URL:http://oss.sonatype.org/content/groups/public The coordinates are: organization=com.sikulix artifactId=sikulixapi version=1.1.4-SNAPSHOT But where can I find 1.1.4

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-29 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 David Borghi gave more information on the question: Hello, RaiMan! Just letting you know that It's perfectly working (thank you!) except the last part: if exists("img3", 0) and exists(

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-29 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 Status: Answered => Solved David Borghi confirmed that the question is solved: No worries about missing the comment. I'm trying to learn, I'm sorry that I'm not growing as fast as you expec

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-29 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 Status: Solved => Open David Borghi is still having a problem: Q: everything from beginning or what? A: I'm sorry I didn't answer this question. The line 17 was just what you suggested me bef

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-29 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 David Borghi gave more information on the question: Hello, RaiMan. I'm sorry for the inconvenience, I'm not pressuring you, I understand that you'll answer as soon as you can (and just If you can), I'm just

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-24 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 Status: Needs information => Open David Borghi gave more information on the question: That's fine, I'm sorry for all the needless information. Q: directly after the doubleclick or after img111

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-24 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 Status: Answered => Open David Borghi is still having a problem: Hello, RaiMan. Thank you so much for your effort, patience, and your kindness. So far, I think It's perfectly working. I kno

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-23 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 Status: Answered => Open David Borghi is still having a problem: Hello, RaiMan. I'm sorry for bothering you too much with my problems. I don't know If I already expressed my gratitude enough for y

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-22 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 Status: Answered => Open David Borghi is still having a problem: Hello, RaiMan. Thank you again for your fast response. What I was expecting: when I see image 1 then I wait for image 1.1 or 1.2 I

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-21 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 David Borghi posted a new comment: are the images* -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-21 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 Status: Solved => Open David Borghi is still having a problem: Hello, RaiMan. I'm sorry for all the inconvenience. I've managed (I don't know) to keep it in looping just using while function: wh

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-21 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 Status: Answered => Solved David Borghi 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 #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-19 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 David Borghi posted a new comment: Hello, RaiMan. :) Thank you so much for your attention and for being so fast on the response! I already tried both tutorials but still couldn't figure out. I mean, I've

[Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"?

2018-10-19 Thread David Borghi
New question #675373 on Sikuli: https://answers.launchpad.net/sikuli/+question/675373 Hello! I don't know how to make a simple loop that lasts forever. The script to be looped is this one: exists("1539962756733.png") click("1539962769464.png") I just want it to loop if the conditions exist.

Re: [Sikuli-driver] [Question #675373]: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli)

2018-10-19 Thread David Borghi
Question #675373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675373 Summary changed to: [HowTo] make a simple loop with "exists image" and "click image"? (Sikuli) Description changed to: Hello! I don't know how to make a simple loop that lasts forever. The script to be

Re: [Sikuli-driver] [Question #674936]: Receiving error when run code through function

2018-10-10 Thread David
Question #674936 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/674936 Status: Needs information => Open David gave more information on the question: I know, That is part of my problem. The error that keeps coming up doesn't appear to relate to my script but it referen

[Sikuli-driver] [Question #674936]: Receiving error when run code through function

2018-10-09 Thread David
532724477876.png") Phone.wait("1532724530555.png",60*60) Phone.click("1532724530555.png") except: pass wait(.4) else: flexLib.Decline() The code inside flexLib.Accept() runs fine if I run it stand

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

2018-02-17 Thread David Bachschmid
Question #664345 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664345 Status: Answered => Solved David Bachschmid 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 #664345]: CPU usage going through the roof when running script

2018-02-15 Thread David Bachschmid
Question #664345 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664345 David Bachschmid posted a new comment: Ok ty, now I understand why the error occured. Still when I do not include a picture within "click(picture.png)", sikuli will only click on the center of

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

2018-02-15 Thread David Bachschmid
Question #664345 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664345 Status: Solved => Open David Bachschmid is still having a problem: Since I added a timeout to the exists commands, I've received this error three times: [error] script [ sdfsdf ] stopped with er

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

2018-02-14 Thread David Bachschmid
Question #664345 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664345 Status: Answered => Solved David Bachschmid confirmed that the question is solved: Vielen lieben Dank RaiMan!! No Blue Screens or any crashes since yesterday + my PC doesn't care anymore about runn

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

2018-02-14 Thread David Bachschmid
Question #664345 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664345 David Bachschmid posted a new comment: Also I can run the game on 60FPS instead of 10. :) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

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

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() 21Screen(1).wait

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

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:

[Sikuli-driver] [Question #662996]: SikuliX run project from an other one

2018-01-12 Thread David
New question #662996 on Sikuli: https://answers.launchpad.net/sikuli/+question/662996 Hi! I work on my FirstProject.sikuli project in SikuliXIDE 1.1.1. I would like to call/run an other existing project in my FirstProject.sikuli. How can I do that? Thanks in advance! -- You received this

[Sikuli-driver] [Question #662189]: IE is opening a new tab instead of just switching

2017-12-24 Thread David Rudd
New question #662189 on Sikuli: https://answers.launchpad.net/sikuli/+question/662189 I'm using IE 11 and when I use the code "switchApp("Internet Explorer")" it works 2/3 times, but it occasionally opens a new tab. Anyone know why this happens/how I can stop it from happening? -- You

Re: [Sikuli-driver] [Question #659555]: Dealing with Multiple onAppear images using background observe and region

2017-10-17 Thread DAVID MASTROIANNI
Question #659555 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/659555 Status: Answered => Solved DAVID MASTROIANNI confirmed that the question is solved: Beautiful! Thank you so much for the reply! -- You received this question notification because your team Sik

[Sikuli-driver] [Question #659555]: Dealing with Multiple onAppear images using background observe and region

2017-10-16 Thread DAVID MASTROIANNI
New question #659555 on Sikuli: https://answers.launchpad.net/sikuli/+question/659555 Settings.MoveMouseDelay = 0.05 def Battle(evt): InAction = True print("Found Battle Button") click("1508195786538.png") wait("1508195823256.png", FOREVER); click();wait(1) HoverForMove()

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-10-01 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 DAVID MASTROIANNI gave more information on the question: click; wait; click; wait; click; wait; click; type; click; click; type; click; click; (unexpected/occasional image1); click, wait, click wait, click

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-10-01 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 DAVID MASTROIANNI gave more information on the question: Yea, the specific issue for this scenario is that there will be times where multiple main (expected) images are true. So having a code sequence

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-10-01 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 DAVID MASTROIANNI gave more information on the question: I am going to try to use ndinev's code while making the sign in page an unexpected page (so the sign in image will not be a main image). testing now

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-10-01 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 Status: Answered => Open DAVID MASTROIANNI is still having a problem: I actually did that deliberately because (full disclosure) After Image E is a sign in button at which point I have my script t

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-10-01 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 DAVID MASTROIANNI gave more information on the question: when I watched the Youtube tutorials there is a game automation example it has a working if exists but the image is already on the screen, so its just

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-10-01 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 DAVID MASTROIANNI gave more information on the question: ndinev, I'm really only concerned with the occasional unexpected images, not the main images or main sequence. if ever appear then click if doesn't

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-10-01 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 Status: Answered => Open DAVID MASTROIANNI is still having a problem: Hi ndinev, Yes I do have images A through Z and Images 1, 2 an

Re: [Sikuli-driver] [Question #658779]: Make script using other scripts

2017-09-30 Thread DAVID MASTROIANNI
Question #658779 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658779 Status: Answered => Open DAVID MASTROIANNI is still having a problem: runScript(F:\Sikuli X\SWFC_ALT_1.sikuli) ___ [error] script [ Untit

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-09-30 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 Status: Answered => Open DAVID MASTROIANNI is still having a problem: Yes @Roman, sorry for the lack of code and confusion, and thank you for helping me thus far. My script consists only of: W

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-09-30 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 Status: Answered => Open DAVID MASTROIANNI is still having a problem: Settings.MinSimilarity = 0.95 def try_click(our_image): try: click(our_image) except FindFai

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-09-29 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 DAVID MASTROIANNI gave more information on the question: 1|def myHandler(e): 2|click(Pattern("1506689688440-1.png").targetOffset(44,-61)) 3|onAppear(Pattern("1506689688440-2.png")

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-09-29 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 Status: Answered => Open DAVID MASTROIANNI is still having a problem: Instead of print "image1.5 appeared" Can I use click("image1.5") I wish to have my program run while I'm

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-09-29 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 Status: Answered => Open DAVID MASTROIANNI is still having a problem: def try_click(our_image): try: click(our_image) except FindFailed: pass try_cl

[Sikuli-driver] [Question #658779]: Make script using other scripts

2017-09-29 Thread DAVID MASTROIANNI
New question #658779 on Sikuli: https://answers.launchpad.net/sikuli/+question/658779 Let's say I have script1.sikuli, script2.sikuli, and script3. sikuli completed How might I be able to run script1 then script 3 then script 1 then script 2 or any combination? example: run sikuli.scipt1 run

Re: [Sikuli-driver] [Question #658727]: An image may or may not occur, help with workaround

2017-09-29 Thread DAVID MASTROIANNI
Question #658727 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658727 Status: Open => Solved DAVID MASTROIANNI confirmed that the question is solved: please delete this thread. -- You received this question notification because your team Sikuli Drivers is an ans

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-09-29 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 DAVID MASTROIANNI gave more information on the question: I am trying to write code at the beginning of the script that says hey: If image1, image2, or image3 ever show up, take action x,y,z which

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-09-29 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 Status: Answered => Open DAVID MASTROIANNI is still having a problem: [error] script [ PROGRAM.AUTOMATION ] stopped with error in line 1 at column 14 [error] SyntaxError ( 'no viable alternat

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-09-28 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 DAVID MASTROIANNI posted a new comment: @roman, is this possible for multiple images? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-09-27 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 Description changed to: My code basically looks like: wait("image1", FOREVER) click("image1) wait("image2", FOREVER) click("image2") Sometimes there is an "image1.5" or a known image at a random time.

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-09-27 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 Summary changed to: How to work around an occasional image Description changed to: My code basically looks like: wait("image1", FOREVER) click("image1) wait("image2", FOREVER) click("image2") Sometimes

[Sikuli-driver] [Question #658728]: An image may or may not occur, help with workaround

2017-09-27 Thread DAVID MASTROIANNI
New question #658728 on Sikuli: https://answers.launchpad.net/sikuli/+question/658728 While I run my automation, there are 3 images that pop up randomly, if they do show up my program stops doesn't know what to do and nothing progresses. I want to know how to use a command like while exists,

[Sikuli-driver] [Question #658727]: An image may or may not occur, help with workaround

2017-09-27 Thread DAVID MASTROIANNI
New question #658727 on Sikuli: https://answers.launchpad.net/sikuli/+question/658727 While I run my automation, there are 3 images that pop up randomly, if they do show up my program stops doesn't know what to do and nothing progresses. I want to know how to use a command like while exists,

Re: [Sikuli-driver] [Question #657940]: Help me automate my video game process

2017-09-19 Thread DAVID MASTROIANNI
Question #657940 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657940 Summary changed to: Help me automate my video game process Description changed to: First issue: typing text LINE 11: wait("image", FOREVER) LINE 12: type(494692200) error shown below: [error] script [

Re: [Sikuli-driver] [Question #643668]: vnc.capture

2017-09-14 Thread David ENJOLRAS
Question #643668 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643668 David ENJOLRAS posted a new comment: Found the issues : 1) ==> If I comment the "vnc.wait" line, then the capture is a black image We indeed need a small wait, a simple sleep(1) after vncsta

Re: [Sikuli-driver] [Question #658004]: Location: outside any screen at startup

2017-09-14 Thread David ENJOLRAS
Question #658004 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658004 Status: Needs information => Open David ENJOLRAS gave more information on the question: I'm running sikuli by command line, On same system, Multiple test run well, and some fails. The particular

[Sikuli-driver] [Question #658004]: Location: outside any screen at startup

2017-09-14 Thread David ENJOLRAS
New question #658004 on Sikuli: https://answers.launchpad.net/sikuli/+question/658004 I have the message "Location: outside any screen (45924672, 45924672)' at a regular basis. I've modified the code to dump stack in such case and have this : [error] 10:48:45 Location: outside any screen

[Sikuli-driver] [Question #657940]: can you help me develope a program for Star Wars Force Collection?

2017-09-12 Thread DAVID MASTROIANNI
New question #657940 on Sikuli: https://answers.launchpad.net/sikuli/+question/657940 I am trying to create a play-through bot for SWFC, and when I try to log-in, my program doesn't know to wait until three consistent screens vanish, even though I have programmed the waitVanish function for all

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

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

Re: [Sikuli-driver] [Question #643668]: vnc.capture

2017-06-30 Thread David ENJOLRAS
Question #643668 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643668 David ENJOLRAS posted a new comment: Hello, I'm trying to debug this issue, but have question about accesing the sources. Seems the VNC part is now in the SikuliX-2014 sources, but in a sikulix2tigervnc

Re: [Sikuli-driver] [Question #645284]: vnc & exit

2017-06-29 Thread David ENJOLRAS
Question #645284 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645284 Status: Open => Solved David ENJOLRAS confirmed that the question is solved: vnc.stop() is the solution ! -- You received this question notification because your team Sikuli Drivers is an ans

Re: [Sikuli-driver] [Question #645284]: vnc & exit

2017-06-29 Thread David ENJOLRAS
Question #645284 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645284 Status: Needs information => Open David ENJOLRAS gave more information on the question: that's all I have. maybe a blank line in the top of my script ? -- You received this question notificat

Re: [Sikuli-driver] [Question #645284]: vnc & exit

2017-06-28 Thread David ENJOLRAS
Question #645284 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645284 Description changed to: code: vnc = vncStart("atemqesxhost21p", 5901) vnc.stop exit(0) generate : CConnection: Server supports RFB protocol version 3.8 CConnection: Using RFB protocol version 3.8 [error

[Sikuli-driver] [Question #645284]: vnc & exit

2017-06-28 Thread David ENJOLRAS
New question #645284 on Sikuli: https://answers.launchpad.net/sikuli/+question/645284 code: vnc = vncStart("atemqesxhost21p", 5901) vnc.stop exit(0) generate : CConnection: Server supports RFB protocol version 3.8 CConnection: Using RFB protocol version 3.8 [error (28/06/17 08:10:18)] script [

Re: [Sikuli-driver] [Question #634461]: How to press the Key "Super(Win)" in Linux

2017-06-24 Thread David Pratmarty
Question #634461 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/634461 David Pratmarty posted a new comment: type("d", Key.WIN) works -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #634461]: How to press the Key "Super(Win)" in Linux

2017-06-24 Thread David Pratmarty
Question #634461 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/634461 David Pratmarty posted a new comment: type("D", Key.WIN) does not work on Windows 10 with SikuliX 1.1.1 -- You received this question notification because your team Sikuli Drivers is an answ

[Sikuli-driver] [Bug 1698094] [NEW] Region.paste return0 despite done

2017-06-15 Thread David ENJOLRAS
Public bug reported: With SIKULIX 1.1.2 2017-06-04 notepad = find("NotePad.png") print("notepad: %s" % notepad ) PastResult = notepad.paste("test") print("PastResult: %d" % PastResult ) = The text "test" is well added in the NotPad output is : notepad: M[21,553

Re: [Sikuli-driver] [Question #643668]: vnc.capture

2017-06-13 Thread David ENJOLRAS
Question #643668 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643668 Status: Needs information => Open David ENJOLRAS gave more information on the question: The VNC server is an VMWARE ESX server 6.0.0 https://pubs.vmware.com/workstation-9/index.jsp?to

[Sikuli-driver] [Question #643668]: vnc.capture

2017-06-13 Thread David ENJOLRAS
New question #643668 on Sikuli: https://answers.launchpad.net/sikuli/+question/643668 Using 1.1.1 build 2017-06-04 2 Strange issues : vnc = vncStart("atemqesxhost21p", 5900) ApplyKeyboardButton = vnc.wait("ApplyKeyboard.png") test = Region(100,100,600,310) img = vnc.capture(test) 1) ==> If I

[Sikuli-driver] [Question #643667]: vnc.click

2017-06-13 Thread David ENJOLRAS
New question #643667 on Sikuli: https://answers.launchpad.net/sikuli/+question/643667 I'm using 1.1.1 Built 2017-04-06 This simple code : vnc = vncStart("atemqesxhost21p", 5900) ApplyKeyboardButton = vnc.wait("ApplyKeyboard.png") vnc.click(ApplyKeyboardButton) Do a click at the center of the

[Sikuli-driver] [Question #643656]: vnc.newRegion

2017-06-13 Thread David ENJOLRAS
New question #643656 on Sikuli: https://answers.launchpad.net/sikuli/+question/643656 The doc : http://sikulix-2014.readthedocs.io/en/latest/screen.html#connecting-to-a-vnc-server-vncscreen Says to use vnc = vncStart("192.168.2.25") # some VNC Server in the local net remoteRegion =

[Sikuli-driver] [Bug 1506359] Re: [1.1.0] Linux: not working wmctrl should not terminate SikuliX, but only block App class usage --- fixed 1.1.1-2015-10-17

2017-03-16 Thread David Pérez
Related info: https://answers.launchpad.net/sikuli/+question/272434 A window manager must be installed. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1506359 Title: [1.1.0] Linux: not working

[Sikuli-driver] [Bug 1506359] Re: [1.1.0] Linux: not working wmctrl should not terminate SikuliX, but only block App class usage --- fixed 1.1.1-2015-10-17

2017-03-16 Thread David Pérez
wmctrl is already installed and in the PATH. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1506359 Title: [1.1.0] Linux: not working wmctrl should not terminate SikuliX, but only block App

  1   2   3   >