[Sikuli-driver] [Question #300736]: FindFailed Error when image is not on screen

2016-07-22 Thread MJ
New question #300736 on Sikuli: https://answers.launchpad.net/sikuli/+question/300736 for n in range(3): #while (exists("1469038914742.png"),1): #while True: if not exists("1469039051065.png"): click("1469038914742.png") else: click("1469042062223.png")

[Sikuli-driver] [Question #300737]: run command line code

2016-07-22 Thread MJ
New question #300737 on Sikuli: https://answers.launchpad.net/sikuli/+question/300737 When i run the program from sikuli IDE everything is perfect but when i run from command prompt, nothing happens. C:\Sikuli>runsikulix.cmd -r C:\Sikuli\sikuli.sikuli3.sikuli\sikuli.sikuli3.py +++ running this

Re: [Sikuli-driver] [Question #300737]: run command line code

2016-07-22 Thread MJ
Question #300737 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/300737 Status: Answered => Solved MJ confirmed that the question is solved: Thanks so much!!! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sik

Re: [Sikuli-driver] [Question #300737]: run command line code

2016-07-22 Thread MJ
Question #300737 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/300737 MJ 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 #300736]: FindFailed Error when image is not on screen

2016-07-22 Thread MJ
Question #300736 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/300736 Status: Answered => Solved MJ confirmed that the question is solved: Thanks guys -- You received this question notification because your team Sikuli Drivers is an answer contact for Sik

[Sikuli-driver] [Question #302259]: sikuli code repeating

2016-07-23 Thread MJ
New question #302259 on Sikuli: https://answers.launchpad.net/sikuli/+question/302259 How can i have this code run up-to 10X when it finds what it is looking for it clicks and then terminates. I only want "the else" to click one time, but "if not exists" to continue up-to 10 times, before termin

[Sikuli-driver] [Question #302266]: sikuli code repeating

2016-07-23 Thread MJ
New question #302266 on Sikuli: https://answers.launchpad.net/sikuli/+question/302266 How can i have this code run up-to 10X when it finds what it is looking for it clicks and then terminates. I only want "the else" to click one time, but "if not exists" to continue up-to 10 times, before termin

Re: [Sikuli-driver] [Question #302266]: sikuli code repeating

2016-07-25 Thread MJ
Question #302266 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/302266 Status: Open => Solved MJ confirmed that the question is solved: duplicate -- You received this question notification because your team Sikuli Drivers is an answer contact for Sik

[Sikuli-driver] [Question #315288]: add xy to this script

2016-08-02 Thread MJ
New question #315288 on Sikuli: https://answers.launchpad.net/sikuli/+question/315288 This is my code i have tried everything, can't figure out syntax to add xy600x600 to 1300x900 coordinates to this line to make it faster if exists(Pattern("1469321512445.png").similar(0.50)) or exists(Patt

Re: [Sikuli-driver] [Question #315288]: add xy to this script

2016-08-02 Thread MJ
Question #315288 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/315288 Status: Answered => Open MJ is still having a problem: about 30% faster. What is the best program for calculating XY coordinates? Sorry for the stupid question in advance. -- You received t

[Sikuli-driver] [Question #328376]: unreliable statement

2016-08-08 Thread MJ
New question #328376 on Sikuli: https://answers.launchpad.net/sikuli/+question/328376 This part just isnt reliable in detection, i tried a sleep but it didn't help much else: click(Pattern("1469222076906-1.png").targetOffset(-647,497)) if exists("1470676354473.png"):

Re: [Sikuli-driver] [Question #328376]: unreliable statement

2016-08-10 Thread MJ
Question #328376 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/328376 Status: Needs information => Open MJ gave more information on the question: The script "exit()" about 60-70% of the time, even when the "if exits" image is not on screen. click

Re: [Sikuli-driver] [Question #328376]: unreliable statement

2016-08-10 Thread MJ
Question #328376 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/328376 MJ posted a new comment: any ideas, Raiman? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

[Sikuli-driver] [Question #402580]: post method

2016-09-29 Thread MJ
New question #402580 on Sikuli: https://answers.launchpad.net/sikuli/+question/402580 i'm trying to post basic information to get based upon what happens with sikuli http://api./socialXXX/boxusercounts.php trying to post one field of info Running = YES Running = NO sikuli 1.1.0 thanks

[Sikuli-driver] [Question #402582]: open command box as timer.

2016-09-29 Thread MJ
New question #402582 on Sikuli: https://answers.launchpad.net/sikuli/+question/402582 I'm currently running a macro program that doesn't wait for any dos/java programs to complete. so my workaround is to open a command box, my macro waits for the command box to disappear. When the command wind

[Sikuli-driver] [Question #403382]: [error] App.close

2016-10-23 Thread MJ
New question #403382 on Sikuli: https://answers.launchpad.net/sikuli/+question/403382 My code has been and is working fine on many VM's. But One is giving me this error "[error] App.close [-1:Timer ()] Timer Runner did not work" Please help here is my code. for n in range(1): reg = Region

[Sikuli-driver] [Question #444258]: how do i break this code and start over if image isn't there

2017-01-19 Thread MJ
New question #444258 on Sikuli: https://answers.launchpad.net/sikuli/+question/444258 hanf = exists("1484622139127.png") while hanf: #x = 9 #print x #wait(10) import os click(Pattern("1484693748414.png").targetOffset(0,15)) wait(5) os.system("C:\\sikuli\\msaccess_macro

Re: [Sikuli-driver] [Question #444258]: how do i break this code and start over if image isn't there

2017-01-19 Thread MJ
Question #444258 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/444258 Status: Answered => Solved MJ confirmed that the question is solved: Perfect I guess it was a stupid question.. A Many Thanks -- You received this question notification because your team Sik

[Sikuli-driver] [Question #641440]: instagram scraping

2017-06-05 Thread MJ
New question #641440 on Sikuli: https://answers.launchpad.net/sikuli/+question/641440 is it possible to use sikuli to scrape content without selenium from socialhaus.net? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

[Sikuli-driver] [Question #655840]: delete a line from a text file

2017-08-13 Thread MJ
New question #655840 on Sikuli: https://answers.launchpad.net/sikuli/+question/655840 this is my current code that reads a line from a text file then types the in the screen. how do i delete the line from the text file? how do i append that line into another text file? idsList = [] # empty li

Re: [Sikuli-driver] [Question #655840]: delete a line from a text file

2017-08-13 Thread MJ
Question #655840 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655840 MJ gave more information on the question: just read line 1 from text file1, delete that line, and append that line to file2 -- You received this question notification because your team Sikuli Drivers is an

[Sikuli-driver] [Bug 1401145] [NEW] Have to restart Sikuli to get out of run in slow motion mode

2014-12-10 Thread MJ Skeet
Public bug reported: In the IDE, if I click the "Run in Slow Motion" button, I can't run later at regular speed, ever. I have to restart the IDE to get back to regular "Run" mode. Sikuli version 1.0.1 Running Windows 7x64 To reproduce: 1. Have some Sikuli code 2. In IDE, click button: Run in slo

[Sikuli-driver] [Bug 1408677] [NEW] Request to always install Sikuli to default Windows folder

2015-01-08 Thread MJ Skeet
Public bug reported: I have a Windows 7 64 bit machine, and am using Sikuli 1.0.1 This is a request, because I often have to re-install Sikuli when I reconfigure my test baselines. When installing Sikuli, it would be nice if I could copy the jar anywhere, and the install would ask me if I want t

[Sikuli-driver] [Bug 1408675] [NEW] Install Sikuli to work with Java JRE 8 by default

2015-01-08 Thread MJ Skeet
Public bug reported: I am running on a Windows 7 64 Virtual Machine. Sikuli version 1.0.1 When I have Java JRE 7 installed, and then install Sikuli, the install works without intervention, and I can start coding right away. If I have Java JRE 8 installed, and then install Sikuli, the install can

[Sikuli-driver] [Bug 1454440] Re: [1.1.0] IDE displaying text instead of images

2017-05-08 Thread MJ Skeet
This happens to me almost every time I open a new file within the IDE. If I close and reopen the IDE, the images display. Has this bug ever been fixed? I'm using SikulixIDE 1.1.1. I installed it less than a month ago, but this bug is about 2 years old. -- You received this bug notification becaus

[Sikuli-driver] [Question #140922]: "Control-F": Finding text in IDE

2011-01-10 Thread MJ Skeet
New question #140922 on Sikuli: https://answers.launchpad.net/sikuli/+question/140922 I have a fairly long script in Sikuli, and I would like to be able to use Control-F to search for key words, instead of paging up and down. There does not appear to be either a find or a find/replace feature.

[Sikuli-driver] [Bug 799929] [NEW] "&lang=" text can't be added to string

2011-06-20 Thread MJ Skeet
Public bug reported: I am setting a text constant to langtype = "&lang=". This and other text constants are being concatenated to form an html address that I paste into a Chrome address bar. It wasn't working, so I added a print command to see what Sikuli was doing. It is changing this constant

[Sikuli-driver] [Bug 799929] Re: "&lang=" text can't be added to string

2011-06-20 Thread MJ Skeet
** Attachment added: "Extra screenshots to clarify" https://bugs.launchpad.net/bugs/799929/+attachment/2176308/+files/Sikuli%20array%20error.pptx -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/79

[Sikuli-driver] [Question #162179]: print "&lang=" does not print the expected string --- workaround

2011-06-21 Thread MJ Skeet
New question #162179 on Sikuli: https://answers.launchpad.net/sikuli/+question/162179 *** workaround *** see comment #2 use instead: x = "a string that contains &; elments (e.g. &lang=)" print x.replace('&', '&') # & is unicode repr. of & (chr(38)) ---

[Sikuli-driver] [Bug 823509] [NEW] Image captures

2011-08-09 Thread MJ Skeet
Public bug reported: Three issues: 1. Clicking matching preview for an image takes up to 3 minutes to complete running. Should be nearly instantaneous. 2. If I change the offset an image uses, the similarity rating gets set to 0. Then I have to wait 3 minutes for the matching preview to complet

[Sikuli-driver] [Question #176217]: Pronunciation

2011-10-25 Thread MJ Skeet
New question #176217 on Sikuli: https://answers.launchpad.net/sikuli/+question/176217 Hi. How do you pronounce Sikuli? I've heard it a couple of different ways: siKOOlee SIKuhlee SKOOLee -- You received this question notification because you are a member of Sikuli Drivers, which is an answer con

Re: [Sikuli-driver] [Question #176217]: [HowTo] pronounce Sikuli?

2011-10-26 Thread MJ Skeet
Question #176217 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176217 Status: Answered => Solved MJ Skeet confirmed that the question is solved: Thanks very much! That clears things up. I'm very happy with the answer, and how quickly you replied. :-) -- You