Re: [Sikuli-driver] [Question #264487]: Help with making some Sikuli image recognition?

2015-04-05 Thread Edward
Question #264487 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264487 Edward posted a new comment: Like I mentioned before, you are probably the single most helpful person I've talked to on the internet, hahahah! I've stopped by a few handfuls of forums that were dedicated to

Re: [Sikuli-driver] [Question #264626]: calling sikuli from python module

2015-04-05 Thread RaiMan
Question #264626 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264626 Status: Open => Answered RaiMan proposed the following answer: Sikuli cannot be used with Python. It is a Java based application and only works with a Jython interpreter, which is bundled with the packa

Re: [Sikuli-driver] [Question #264627]: robot framework integration with sikuli

2015-04-05 Thread RaiMan
Question #264627 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264627 Status: Open => Answered RaiMan proposed the following answer: look here: https://github.com/Tset-Noitamotua/Sikuli-and-Robot-Framework-Integration -- You received this question notification because yo

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

2015-04-05 Thread RaiMan
Hi Tom, thanks for the valuable input. Though I still cannot reproduce the behaviour on Mac (have to go to Windows later), the possible problem seems to be in the final part in the save process, where the code is analysed and unused images are deleted. So you might test again, but this time swit

Re: [Sikuli-driver] [Question #264317]: IDE Window Disappears at wait command

2015-04-05 Thread RaiMan
Question #264317 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264317 Status: Open => Invalid RaiMan changed the question status: said so by issuer -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikul

[Sikuli-driver] [Question #264630]: why multiprocessing module is not recognized when python script is triggered by bat file ?

2015-04-05 Thread george munteanu
New question #264630 on Sikuli: https://answers.launchpad.net/sikuli/+question/264630 Hello, [Problem:] if the python script includes multiprocessing module and it is triggered by bat file, then system will return: [error] ImportError ( No module named multiprocessing ) [Input:] import mu

Re: [Sikuli-driver] [Question #264630]: Python multiprocessing module is not recognized -- not supported by Sikuli/Jython

2015-04-05 Thread RaiMan
Question #264630 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264630 Summary changed to: Python multiprocessing module is not recognized -- not supported by Sikuli/Jython -- You received this question notification because you are a member of Sikuli Drivers, which is an ans

Re: [Sikuli-driver] [Question #264630]: Python multiprocessing module is not recognized -- not supported by Sikuli/Jython

2015-04-05 Thread RaiMan
Question #264630 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264630 Status: Open => Answered RaiMan proposed the following answer: In Sikuli scripts we use the Python LANGUAGE, but not the Python eco- system (usually called C-Python). Sikuli is Java based and we therefo

Re: [Sikuli-driver] [Question #264487]: Help with making some Sikuli image recognition?

2015-04-05 Thread RaiMan
Question #264487 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264487 RaiMan proposed the following answer: should work (takes the 4th arrow to wait for the change of the bar). Only one problem (typo): if reg.getCol(3).exists(Pattern(foundArrows[3]).similar(0.9), 0): the var

Re: [Sikuli-driver] [Question #264487]: Help with making some Sikuli image recognition?

2015-04-05 Thread Edward
Question #264487 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264487 Edward posted a new comment: Ok~ lol. One thing that is sorta throwing a wrench into things Ill be working on it, and suddenly itll completely stop working. So Ill think that its something I did. So Ill

Re: [Sikuli-driver] [Question #264487]: Help with making some Sikuli image recognition?

2015-04-05 Thread RaiMan
Question #264487 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264487 RaiMan proposed the following answer: frustrating indeed if such things happen, but that is what beginners have to pay due to their lack of experience which bad things might happen when fiddling around with t

Re: [Sikuli-driver] [Question #264487]: Help with making some Sikuli image recognition?

2015-04-05 Thread Edward
Question #264487 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264487 Edward posted a new comment: I had several working versions, but they all stopped functioning at the same time. hmm -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #264487]: Help with making some Sikuli image recognition?

2015-04-05 Thread RaiMan
Question #264487 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264487 RaiMan proposed the following answer: ok, then you have to check, what has changed with the target app. -- You received this question notification because you are a member of Sikuli Drivers, which is an ans

Re: [Sikuli-driver] [Question #264487]: Help with making some Sikuli image recognition?

2015-04-05 Thread Edward
Question #264487 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264487 Edward posted a new comment: I was trying for the longest time, to figure out what went wrong The 'target app' had gone through an update and apparently automatically resized the window with all the grap

Re: [Sikuli-driver] [Question #264487]: Help with making some Sikuli image recognition?

2015-04-05 Thread RaiMan
Question #264487 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264487 RaiMan proposed the following answer: yes, what I already thought: With the visual, pixel based approach one challenge is added: if the base environment changes even only slightly, the script might not work

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

2015-04-05 Thread Hitesh Shah
New question #264636 on Sikuli: https://answers.launchpad.net/sikuli/+question/264636 Hello, Is there a limit on the number of Apps we can open using App.open() call and what is the best way to achieve running multiple Apps in parallel for example using the run command over App.open() etc. ? A

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

2015-04-05 Thread eduardobedoya
Question #264563 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264563 Status: Answered => Open eduardobedoya is still having a problem: thanks, currently reading, "when you say, combine match list to on match list" how do I do that? THanks Advanced. -- You received this

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

2015-04-05 Thread eduardobedoya
Question #264563 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264563 eduardobedoya gave more information on the question: thanks, currently reading Python link Please tell me, when you say, "combine match list to on match list" how do I do that? THanks Advanced. -- You rec

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

2015-04-05 Thread Hitesh Shah
Question #264636 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264636 Hitesh Shah gave more information on the question: forgot to add - I am not looking for parallel work on the opened windows as I am aware it cannot be done. The work will be sequential between the opened wi

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

2015-04-05 Thread Hitesh Shah
New question #264648 on Sikuli: https://answers.launchpad.net/sikuli/+question/264648 I have opened firefox with the following command: fire = App.open(r"C:\Program Files (x86)\Mozilla Firefox\firefox.exe") Trying to close it using: fire.close() or even App.close(r"C:\Program Files (x86)\Mozill

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

2015-04-05 Thread Hitesh Shah
New question #264649 on Sikuli: https://answers.launchpad.net/sikuli/+question/264649 I have a region reg identified using the command: reg = App.focusedWindow() During my testing, this region gets covered by other windows. reg.highlight(5) is able to highlight the window but I am no longer ab

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

2015-04-05 Thread ananth
New question #264650 on Sikuli: https://answers.launchpad.net/sikuli/+question/264650 Hai I want to execute sikuli scripts from Robot framework ,can you send me an example code for it to execute i have below installation with sikuli Microsoft Windows [Version 6.1.7601] Copyright

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

2015-04-05 Thread ananth
New question #264652 on Sikuli: https://answers.launchpad.net/sikuli/+question/264652 how to import sikuli in python module to run my sikuli scripts called from robot framework -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact fo

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

2015-04-05 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 b

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

2015-04-05 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 #264636]: How many Apps can be opened simultaneously

2015-04-05 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 com

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

2015-04-05 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 no

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

2015-04-05 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 co

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

2015-04-05 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. App.focusedWin