[Sikuli-driver] [Question #676495]: What limits program size?

2018-11-30 Thread Mike
New question #676495 on Sikuli: https://answers.launchpad.net/sikuli/+question/676495 Charliedaps raised this question: I am under windows 7 and I created a file that contains 1500 lines. It works perfectly but if I add lines, it does not work anymore. He added In fact, I do not have an error

Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-11-30 Thread Mike
Question #676456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676456 Mike posted a new comment: OK, thanks. I'll raise this as a new question as the forum doesn't date changes post 'solved' by the looks of it. -- You received this question notification because your team

Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-11-30 Thread charliedaps
Question #676456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676456 charliedaps posted a new comment: Hello, I am not very good at this language and this program so I will not be very precise in my answer. In fact, I do not have an error message but the coding does not

Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-11-30 Thread Mike
Question #676456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676456 Mike posted a new comment: So you said if your program goes over 1500 lines 'it does not work any more'. What actually happens? General question to everyone: is there a 1500 line limit somewhere in SikuliX?

Re: [Sikuli-driver] [Question #676481]: There's some way to "force error" or "failure" for XMLTestRunner?

2018-11-30 Thread Akissel Donner da Silva
Question #676481 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676481 Description changed to: Hi. Good evening for everyone. I'm working with Sikuli + XMLTestRunner on a larger task. In one part of the code that I write on Sikule IDE, I have an IF, and, inside this if I want

[Sikuli-driver] [Question #676481]: There's some way to "force error" or "failure" for XMLTestRunner?

2018-11-30 Thread Akissel Donner da Silva
New question #676481 on Sikuli: https://answers.launchpad.net/sikuli/+question/676481 Hi. Good evening for everyone. I'm working with Sikuli + XMLTestRunner on a larger task. In one part of the code that I write on Sikule IDE, I have and if, and, inside this if I want to "force" an error or

Re: [Sikuli-driver] [Question #676464]: if find or if exists SyntaxError

2018-11-30 Thread Manfred Hampl
Question #676464 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676464 Status: Open => Answered Related FAQ set to: [HowTo] repeat something in a Sikuli script (make loops) https://answers.launchpad.net/sikuli/+faq/1437 Manfred Hampl proposed the following

Re: [Sikuli-driver] [Question #676426]: Cannot start App when executing Sikuli script from cmd

2018-11-30 Thread RaiMan
Question #676426 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676426 Status: Open => Answered RaiMan proposed the following answer: Sorry, but I cannot reproduce this behavior with the latest build of 1.1.4 (app used notepad++) on my Windows 10 with Java 11. Is this a

[Sikuli-driver] [Bug 1730645] Re: [1.1.4] Windows 10: Move mouse for click not working since new JRE and Windows update with Java 8 and HiDPI --- workaround Java 9 and scaling 100% OR try with Java 11

2018-11-30 Thread RaiMan
@Michelle your question is not related to this bug topic ! see bug 1749262 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1730645 Title: [1.1.4] Windows 10: Move mouse for click not working

Re: [Sikuli-driver] [Question #676464]: if find or if exists SyntaxError

2018-11-30 Thread masuo
Question #676464 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676464 masuo posted a new comment: It is not a problem of SikuliX. Now you have understood SikuliX. Next you have to learn Python's grammar. -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #676464]: if find or if exists SyntaxError

2018-11-30 Thread charliedaps
Question #676464 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676464 Status: Answered => Open charliedaps is still having a problem: Thanks masuo. Exists forks fine. I understend now the difference between exists and find ;) Another question about the loop. I would

Re: [Sikuli-driver] [Question #676464]: if find or if exists SyntaxError

2018-11-30 Thread masuo
Question #676464 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676464 masuo posted a new comment: And check this docs https://sikulix-2014.readthedocs.io/en/latest/keys.html#key-modifiers-modifier-keys -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #676464]: if find or if exists SyntaxError

2018-11-30 Thread masuo
Question #676464 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676464 Status: Open => Answered masuo proposed the following answer: "does not work" mean FinFailed error? read docs https://sikulix-2014.readthedocs.io/en/latest/region.html?#exception-findfailed use

Re: [Sikuli-driver] [Question #676464]: if find or if exists SyntaxError

2018-11-30 Thread charliedaps
Question #676464 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676464 Status: Answered => Open charliedaps is still having a problem: Thanks a lot for your answer. Yes, I do not have an error message anymore but the "else" does not work. I watched a little tutorial on

Re: [Sikuli-driver] [Question #676464]: if find or if exists SyntaxError

2018-11-30 Thread masuo
Question #676464 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676464 Status: Open => Answered masuo proposed the following answer: indentation means that a space at the beginning of a line of writing. [error example] if find (image): rightclick(image) [correct example]

Re: [Sikuli-driver] [Question #676464]: if find or if exists SyntaxError

2018-11-30 Thread masuo
Question #676464 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676464 masuo posted a new comment: It is not a problem of SikuliX. You have to learn Python's grammar. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1730645] Re: [1.1.4] Windows 10: Move mouse for click not working since new JRE and Windows update with Java 8 and HiDPI --- workaround Java 9 and scaling 100% OR try with Java 11

2018-11-30 Thread Michelle
Hi @Raiman, So I have the same error: [error] RobotDesktop: checkMousePosition: should be L(3520,540)@S(1)[2560,0 1920x1080] but after move is L(3504,557)@S(1)[2560,0 1920x1080] Possible cause in case you did not touch the mouse while script was running: Mouse actions are blocked generally or

Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-11-30 Thread charliedaps
Question #676456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676456 Status: Answered => Solved charliedaps confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

[Sikuli-driver] [Question #676464]: if find or if exists SyntaxError

2018-11-30 Thread charliedaps
New question #676464 on Sikuli: https://answers.launchpad.net/sikuli/+question/676464 Hello everyone, I can not find the solution for image search with an IF The goal is that the action continues if the image is found and the action closes the window if the image is not found. So I have if