Re: [Sikuli-driver] [Question #264483]: 1.0.1 how to run sikuli script from command line

2015-04-06 Thread eduardobedoya
Question #264483 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264483 eduardobedoya gave more information on the question: Hi RaiMan, I guess I could reopen this question, for a little issue very related to it, instead of making a new question As I said, I get several scripts

Re: [Sikuli-driver] [Question #264648]: myapp.close() does not work

2015-04-06 Thread Hitesh Shah
Question #264648 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264648 Status: Answered = Solved Hitesh Shah confirmed that the question is solved: Problem Solved! I would have personally have preferred for this to be fixed within Sikuli though. -- You received this

Re: [Sikuli-driver] [Question #264483]: 1.0.1 how to run sikuli script from command line

2015-04-06 Thread eduardobedoya
Question #264483 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264483 Status: Solved = Open eduardobedoya is still having a problem: Hi RaiMan, I guess I could reopen this question, for a little issue very related to it, instead of making a new question As I said, I get

[Sikuli-driver] [Bug 673995] Re: [request] Transparent pixels should be ignored in matching process

2015-04-06 Thread Josh Graham
Hi RaiMan, The image I am trying to capture has a thin circular frame around it. Each image in the frame is different. If I want to count the number of occurrences of the frames, it is difficult because the image inside the frame will be in the image capture. If I could make the entire middle

Re: [Sikuli-driver] [Question #264648]: myapp.close() does not work

2015-04-06 Thread RaiMan
Question #264648 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264648 Status: Open = Answered RaiMan proposed the following answer: On Windows, the App features (except open) work best with some part of the respective app's window title. -- You received this question

Re: [Sikuli-driver] [Question #264652]: sikuli import in a python module

2015-04-06 Thread RaiMan
Question #264652 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264652 Status: Open = Answered RaiMan proposed the following answer: also already answered in your other similar question https://answers.launchpad.net/sikuli/+question/264626 -- You received this question

Re: [Sikuli-driver] [Question #264650]: executing sikuli scripts from robot framework

2015-04-06 Thread RaiMan
Question #264650 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264650 Status: Open = Answered RaiMan proposed the following answer: see my answer to your similar question: https://answers.launchpad.net/sikuli/+question/264627 -- You received this question notification

Re: [Sikuli-driver] [Question #264636]: How many Apps can be opened simultaneously

2015-04-06 Thread Hitesh Shah
Question #264636 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264636 Status: Answered = Solved Hitesh Shah confirmed that the question is solved: Thanks RaiMan. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #264563]: How to get a final sorted match list after more than one findAll()

2015-04-06 Thread RaiMan
Question #264563 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264563 Status: Open = Answered RaiMan proposed the following answer: above mentioned tutorial chapter 5.1 -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #264648]: myapp.close() does not work

2015-04-06 Thread Eugene Maslov
Question #264648 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264648 Eugene Maslov proposed the following answer: To make sure that the application is killed, Windows taskkill is possible: os.system(taskkill /f /im firefox.exe) -- You received this question notification

Re: [Sikuli-driver] [Question #264636]: How many Apps can be opened simultaneously

2015-04-06 Thread RaiMan
Question #264636 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264636 Status: Open = Answered RaiMan proposed the following answer: App.open() can be called as many times as you like. It just tries to open the applications the same way you would do it manually form a

Re: [Sikuli-driver] [Bug 1440175] [1.1.0] IDE: Error when saving script containing a comment block --- update

2015-04-06 Thread RaiMan
the build from 04-07 (tomorrow) will contain a revised error handling, so that the * should vanish in all cases, where the script was saved and as such avoids uncaught exceptions break the GUI. so you might also repeat your test, without switching off the below mentioned option.

Re: [Sikuli-driver] [Question #264649]: how to bring window forward whose region I know?

2015-04-06 Thread RaiMan
Question #264649 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264649 Status: Open = Answered RaiMan proposed the following answer: As already mentioned in your other question: Sikuli generally does not know anything about apps and GUIs, it is just pixels.