[Sikuli-driver] [Bug 1067041] Re: App crashes when taking screentshot

2012-10-16 Thread RaiMan
** Changed in: sikuli Status: New = Invalid -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1067041 Title: App crashes when taking screentshot Status in Sikuli: Invalid Bug description:

Re: [Sikuli-driver] [Question #211334]: OCR usage and integration with Sikuli

2012-10-16 Thread RaiMan
Question #211334 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/211334 Status: Open = Answered RaiMan proposed the following answer: --- integration of other OCR engine ... ... is only possible if you step down to the native code source level, since the interface to the

Re: [Sikuli-driver] [Question #211334]: OCR usage and integration with Sikuli

2012-10-16 Thread Akbar
Question #211334 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/211334 Status: Answered = Open Akbar is still having a problem: Thanks RaiMan. I am using the java library of sikuli, can you please give more details about TextRecognizer / ImageMagick/ BufferedImages usage?

[Sikuli-driver] [Question #211347]: How to increment values in array

2012-10-16 Thread Milind Warade
New question #211347 on Sikuli: https://answers.launchpad.net/sikuli/+question/211347 Hi, I am writing code, in which text file is used as : (11,50,12) (11,52,21) (12,15,20) (12,30,45) Check the script: def myHandler(event): wait(2) click(1349867277615-1.png) type('v',

Re: [Sikuli-driver] [Question #211334]: OCR usage and integration with Sikuli

2012-10-16 Thread Akbar
Question #211334 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/211334 Akbar posted a new comment: Rephrasing the question. Integration - Modifying source code is costly and complex. Other OCR - I assume you meant that ImageMagick+Sikuli can be done in Java and BufferedImages

Re: [Sikuli-driver] [Question #211347]: How to increment values in array

2012-10-16 Thread RaiMan
Question #211347 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/211347 Status: Open = Answered RaiMan proposed the following answer: Principally there is a trick to transfer parameters to the handler (there is a QA around here). But in these cases I use the region to

[Sikuli-driver] [Question #211361]: running sikuli on linux

2012-10-16 Thread Abhishek
New question #211361 on Sikuli: https://answers.launchpad.net/sikuli/+question/211361 typing sikuli-ide.sh in shell does not open sikuli editor(linux), only the message: [info] locale: en_US is shown but nothing shows up -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #211228]: Mac: Getting FindFailed when using cron to run sikuli script

2012-10-16 Thread RaiMan
Question #211228 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/211228 Status: Open = Answered RaiMan proposed the following answer: I am not getting my cron environment on my Mac Lion to work (I know, there are some tricks, but I do not get it). atrun is still disabled

Re: [Sikuli-driver] [Question #211334]: OCR usage and integration with Sikuli

2012-10-16 Thread RaiMan
Question #211334 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/211334 Status: Open = Answered RaiMan proposed the following answer: both ImageMagick (convert: work on images) and Tesseract (tesseract: get text from an image) have commands, that can be used on the command

Re: [Sikuli-driver] [Question #211361]: running sikuli on linux

2012-10-16 Thread Abhishek
Question #211361 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/211361 Abhishek posted a new comment: yes as mentioned in the website i have Java Runtime Environment (JRE) 6, wmctrl, and OpenCV 2.1 installed... -- You received this question notification because you are a

[Sikuli-driver] [Question #211372]: java.lang.UnsatisfiedLinkError: /tmp/tmplib/libVisionProxy.so

2012-10-16 Thread Abhishek
New question #211372 on Sikuli: https://answers.launchpad.net/sikuli/+question/211372 Getting the following error on running the sikuli test file(java jdev project): /scratch/aime/SIKULI/jre1.6.0_31/bin/java -server -classpath

Re: [Sikuli-driver] [Question #211372]: java.lang.UnsatisfiedLinkError: /tmp/tmplib/libVisionProxy.so

2012-10-16 Thread RaiMan
Question #211372 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/211372 Status: Open = Answered RaiMan proposed the following answer: OpenCV 2.1 seems not to be installed correctly. So check things again. IMHO you do not need all the Sikuli related helper jars in the class

Re: [Sikuli-driver] [Question #211347]: How to increment values in array

2012-10-16 Thread Milind Warade
Question #211347 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/211347 Milind Warade posted a new comment: Thanks Raiman. Problem is solved. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Question #211380]: Not able to close the text file when array is used.

2012-10-16 Thread Milind Warade
New question #211380 on Sikuli: https://answers.launchpad.net/sikuli/+question/211380 Hi, I want to write the text file when I have used array. It was giving me error as : my_file.close() NameError: name 'my_file' is not defined == Check the code:

Re: [Sikuli-driver] [Question #210850]: Typing on to a text field in Android EMulator

2012-10-16 Thread Hasham
Question #210850 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/210850 Status: Answered = Open Hasham is still having a problem: No luck, it still behaves the same. I tried adding offset, the syntax is as follows: Pattern patemail = new

Re: [Sikuli-driver] [Question #211380]: Not able to close the text file in main script when opened in def()

2012-10-16 Thread RaiMan
Question #211380 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/211380 Summary changed to: Not able to close the text file in main script when opened in def() -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #211380]: Not able to close the text file when array is used.

2012-10-16 Thread RaiMan
Question #211380 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/211380 Status: Open = Answered RaiMan proposed the following answer: my_file is only known in the local context of the handler. So you should simply define/open it in the main script before the first observe,

[Sikuli-driver] [Question #211397]: Sikuli speed

2012-10-16 Thread Hasham
New question #211397 on Sikuli: https://answers.launchpad.net/sikuli/+question/211397 Is it possible to control the speed with which Sikuli types characters? Like Settings.minSimilarity etc -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #211228]: Mac: Getting FindFailed when using cron to run sikuli script

2012-10-16 Thread lifenz
Question #211228 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/211228 lifenz posted a new comment: Thank you for the trick RainMan. atrun is still disabled here - does this hinder cron to run? - I dont know, cron was built in and activated on my computer. But this might be

[Sikuli-driver] [Question #211412]: Couple of questions regarding how-to

2012-10-16 Thread Neo
New question #211412 on Sikuli: https://answers.launchpad.net/sikuli/+question/211412 I made a suite which now can test an app in English and for any other locale. But, as of now I change the locale manually and run the suite. I want to write a .sh file to change the Mac OS language each time

Re: [Sikuli-driver] [Question #211397]: Sikuli speed

2012-10-16 Thread Alex N
Question #211397 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/211397 Alex N posted a new comment: See also https://answers.launchpad.net/sikuli/+question/178012 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

[Sikuli-driver] [Question #211426]: can picture named in chinese?

2012-10-16 Thread sangzh
New question #211426 on Sikuli: https://answers.launchpad.net/sikuli/+question/211426 Can the captured picture renamed in chinese? for examper the picture is renamede as 照相机.png in sikuli script saved folder. then the script can be written as follow: click(照相机.png) wait(照相机.png) but when i

[Sikuli-driver] [Question #211431]: Import sikuli in sikuli ide?

2012-10-16 Thread Calvin
New question #211431 on Sikuli: https://answers.launchpad.net/sikuli/+question/211431 Is there any way i could import other sikuli scripts within sikuli IDE? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.