Re: [Sikuli-driver] [Question #642888]: Running Sikuli on Windows 7/8.1/10 which has to run a virtual machine

2017-06-09 Thread masuo
Question #642888 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/642888 Status: Open => Answered masuo proposed the following answer: There is a way to use VirtualBox. https://www.virtualbox.org/ By using shared folder feature of VirtualBox, it is possible to transfer

[Sikuli-driver] [Question #642888]: Running Sikuli on Windows 7/8.1/10 which has to run a virtual machine

2017-06-09 Thread stewazy
New question #642888 on Sikuli: https://answers.launchpad.net/sikuli/+question/642888 Hello, I have a new problem, is it possible to run sikuli through Java on a main machine which uses windows 7/8.1 or 10 to automate some tests on a virtual machine which uses windows xp? Also which is the best

Re: [Sikuli-driver] [Question #634971]: Sikuli hanging on 2nd run of a script

2017-06-09 Thread Ryan
Question #634971 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/634971 Ryan 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 #634971]: Sikuli hanging on 2nd run of a script

2017-06-09 Thread Ryan
Question #634971 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/634971 Status: Answered => Solved Ryan confirmed that the question is solved: Hi again RaiMan, As it turns out, I found some free time today. I downloaded the 06-04 nightly build of Sikuli 1.1.2 and

Re: [Sikuli-driver] [Question #634971]: Sikuli hanging on 2nd run of a script

2017-06-09 Thread Ryan
Question #634971 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/634971 Ryan posted a new comment: I haven't had a chance to check yet. I am working on my Sikuli project in my spare time at work and it's been pretty busy lately. I am hoping the get sometime soon to check it

Re: [Sikuli-driver] [Question #642580]: Crash after pressing CLick()

2017-06-09 Thread RaiMan
Question #642580 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/642580 Status: Open => Answered RaiMan proposed the following answer: upgrade to version 1.1.1 http://sikulix.com -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #642580]: Crash after pressing CLick()

2017-06-09 Thread RaiMan
Question #642580 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/642580 Description changed to: Hi! I did everything using this instructions https://answers.launchpad.net/sikuli/+faq/2005 but i have 2 problems: 1. The IDE is crashed after pressing click() (or other) button.

[Sikuli-driver] [Question #642659]: Sikuli can no longer create new files

2017-06-09 Thread Ryan
New question #642659 on Sikuli: https://answers.launchpad.net/sikuli/+question/642659 Hi all, Would really appreciate any insight on this, as I've spent a lot of time troubleshooting to no avail. I'm using Sikuli on a VM to do some morning checkouts for a suite of applications, and one week

Re: [Sikuli-driver] [Question #642404]: Read lines from a file and pause for hotkey?

2017-06-09 Thread Julian Moorhouse
Question #642404 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/642404 Julian Moorhouse posted a new comment: >Should the process wait for a key-press after each line? Yes. A popup sounds ideal :) -- You received this question notification because your team Sikuli Drivers

[Sikuli-driver] [Question #642580]: Crash after pressing CLick()

2017-06-09 Thread Grigorii Kr
New question #642580 on Sikuli: https://answers.launchpad.net/sikuli/+question/642580 Hi! I did everything using this instructions https://answers.launchpad.net/sikuli/+faq/2005 but i have 2 problems: 1. The IDE is crashed after pressing click() (or other) button. I use Sikuli-IDE-w.bat 2.

Re: [Sikuli-driver] [Question #642404]: Read lines from a file and pause for hotkey?

2017-06-09 Thread Manfred Hampl
Question #642404 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/642404 Status: Open => Answered Manfred Hampl proposed the following answer: What exactly do you want? Should the process wait for a key-press after each line? In my opinion in such case some kind of popup

Re: [Sikuli-driver] [Question #642404]: Read lines from a file and pause for hotkey?

2017-06-09 Thread Julian Moorhouse
Question #642404 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/642404 Julian Moorhouse gave more information on the question: Hmmm I could perhaps but the hotkey check around the pause -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #642404]: Read lines from a file and pause for hotkey?

2017-06-09 Thread Julian Moorhouse
Question #642404 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/642404 Status: Solved => Open Julian Moorhouse is still having a problem: Oops I didn't mean to mark that as answer. Thanks, however I really need to wait until a hotkey is pressed rather than wait for a

Re: [Sikuli-driver] [Question #642404]: Read lines from a file and pause for hotkey?

2017-06-09 Thread Julian Moorhouse
Question #642404 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/642404 Status: Answered => Solved Julian Moorhouse confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #615908]: How to define a "non-fixed" region?

2017-06-09 Thread Narasimha Nithesh Thota
Question #615908 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/615908 Narasimha Nithesh Thota posted a new comment: Hi How was this issue resolved? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1696708] Re: After modifying and saving some code in sikuli IDE for existing test, when Run button is clicked , IDE continues to use the older version of the code for execution.

2017-06-09 Thread RaiMan
This only happened in the past with changed code, that is imported by a main script, if both are open in IDE. fixed: see docs: http://sikulix-2014.readthedocs.io/en/latest/scripting.html#importing-other-sikuli-scripts-reuse-code-and-images ... and read carefully to the end of the chapter. **

[Sikuli-driver] [Bug 1630467] Re: [1.1.x] all() should respect Python's builtin function

2017-06-09 Thread RaiMan
*** this is the fix at Python level: the constant ALL (like SCREEN for the primary screen) represents a region as a union of all screen regions at Java level: use Region all = Screen.all().getRegion() ** Changed in: sikuli Importance: High => Critical ** Summary changed: - [1.1.x] all()

[Sikuli-driver] [Bug 1630467] Re: [1.1.x] all() should respect Python's builtin function

2017-06-09 Thread RaiMan
** Changed in: sikuli Milestone: 1.1.1 => 1.1.2 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1630467 Title: [1.1.x] all() should respect Python's builtin function Status in Sikuli: Fix

Re: [Sikuli-driver] [Question #642404]: Read lines from a file and pause for hotkey?

2017-06-09 Thread RaiMan
Question #642404 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/642404 Status: Open => Answered RaiMan proposed the following answer: for line in theFile: while running: print line # print line in sikuli click("1330680438453.png"), type(line) will not work,

Re: [Sikuli-driver] [Question #631145]: running sikuli script in a such a way that it starts at a particular time

2017-06-09 Thread RaiMan
Question #631145 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/631145 Status: Open => Answered RaiMan proposed the following answer: Does not really depend on the Sikuli(X) version. ... but I recommend to upgrade to version 1.1.1 (see other question) -- You received

Re: [Sikuli-driver] [Question #642378]: Differentiating among identical icons and iterating among those icons

2017-06-09 Thread RaiMan
Question #642378 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/642378 Status: Open => Answered RaiMan proposed the following answer: 1. upgrade to version 1.1.1 (http://sikulix.com) 2. have a look at findAll() - should help in your situation -- You received this

Re: [Sikuli-driver] [Question #634971]: Sikuli hanging on 2nd run of a script

2017-06-09 Thread RaiMan
Question #634971 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/634971 RaiMan requested more information: Thanks for the explanation - makes sense. Did you already check, wether the fix works for you? -- You received this question notification because your team Sikuli

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

2017-06-09 Thread Launchpad Janitor
Question #634461 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/634461 Status: Needs information => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. --