Re: [Sikuli-driver] [Question #199590]: Screen resolution and regions location and size

2012-06-07 Thread RaiMan
Question #199590 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/199590 RaiMan proposed the following answer: OK, understood. Then the only possibility is, to verify and adjust your calculations by finding 2 or 3 smaller key visuals in/around your calculated new region at the

[Sikuli-driver] [Bug 1009556] Re: Can't copy paste code from one sikuli to another

2012-06-07 Thread RaiMan
already tried the newest build. This should work now. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1009556 Title: Can't copy paste code from one sikuli to another Status in Sikuli: New Bug

Re: [Sikuli-driver] [Question #145806]: Any possiblity that Sikuli can recognise colors too (Same image with different colors) ?

2012-06-07 Thread RaiMan
Question #145806 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/145806 RaiMan posted a new comment: @Albert You should subscribe to the question (did it for you), if you ask something in a comment. --- minSim 1.0 I still recommend to use 0.99, if you mean exact match, since

[Sikuli-driver] [Bug 1008113] Re: Windows XP: bug on focus() or switchApp?

2012-06-07 Thread RaiMan
Thanks for test and feedback, I will have a deeper look at it, but no idea at the moment. FF version? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1008113 Title: Windows XP: bug on focus() or

Re: [Sikuli-driver] [Question #197689]: unable to configure sikuli in eclipse IDE

2012-06-07 Thread Ram
Question #197689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/197689 Ram posted a new comment: Thanks Rai, Now i am able to successfully run application using sikuli. ~R -- You received this question notification because you are a member of Sikuli Drivers, which is an

[Sikuli-driver] [Bug 1009556] Re: Can't copy paste code from one sikuli to another

2012-06-07 Thread Dalton Shehan
I'm sorry I figured out what I did. I tried to change the name of the Sikuli directory and when I did you can no longer copy paste out of the previous one. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 1009556] Re: Can't copy paste code from one sikuli to another

2012-06-07 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/1009556 Title: Can't copy paste code from one sikuli to another Status in Sikuli: Invalid Bug

[Sikuli-driver] [Bug 769837] Re: X-1.0rc3: Env.getClipboard() seems to work only once and does not access real clipboard anymore after using paste()

2012-06-07 Thread Jim White
Env.getClipboard() will get what was last copied in the IDE and will not change. The waits are not strictly necessary in the code below, but I was just making sure that I was not running into a race condition. To reproduce: 1. create an image around a text box that has text in it for

Re: [Sikuli-driver] [Question #187435]: Can't get onChange event handler to run

2012-06-07 Thread kinisoftware
Question #187435 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187435 kinisoftware posted a new comment: Awesome! :D Works for me too :) I think it must be included in next release guys ;) Thanks a lot RaiMan! -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #199590]: Screen resolution and regions location and size

2012-06-07 Thread Cobra
Question #199590 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/199590 Cobra posted a new comment: Brother! When working with different resolutions, I personally dislike using Region as I found it to be a nightmare. Put the image pattern in a loop and keep decreasing the

Re: [Sikuli-driver] [Question #199331]: How to use the keyboard down button in sikuli script

2012-06-07 Thread g kor
Question #199331 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/199331 g kor proposed the following answer: I had the same question, and had looked at the docs beforehand. I guess the way it's organized was not clear at first glance. I had tried a number of ways to make use

Re: [Sikuli-driver] [Question #178870]: How to connect to oracle database in sikuli?

2012-06-07 Thread Rafael
Question #178870 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/178870 Rafael proposed the following answer: Can you help me to find out the steps to connect to SQL Server using sikuli script? Regards, Rafael Rojas QA Analyst

[Sikuli-driver] [Bug 1008113] Re: Windows XP: bug on focus() or switchApp?

2012-06-07 Thread Benny Phanichkul
i'm using FF13 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1008113 Title: Windows XP: bug on focus() or switchApp? Status in Sikuli: Invalid Bug description: Is there some bug with

[Sikuli-driver] [Bug 1010288] [NEW] Threading and using Region.text crashes JVM

2012-06-07 Thread asdf jkl;
Public bug reported: DESCRIPTION: 1. Sikuli v1.0rc3 2. 32-bit, WinXP professional, SP3 3. Region.text (OCR) in threaded mode, java v6.0_22-b04 Using , doing something like String aP = this.regionAP.text(); in java unthreaded works fine. threading it however (using a

[Sikuli-driver] [Question #199798]: to capture a text from a region, i used .text() func, but it is not capturing the full text

2012-06-07 Thread Navya
New question #199798 on Sikuli: https://answers.launchpad.net/sikuli/+question/199798 I want to capture a text from a region. i used the function .text(), but this is not capturing the full image. The text to be captured is Drawer 1 Drawer 2, but .text() is capturing only Drawer 1 Drawer.