Re: [Sikuli-driver] [Question #168819]: Demo on Eclipse+Sikuli for Android app (using Jython)

2011-09-08 Thread Salman
Question #168819 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168819 Status: Expired => Open Salman is still having a problem: Will appreciate if somebody responds -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #168819]: Demo on Eclipse+Sikuli for Android app (using Jython)

2011-09-08 Thread RaiMan
Question #168819 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168819 Status: Open => Needs information RaiMan requested more information: I guess you should give more information on your setup of Eclipse and used Android emulator. Tell about the reason why you want to us

Re: [Sikuli-driver] [Question #170510]: how sikuli support minTargetSize in java

2011-09-08 Thread suan jiang
Question #170510 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170510 Status: Answered => Open suan jiang is still having a problem: Thanks Tsung-Hsiang, Many I know with Vision shall I import? org.sikuli.script.natives.Vision; or org.sikuli.script.Vision; ? and non of

Re: [Sikuli-driver] [Question #170510]: X-1.0rc3: how sikuli support minTargetSize in java

2011-09-08 Thread RaiMan
Question #170510 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170510 Status: Open => Answered RaiMan proposed the following answer: Only to be sure: only available in rc3 Usage in Python: from org.sikuli.script.natives import Vision print Vision.getParameter("MinTargetS

Re: [Sikuli-driver] [Question #170510]: X-1.0rc3: how sikuli support minTargetSize in java

2011-09-08 Thread RaiMan
Question #170510 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170510 Summary changed to: X-1.0rc3: how sikuli support minTargetSize in java -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Question #170534]: Not able to create Region object on MAC

2011-09-08 Thread Amit
New question #170534 on Sikuli: https://answers.launchpad.net/sikuli/+question/170534 Following is the code using Java String sim = "safari"; App emu = new App(sim); System.out.println("Before creating region");

Re: [Sikuli-driver] [Question #170534]: [Java] Not able to get App window as Region object on MAC

2011-09-08 Thread RaiMan
Question #170534 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170534 Summary changed to: [Java] Not able to get App window as Region object on MAC -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #170534]: Not able to create Region object on MAC

2011-09-08 Thread RaiMan
Question #170534 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170534 Status: Open => Answered RaiMan proposed the following answer: You might read through for details and usage of class App (http://sikuli.org/docx/globals.html#controlling-applications-and-their- windows)

Re: [Sikuli-driver] [Question #170534]: [Java] Not able to get App window as Region object on MAC

2011-09-08 Thread RaiMan
Question #170534 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170534 Linked to bug: #707383 https://bugs.launchpad.net/bugs/707383 "[Java] X 1.0rc1: WebDriver/Firefox: Hang in app.focus() if used before new Screen() - workaround" -- You received this question no

[Sikuli-driver] [Bug 707383] Re: [Java] X 1.0rc3: WebDriver/Firefox: Hang in app.focus() if used before new Screen() - workaround

2011-09-08 Thread RaiMan
** Summary changed: - [Java] X 1.0rc1: WebDriver/Firefox: Hang in app.focus() if used before new Screen() - workaround + [Java] X 1.0rc3: WebDriver/Firefox: Hang in app.focus() if used before new Screen() - workaround -- You received this bug notification because you are a member of Sikuli Dri

Re: [Sikuli-driver] [Question #170439]: Question about onAppear.

2011-09-08 Thread Scott Ovelmen
Question #170439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170439 Status: Answered => Solved Scott Ovelmen confirmed that the question is solved: Your the man! Thanks for your time. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #170510]: X-1.0rc3: how sikuli support minTargetSize in java

2011-09-08 Thread Tsung-Hsiang Chang
Question #170510 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170510 Tsung-Hsiang Chang posted a new comment: As Raiman said, org.sikuli.script.natives.Vision.setParameter only exists in the latest versions (rc3). -- You received this question notification because you are a

[Sikuli-driver] [Question #170561]: BACKEND TESTING

2011-09-08 Thread VICK
New question #170561 on Sikuli: https://answers.launchpad.net/sikuli/+question/170561 I HAVE SCRIPT WHERE I HAVE CREATED SOMETHING AND I WANT TO CHECK IN DATABASE THAT IT HAS CREATED SO CAN YOU GIVE ME IDEA HOW I CAN CONNECT DATABASE FROM SCRIPT AND WRITE QUERY AND CHECK -- You received this

Re: [Sikuli-driver] [Question #170439]: [HowTo] use observe(t, background=True)

2011-09-08 Thread RaiMan
Question #170439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170439 Summary changed to: [HowTo] use observe(t, background=True) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #170561]: How to connect to databases

2011-09-08 Thread RaiMan
Question #170561 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170561 Summary changed to: How to connect to databases -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #170561]: BACKEND TESTING

2011-09-08 Thread RaiMan
Question #170561 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170561 Status: Open => Answered RaiMan proposed the following answer: look: http://www.jython.org/jythonbook/en/1.0/DatabasesAndJython.html -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #170561]: How to connect to databases

2011-09-08 Thread VICK
Question #170561 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170561 Status: Answered => Open VICK is still having a problem: I have tried to see it but it is not clear for me so can you give me somewhat script so i can understand. because how to to define class where i a

Re: [Sikuli-driver] [Question #170561]: How to connect to databases

2011-09-08 Thread RaiMan
Question #170561 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170561 Status: Open => Answered RaiMan proposed the following answer: Here is an example with SQLite. http://www.zentus.com/sqlitejdbc/ To get it principally running, there is no class needed in the first step

[Sikuli-driver] [Question #170610]: findAll with string and list of results

2011-09-08 Thread Loren A. Linden Levy
New question #170610 on Sikuli: https://answers.launchpad.net/sikuli/+question/170610 Hi All, Is it possible to do a findAll with a string in the argument and then get back all the matching strings that sikuli found. e.g. I have a list of files that are like doga.txt dogb.txt etc. I want to ru

Re: [Sikuli-driver] [Question #170510]: X-1.0rc3: how sikuli support minTargetSize in java

2011-09-08 Thread suan jiang
Question #170510 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170510 Status: Answered => Solved suan jiang confirmed that the question is solved: Many thanks~! Yes, I used rc2 build, and just found the latest build of Sikuli. It works now~! ^^~!! -- You received this qu

Re: [Sikuli-driver] [Question #170610]: findAll with string and list of results

2011-09-08 Thread RaiMan
Question #170610 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170610 Status: Open => Answered RaiMan proposed the following answer: no, not a feature. You may post a request bug. -- You received this question notification because you are a member of Sikuli Drivers, whi