Re: [Sikuli-driver] [Question #176416]: waitVanish waits the maximum time even though the image has already vanished

2011-10-27 Thread RaiMan
Question #176416 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176416 RaiMan posted a new comment: This would do the same: v.waitVanish(Pattern(image.png).similar(0.9),60) waitVanish() returns after the first search attempt, if image is not there. Using exists() before only

Re: [Sikuli-driver] [Question #176372]: [error] Error message: UnicodeDecodeError: 'unicodeescape' codec can't decode bytes in position 25-27: truncated \xXX

2011-10-27 Thread RaiMan
Question #176372 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176372 Status: Open = Needs information RaiMan requested more information: need more info about the code snippet around the error message. Are you reading any files as input? + info about your system

Re: [Sikuli-driver] [Question #176416]: waitVanish waits even though the image vanished --- need to adjust similarity

2011-10-27 Thread RaiMan
Question #176416 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176416 RaiMan posted a new comment: You found an odd situation, that one would not expect, if you are not aware how Sikuli works inside. waitVanish() and onVanish() should not work with the default minimum

[Sikuli-driver] [Bug 882183] Re: Application closes unexpectedly as soon as I select exists or find.

2011-10-27 Thread RaiMan
what about faq 1766 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/882183 Title: Application closes unexpectedly as soon as I select exists or find. Status in Sikuli: New Bug description:

Re: [Sikuli-driver] [Question #176267]: Robot Framework Unicode Problem

2011-10-27 Thread RaiMan
Question #176267 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176267 RaiMan posted a new comment: I will have a closer look into it later. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #176372]: [error] Error message: UnicodeDecodeError: 'unicodeescape' codec can't decode bytes in position 25-27: truncated \xXX

2011-10-27 Thread Jason Balkman
Question #176372 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176372 Jason Balkman posted a new comment: My script is the simple Hello World with just the click(START BUTTON PIC) line. I am not trying to read any files. Jason -- You received this question notification

Re: [Sikuli-driver] [Question #173828]: Sikuli Vision Engine is not getting loaded when script is rerun with time gap less than 10 minutes

2011-10-27 Thread Launchpad Janitor
Question #173828 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173828 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. -- You

Re: [Sikuli-driver] [Question #176372]: [error] Error message: UnicodeDecodeError: 'unicodeescape' codec can't decode bytes in position 25-27: truncated \xXX

2011-10-27 Thread RaiMan
Question #176372 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176372 RaiMan requested more information: Using rc3? Your system environment? Java Version? Is the error message the only information? What happens if you start the IDE, close ALL tabs, stop IDE and restart IDE

[Sikuli-driver] [Question #176453]: Text extraction

2011-10-27 Thread Dimitris
New question #176453 on Sikuli: https://answers.launchpad.net/sikuli/+question/176453 Hi I would just like to ask what is the state of the text extraction function within sikuli. Is it reliable enough at the moment to use for commercial purposes? If not what are the timescales for having

Re: [Sikuli-driver] [Question #176453]: X-1.0rc3: Status of Text extraction

2011-10-27 Thread RaiMan
Question #176453 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176453 Summary changed to: X-1.0rc3: Status of Text extraction -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #176453]: X-1.0rc3: Status of Text extraction

2011-10-27 Thread RaiMan
Question #176453 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176453 Status: Open = Answered RaiMan proposed the following answer: --- OCR status You might follow the bug 710586, to get informed about the OCR situation. In general it works, but is dependent from text

Re: [Sikuli-driver] [Question #176453]: X-1.0rc3: Status of Text extraction

2011-10-27 Thread RaiMan
Question #176453 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176453 Linked to bug: #710586 https://bugs.launchpad.net/bugs/710586 X 1.0rc3: Region.text() -- known problems and needed improvements -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #176453]: X-1.0rc3: Status of Text extraction

2011-10-27 Thread Dimitris
Question #176453 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176453 Status: Answered = Solved Dimitris confirmed that the question is solved: Thanks, I can't wait to see improvements in this area. We will try and use it as is for the time being. -- You received this

[Sikuli-driver] [Question #176467]: How to handle processes using sikuli

2011-10-27 Thread sriram
New question #176467 on Sikuli: https://answers.launchpad.net/sikuli/+question/176467 Hi, i am new to sikuli, I want to close all browser windows before opening a new browser. I want to kill processes corresponding to browsers like chrome.exe. Is there any method to close particular

Re: [Sikuli-driver] [Question #176267]: Robot Framework Unicode Problem

2011-10-27 Thread RaiMan
Question #176267 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176267 Status: Open = Answered RaiMan proposed the following answer: a first feedback: In the case of running the script in Sikuli IDE, the parameter message is a normal ascii character string (one byte one

Re: [Sikuli-driver] [Question #176467]: How to handle processes using sikuli

2011-10-27 Thread RaiMan
Question #176467 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176467 Status: Open = Answered RaiMan proposed the following answer: Sikuli does not handle processes. The class App (see docs) has some functions, that might be used to get the focus to an app window, that

[Sikuli-driver] [Question #176507]: Imported script cannot resolve 'Key' constant

2011-10-27 Thread Chris at Aviary
New question #176507 on Sikuli: https://answers.launchpad.net/sikuli/+question/176507 I have an imported script called blur.sikuli. When I run this on its own, I have no problems. there is a line: type(Key.F5) That I use to refresh the page. If I import this script from another script

[Sikuli-driver] [Bug 882183] Re: Application closes unexpectedly as soon as I select exists or find.

2011-10-27 Thread Brian Hart
I don't understand the issue the faq is describing. I don't write or run any script, all I do is click on a selection in the left pane and Sikuli exits. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

Re: [Sikuli-driver] [Question #176507]: Imported script cannot resolve 'Key' constant --- needs: from sikuli import *

2011-10-27 Thread RaiMan
Question #176507 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176507 Summary changed to: Imported script cannot resolve 'Key' constant --- needs: from sikuli import * -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #176507]: Imported script cannot resolve 'Key' constant

2011-10-27 Thread RaiMan
Question #176507 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176507 Status: Open = Answered RaiMan proposed the following answer: imported Sikuli scripts need an from sikuli import * at the beginning. (... as mentioned in the docs ;-) -- You received this question

[Sikuli-driver] [Bug 882183] Re: Application closes unexpectedly as soon as I select exists or find.

2011-10-27 Thread Brian Hart
I also tried running Sikuli on a VM with Windows XP installed. It seemed to work and I created a script. However as soon as i exported the executable script and ran it, I got a JAVA error. Then I tried running the executable script again, it ran, but the sikuli IDE now won't open. It seems

[Sikuli-driver] [Bug 882183] Re: Application closes unexpectedly as soon as I select exists or find.

2011-10-27 Thread RaiMan
Sorry about your problems. What locale are you running? You should use Sikuli-IDE.bat to start the IDE. Forget the executables .skl. They are totally useless especially for beginners. They are only a zipped version of the .sikuli folder, cannot be edited again and provoke to double-click

[Sikuli-driver] [Bug 882183] Re: Application closes unexpectedly as soon as I select exists or find.

2011-10-27 Thread Brian Hart
I think you write your messages like everyone is familiar with your tool set. It was a JAVA error that only happened once. Perhaps I should have screen captured it, but I didn't keep it around while I went to your website, created an account on Launchpad, and entered this ticket. I have no idea

[Sikuli-driver] [Bug 882183] Re: Application closes unexpectedly as soon as I select exists or find.

2011-10-27 Thread Brian Hart
Also, where is the log? Any program I write has extensive logging, and if it terminated unexpectedly information about its termination would be logged. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 882183] Re: Application closes unexpectedly as soon as I select exists or find.

2011-10-27 Thread Brian Hart
Or there would be a way to easily enable logging. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/882183 Title: Application closes unexpectedly as soon as I select exists or find. Status in

Re: [Sikuli-driver] [Question #176005]: [HowTo] Nice unit test runner with html output

2011-10-27 Thread dinev
Question #176005 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176005 Description changed to: Just want to share with you nice runner that output an html result file. http://tungwaiyip.info/software/HTMLTestRunner.html Download and put the module in same folder as your .py

Re: [Sikuli-driver] [Question #176507]: Imported script cannot resolve 'Key' constant --- needs: from sikuli import *

2011-10-27 Thread Chris at Aviary
Question #176507 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176507 Chris at Aviary confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #176507]: Imported script cannot resolve 'Key' constant --- needs: from sikuli import *

2011-10-27 Thread Chris at Aviary
Question #176507 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176507 Status: Answered = Solved Chris at Aviary confirmed that the question is solved: Thanks for the response. I had tried that and it didn't seem to have an effect. Shutting down the IDE and restarting it

[Sikuli-driver] [Question #176537]: Organizing tests

2011-10-27 Thread dinev
New question #176537 on Sikuli: https://answers.launchpad.net/sikuli/+question/176537 This is more of the comment/suggestion than I hope will help for improving user experience. Currently the organization of a test is to have a folder with bunch of images and one .py file. The IDE

Re: [Sikuli-driver] [Question #176537]: Organizing Sikuli scripts, that represent tests

2011-10-27 Thread RaiMan
Question #176537 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176537 Summary changed to: Organizing Sikuli scripts, that represent tests -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.