Re: [Sikuli-driver] [Question #185239]: How type SHIFT and TAB together?

2012-01-20 Thread RaiMan
Question #185239 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185239 RaiMan proposed the following answer: sorry, here you are: type(Key.TAB, KeyModifier.SHIFT) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #185239]: How type SHIFT and TAB together?

2012-01-20 Thread RaiMan
Question #185239 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185239 Status: Open = Answered RaiMan proposed the following answer: look: http://sikuli.org/docx/region.html#Region.type and http://sikuli.org/docx/keys.html -- You received this question notification

Re: [Sikuli-driver] [Question #185240]: How to import in-built Python modules in Sikuli?

2012-01-20 Thread RaiMan
Question #185240 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185240 Status: Open = Answered RaiMan proposed the following answer: Since Sikuli uses Jython as Python interpreter, you can only import, what comes with Jython (most of the standard modules) or any Python

Re: [Sikuli-driver] [Question #185254]: [Java] FindFailed with Pattern().similar(0.7) on the screen

2012-01-20 Thread RaiMan
Question #185254 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185254 Summary changed to: [Java] FindFailed with Pattern().similar(0.7) on the screen -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #185254]: [Java] FindFailed with Pattern().similar(0.7) on the screen

2012-01-20 Thread Naveen
Question #185254 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185254 Status: Answered = Open Naveen is still having a problem: Hi Raiman ! Thnx for the swift response . I have chnged my code like this : Screen screen= new Screen();

Re: [Sikuli-driver] [Question #168233]: IDE: UnitTest: Test Case Results Error

2012-01-20 Thread RaiMan
Question #168233 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168233 Status: Answered = Solved RaiMan changed the question status: Vinay uses Python's unittest module now. -- You received this question notification because you are a member of Sikuli Drivers, which is

Re: [Sikuli-driver] [Question #185254]: [Java] FindFailed with Pattern().similar(0.7) on the screen

2012-01-20 Thread Naveen
Question #185254 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185254 Status: Answered = Open Naveen is still having a problem: Raiman ! I have tried the following snippet from the sikuli IDE find(E:\\TestSikuli\\nav.png) The following is the stack trace I have

Re: [Sikuli-driver] [Question #172574]: When clicking the camera buttion entire IDE closes

2012-01-20 Thread sgr
Question #172574 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172574 sgr posted a new comment: even i have the same problem... i'm a new user ...have not installed rc2 beforeinstalled directly rc3 system info... core i5-2nd gen(64 bit processor) win7 (32 bit) i have

Re: [Sikuli-driver] [Question #185286]: Need the code to give input to the fields

2012-01-20 Thread shankar ganesh
Question #185286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185286 Description changed to: I am testing POS device through sikuli tool by connecting through the Emulator via windows. At first instance the login screen appears with the two tabs username and password with

Re: [Sikuli-driver] [Question #172574]: When clicking the camera buttion entire IDE closes

2012-01-20 Thread RaiMan
Question #172574 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172574 RaiMan proposed the following answer: faq 1766 clearly says, it MUST be Java 6. And it MUST be the 32-Bit Version. Java 7 is not yet supported. -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #185254]: [Java] FindFailed with Pattern().similar(0.7) on the screen

2012-01-20 Thread RaiMan
Question #185254 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185254 Status: Open = Answered RaiMan proposed the following answer: check that the image is really stored at: E:\TestSikuli\nav.png and that the access rights are sufficient. -- You received this question

Re: [Sikuli-driver] [Question #184255]: How to draw a circle or some shape using sikuli?

2012-01-20 Thread balakrishnan
Question #184255 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/184255 Status: Answered = Open balakrishnan is still having a problem: Hi i have tried this code ...There will be mouse movements however it is not writing anything for circle. -- You received this question

Re: [Sikuli-driver] [Question #184255]: How to draw a circle or some shape using sikuli?

2012-01-20 Thread dinev
Question #184255 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/184255 Status: Open = Answered dinev proposed the following answer: Did you run successfully the first example? You need paint open. Here is the video of the working script:

[Sikuli-driver] [Question #185319]: From rc2 to rc3 something breaks running sikuli from robotframework.jar

2012-01-20 Thread Josh
New question #185319 on Sikuli: https://answers.launchpad.net/sikuli/+question/185319 May be related to: https://answers.launchpad.net/sikuli/+question/141252 Execution method: --- java -cp java\* ^ -Dpython.path=java\sikuli-script.jar\Lib ^ org.robotframework.RobotFramework ^

[Sikuli-driver] [Bug 893772] Re: Windows7 64Bit: Sikuli disappears when Take Screenshot is clicked

2012-01-20 Thread Light Templar
Windows 7 sp1 x86, JRE6 and JRE7 I had this problem, until I wrote in .bat file the path to jre6. Thanks, RaiMan. It works without this parameter. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.