Re: [Sikuli-driver] [Question #230737]: can a handler call a function with parameters?

2013-06-14 Thread robert gonzales
Question #230737 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230737 robert gonzales posted a new comment: http://mynotes.wordpress.com/2009/07/22/save-image-from-clipboard-to- file/ -- You received this question notification because you are a member of Sikuli Drivers,

[Sikuli-driver] [Question #230737]: can a handler call a function with parameters?

2013-06-14 Thread robert gonzales
New question #230737 on Sikuli: https://answers.launchpad.net/sikuli/+question/230737 i would like to write a script using onAppear to take a screenshot every time a specified image (a popup with an error message to be exact) appears on the screen and then save the img to a dir on my computer.

Re: [Sikuli-driver] [Question #230737]: can a handler call a function with parameters?

2013-06-14 Thread robert gonzales
Question #230737 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230737 robert gonzales posted a new comment: btw, this is the webpage where i found the code for getting the systemclipboard -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #230298]: How to change default delay time in sikuli?

2013-06-14 Thread Amutha Sreenivasan
Question #230298 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230298 Status: Answered = Solved Amutha Sreenivasan confirmed that the question is solved: Thanks Roman .It works now. -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #230619]: [1.0] Works in Eclipse, but not from commandline using Ant build file to run it

2013-06-14 Thread srijith
Question #230619 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230619 Status: Answered = Solved srijith confirmed that the question is solved: Thanks for the tips...It helped a lot... I removed all the copies and provided references to eclipse and added the SIKULI_HOME

Re: [Sikuli-driver] [Question #230694]: [1.0] [error] Region.text: text recognition is currently switched off

2013-06-14 Thread RaiMan
Question #230694 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230694 Summary changed to: [1.0] [error] Region.text: text recognition is currently switched off Description changed to: *** solution How to switch it on can be found in the Preferences part of

Re: [Sikuli-driver] [Question #205371]: [research] One image, multiple sizes? Automatic detection based on one image in different rendering scenarios

2013-06-14 Thread RaiMan
Question #205371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205371 Assignee: None = RaiMan Summary changed to: [research] One image, multiple sizes? Automatic detection based on one image in different rendering scenarios -- You received this question notification

Re: [Sikuli-driver] [Question #205371]: [research] One image, multiple sizes? Automatic detection based on one image in different rendering scenarios

2013-06-14 Thread RaiMan
Question #205371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205371 RaiMan posted a new comment: @ Perkins thanks for the hint. Principally a feature based matching algorithm might help in some situations, where matchTemplate() cannot be used. It might be especially useful

Re: [Sikuli-driver] [Question #165999]: problems using Python logging module

2013-06-14 Thread RaiMan
Question #165999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/165999 RaiMan proposed the following answer: Such complex constructions should generally be run from command line, to have a clean initialization of the internally used Jython interpreter. This at least is true for

Re: [Sikuli-driver] [Question #230734]: How to capture the reading and deliver it in a report?

2013-06-14 Thread RaiMan
Question #230734 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230734 Status: Open = Answered RaiMan proposed the following answer: try the Region.text() feature. --- for the other question: Take care, that all files are closed properly in all cases. Check wether the

[Sikuli-driver] [Bug 1190692] Re: dropAt only takes one argument

2013-06-14 Thread RaiMan
What other argument do you expect? dropAt(target) just moves the mouse pointer to the target and releases the left mouse button. a drag(target) should have been used before. It is only there for convenience, to build your own drag-drop sequence, if the basic dragDrop() does not work in your

Re: [Sikuli-driver] [Question #230737]: can a handler call a function with parameters?

2013-06-14 Thread RaiMan
Question #230737 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230737 Status: Open = Answered RaiMan proposed the following answer: Why not use the Sikuli features: - for use with RC3: import shutil imgFile = capture(SCREEN) shutil.move(imgFile, path to

[Sikuli-driver] [Question #230742]: Want to run test from command line but can't find sikuli-ide.exe or sikuli-ide.bat

2013-06-14 Thread Eugene S
New question #230742 on Sikuli: https://answers.launchpad.net/sikuli/+question/230742 I have testing scripts saved in the following manner (A.sikuli, B.sikuli,... are all folders): C:\Sikuli\Tests\ -A.sikuli -B.sikuli -C.sikuli

Re: [Sikuli-driver] [Question #230722]: Receiving ExceptionInInitializerError

2013-06-14 Thread RaiMan
Question #230722 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230722 Status: Open = Answered RaiMan proposed the following answer: still supposing, you are using Sikuli 1.0.0: 1) Installed 32 bit java (I tried 64 bit but switched to 32 to see if it would help, it

Re: [Sikuli-driver] [Question #230742]: [1.0] Want to run test from command line but can't find sikuli-ide.exe or sikuli-ide.bat --- solution

2013-06-14 Thread RaiMan
Question #230742 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230742 Summary changed to: [1.0] Want to run test from command line but can't find sikuli-ide.exe or sikuli-ide.bat --- solution -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #230742]: Want to run test from command line but can't find sikuli-ide.exe or sikuli-ide.bat

2013-06-14 Thread RaiMan
Question #230742 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230742 Status: Open = Answered RaiMan proposed the following answer: as the relevant docs and readme's should have told you: C:\Sikuli\sikuli-script.cmd -r D:\Sikuli\Tests\A.sikuli does the job. -- You

Re: [Sikuli-driver] [Question #230742]: [1.0] Windows: Want to run test from command line but can't find sikuli-ide.exe or sikuli-ide.bat --- solution

2013-06-14 Thread RaiMan
Question #230742 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230742 Summary changed to: [1.0] Windows: Want to run test from command line but can't find sikuli-ide.exe or sikuli-ide.bat --- solution Description changed to: *** solution as the docs and relevant readme's

[Sikuli-driver] [Question #230743]: lxml lib for current jython interpreter

2013-06-14 Thread RayanRoger
New question #230743 on Sikuli: https://answers.launchpad.net/sikuli/+question/230743 Hi all, Does anyone know if there’s a lxml lib compatible with the current Jython interpreter used for Sikuli ? How do I install it , so that a .sikuli file can import this lxml module ? I need this lib in

[Sikuli-driver] [Bug 1190692] Re: dropAt only takes one argument

2013-06-14 Thread Frank Feng
In the documentation, dropAt can take two args. dropAt(PSMRL[, delay]) Complete a drag-and-drop operation by dropping a previously dragged item at the given target click point. Parameters: PSMRL – a pattern, a string, a match, a region or a location that evaluates to a click point. delay

Re: [Sikuli-driver] [Question #229882]: Is there SIFT algorithm in Sikuli

2013-06-14 Thread Launchpad Janitor
Question #229882 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229882 Status: Open = Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

[Sikuli-driver] [Bug 1190692] Re: [1.0] dropAt does not allow to specify delay after button release anymore --- workaround

2013-06-14 Thread RaiMan
** Summary changed: - dropAt only takes one argument + [1.0] dropAt does not allow to specify delay after button release anymore --- workaround ** Changed in: sikuli Status: Opinion = Won't Fix ** Changed in: sikuli Status: Won't Fix = Fix Committed ** Changed in: sikuli

[Sikuli-driver] [Bug 1190692] Re: [1.0] dropAt does not allow to specify delay after button release anymore --- workaround

2013-06-14 Thread RaiMan
Uuups, sorry - didn't realize it was for version 1.0.0 Yes, I purged this 2-arg version from the API. In many cases, GUI actions (click, type, ...) need some wait afterwards. I want to implement a more general solution for this wait after your suggested solution for dropAt() in the current

Re: [Sikuli-driver] [Question #230743]: lxml lib for current jython interpreter

2013-06-14 Thread RaiMan
Question #230743 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230743 Status: Open = Answered RaiMan proposed the following answer: lxml is not available for Jython, since it is C-based and no one did port it until now. The standard Jython xml modules should be feature

[Sikuli-driver] [Bug 1185559] Re: [1.0] IDE: Mac: Can't open a Sikuli script in file open dialog - script.sikuli not selectable.

2013-06-14 Thread RaiMan
** Summary changed: - [1.0] Can't open a Sikuli script file Mac + [1.0] IDE: Mac: Can't open a Sikuli script in file open dialog - script.sikuli not selectable. ** Summary changed: - [1.0] IDE: Mac: Can't open a Sikuli script in file open dialog - script.sikuli not selectable. + [1.0] IDE:

Re: [Sikuli-driver] [Question #230743]: lxml lib for current jython interpreter

2013-06-14 Thread RayanRoger
Question #230743 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230743 Status: Answered = Open RayanRoger is still having a problem: OK, thanks RaiMan Still a question : Where can i find a documentation of this standard Jython xml module ? I'd like to check if I can use

[Sikuli-driver] [Bug 1185559] Re: [1.0] IDE: Mac: Can't open a Sikuli script in file open dialog - script.sikuli not selectable --- workaround

2013-06-14 Thread RaiMan
** Description changed: + *** problem - + This only happens on installations, that did not have Sikuli X-1.0rc3 installed before switching to the new version 1.0.0 + + On Mac it was once decided by the developers, to hide the folder + structure using the this folder is a

Re: [Sikuli-driver] [Question #230743]: lxml lib for current jython interpreter

2013-06-14 Thread RaiMan
Question #230743 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230743 RaiMan proposed the following answer: this should help: http://www.jython.org/docs/library/markup.html#structured-markup-processing-tools -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #230743]: lxml lib for current jython interpreter

2013-06-14 Thread RaiMan
Question #230743 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230743 Status: Open = Answered RaiMan proposed the following answer: this should help: http://www.jython.org/docs/library/markup.html#structured-markup-processing-tools -- You received this question

Re: [Sikuli-driver] [Question #186643]: winxp 32bit sikuliX-1.0rc3 screenshot not working

2013-06-14 Thread Raja
Question #186643 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/186643 Raja posted a new comment: Hi All, I am also having the same issue like gos (skotomorphic) had.I changed the java version to 6 but no luck.. If i manually types the code (Example:click(image))and insert

Re: [Sikuli-driver] [Question #186643]: winxp 32bit sikuliX-1.0rc3 screenshot not working

2013-06-14 Thread RaiMan
Question #186643 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/186643 RaiMan posted a new comment: if it is X-1.0rc3: look faq 2005 If it is 1.0.0, then come back with detailed info on your ssystem and setup -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #186643]: winxp 32bit sikuliX-1.0rc3 screenshot not working

2013-06-14 Thread Raja
Question #186643 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/186643 Raja posted a new comment: Sikuli File:Sikuli-X-1.0rc3 (r905)-win32.exe. Java file:C:\Program Files\Java\jre1.6.0 OS:32-bit,Win7 professional -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #186643]: winxp 32bit sikuliX-1.0rc3 screenshot not working

2013-06-14 Thread RaiMan
Question #186643 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/186643 RaiMan posted a new comment: so it is RC3 and the steps to solve the problem are in faq 2005 (as mentioned in comment #6) -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #230753]: OCR options other than the in-built one

2013-06-14 Thread GeoMan
New question #230753 on Sikuli: https://answers.launchpad.net/sikuli/+question/230753 Hi, I was looking for OCR options which I could use with Sikuli. Use the in-built one had some issues when I was recognizing text. Could anyone guide me to other possible OCR libs that I could use with

[Sikuli-driver] [Bug 1190692] Re: [1.0] dropAt does not allow to specify delay after button release anymore --- workaround

2013-06-14 Thread Frank Feng
Good to know. Thanks Raiman. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1190692 Title: [1.0] dropAt does not allow to specify delay after button release anymore --- workaround Status in

Re: [Sikuli-driver] [Question #205371]: [research] One image, multiple sizes? Automatic detection based on one image in different rendering scenarios

2013-06-14 Thread Perkins
Question #205371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205371 Perkins posted a new comment: I am far from an expert, but the documentation mentions a couple of possible substitutes. OpponentColorDescriptorExtractor BriefDescriptorExtractor If I'm reading this

[Sikuli-driver] [Bug 885975] Re: Exit() closes IDE --- be sure to save before run --- should be done automatically (option)

2013-06-14 Thread Perkins
In 1.0.0 exit from the main loop functions properly, but exit from a hotkey or observe handler still closes the IDE. Do you want a new bug report? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Question #230775]: cannot login to ask question

2013-06-14 Thread Olivia George
New question #230775 on Sikuli: https://answers.launchpad.net/sikuli/+question/230775 my question is I've installed the new software but the snapshot is not working. when I go to the website to install the previous version. I am not able to install the software -- You received this

Re: [Sikuli-driver] [Question #230775]: cannot login to ask question

2013-06-14 Thread Olivia George
Question #230775 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230775 Olivia George gave more information on the question: How do you install the new sikuli software using the instructions on the website. Is this website still active? -- You received this question

[Sikuli-driver] [Question #230780]: Error: Native library could not be loaded: VisionProxy

2013-06-14 Thread Elias Nogueira
New question #230780 on Sikuli: https://answers.launchpad.net/sikuli/+question/230780 I know that could be a duplicate question, but none of the questions that I've searched solved my problem. I created a simple script using the following: - JDK 1.7.0_05 - Sikuli 1.0.0-Win64 on C:\ folder -

Re: [Sikuli-driver] [Question #230780]: Error: Native library could not be loaded: VisionProxy

2013-06-14 Thread Elias Nogueira
Question #230780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230780 Elias Nogueira gave more information on the question: An update... I created the same test on a MacOSX 10.8.4 and it worked! -- You received this question notification because you are a member of Sikuli