Re: [Sikuli-driver] [Question #189054]: how to generate sequential numbers as my script saves screen grabs

2012-02-29 Thread RaiMan
Question #189054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189054 Status: Open = Answered RaiMan proposed the following answer: But I am sure, you will get at least a scripter, if you stay tuned with Sikuli and such kind of non trivial problems ;-) --1. we reset the

Re: [Sikuli-driver] [Question #189128]: Check if exists() by smaller photo

2012-02-29 Thread RaiMan
Question #189128 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189128 Status: Open = Answered RaiMan proposed the following answer: Based on the pixels in your images, they are not the same. They might look the same for your eyes, but what counts for Sikuli are the

Re: [Sikuli-driver] [Question #189137]: How do I create a swipe in a mobile app simulator

2012-02-29 Thread RaiMan
Question #189137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189137 Status: Open = Answered RaiMan proposed the following answer: How do you do it with the mouse? Analyse the mouse action steps and then turn these into Sikuli scripting using mouseDown() mouseUp()

[Sikuli-driver] [Bug 940086] Re: Sikuli close automatically when try to capture screenshot

2012-02-29 Thread RaiMan
@ Meikel Sikuli currently does not work with Java 7 (known bug) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/940086 Title: Sikuli close automatically when try to capture screenshot Status in

[Sikuli-driver] [Bug 567303] Re: Use of __file__ gives NameError

2012-02-29 Thread RaiMan
@Brentmeister The original post wanted to know the scripts name (and path). For this you can use getBundlePath(). So if you have a fixed structure like the above, every script would be able to find and use any path in this construct using the standard features of os.path module. -- You

Re: [Sikuli-driver] [Question #189093]: Loop doesnt work

2012-02-29 Thread shankar ganesh
Question #189093 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189093 Status: Answered = Solved shankar ganesh confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Bug 514100] Re: IllegalThreadStateException - Executable not working correctly

2012-02-29 Thread RaiMan
How do you run this script? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/514100 Title: IllegalThreadStateException - Executable not working correctly Status in Sikuli: New Bug description:

Re: [Sikuli-driver] [Question #189075]: screen.usercapture method is taking long time

2012-02-29 Thread Naveen
Question #189075 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189075 Naveen gave more information on the question: If I call the same method from a jsp it loads the utilities and it takes the screen shot . However , it fails from the stand alone application (Using java.awt

Re: [Sikuli-driver] [Question #189075]: screen.usercapture method is taking long time

2012-02-29 Thread Naveen
Question #189075 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189075 Status: Needs information = Open Naveen gave more information on the question: Hi Raiman , Sorry for the late response . Please find the code snippet : System.out.println(inside take scr);

Re: [Sikuli-driver] [Question #189075]: screen.usercapture method is taking long time

2012-02-29 Thread RaiMan
Question #189075 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189075 Status: Open = Needs information RaiMan requested more information: --- If I call the same method from a jsp Do you mean Screen.userCapture()? --- it fails from the stand alone application (Using

[Sikuli-driver] [Question #189203]: Input password : Is there an hidden input method ?

2012-02-29 Thread Sephyroth69
New question #189203 on Sikuli: https://answers.launchpad.net/sikuli/+question/189203 Hi, First, thanks for the great job, I'm enjoying using this a lot ! Very useful to me to test some UI on my project ! I know about the input method to ask the user to type some text but my issue is that I

Re: [Sikuli-driver] [Question #189203]: Input password : Is there an hidden input method ?

2012-02-29 Thread RaiMan
Question #189203 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189203 Status: Open = Answered RaiMan proposed the following answer: For the solution, you must step down to using Java from the Jython script level (which is no problem). Here is a Java code snippet, with

Re: [Sikuli-driver] [Question #189203]: Input password : Is there an hidden input method ?

2012-02-29 Thread RaiMan
Question #189203 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189203 RaiMan posted a new comment: Ok, forgot to mention, that you have to transpose the Java code example to Python language ;-) -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #189203]: Input password : Is there an hidden input method ?

2012-02-29 Thread Sephyroth69
Question #189203 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189203 Sephyroth69 posted a new comment: This looks good, I'll have a shot at it. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #189203]: Input password : Is there an hidden input method ?

2012-02-29 Thread Sephyroth69
Question #189203 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189203 Sephyroth69 posted a new comment: How do I register the java class to my sikuli project ? Just put it into the folder or something like that ? I don't understand how to put together your 2 pieces of code...

Re: [Sikuli-driver] [Question #189203]: Input password : Is there an hidden input method ?

2012-02-29 Thread RaiMan
Question #189203 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189203 RaiMan proposed the following answer: The first piece is the example, how to do it in Java. The second example shows the principle, how to get a Java class imported and made useable in Jython (Sikuli)

[Sikuli-driver] [Question #189258]: Basic numeric captcha recognizing

2012-02-29 Thread Nidere
New question #189258 on Sikuli: https://answers.launchpad.net/sikuli/+question/189258 I have noticed, that Sikuli was giving names to my screenshots using in-built Tesseract, and those were actually quite accurate. So, I decided to try to recognize very simple numeric captcha using Sikuli and

[Sikuli-driver] [Question #189266]: multiple type(img, txt) statements all put text into the first textfield

2012-02-29 Thread Steve Brown
New question #189266 on Sikuli: https://answers.launchpad.net/sikuli/+question/189266 When I run this script the textfield of Firstname contains CharlesRiverboss It does not happen when I run multiple type(Region(),txt) statements. type(Pattern(FirstName.png).targetOffset(40,0), Charles)

Re: [Sikuli-driver] [Question #189266]: multiple type(img, txt) statements all put text into the first textfield

2012-02-29 Thread Steve Brown
Question #189266 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189266 Steve Brown gave more information on the question: log output is below [log] CLICK on (735,256) [log] TYPE Charles [log] CLICK on (734,329) [log] TYPE River [log] CLICK on (737,411) [log] TYPE boss --

Re: [Sikuli-driver] [Question #189054]: how to generate sequential numbers as my script saves screen grabs

2012-02-29 Thread grey grey
Question #189054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189054 Status: Answered = Solved grey grey confirmed that the question is solved: Yes, Thank you very much. can you point me toward a tutorial or something that will educate me so I can understand how to code

Re: [Sikuli-driver] [Question #189062]: make libVisionProxy.so error

2012-02-29 Thread Brian Li
Question #189062 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189062 Status: Open = Solved Brian Li confirmed that the question is solved: Issue is resovled! I should use CXXFLAGS=-g -O2 -fPIC instead of CFLAGS=-g -O2 -fPIC to rebuild the tesseract-2.04. Thanks for

[Sikuli-driver] [Question #189290]: Multiple line Input

2012-02-29 Thread Ryan Raines
New question #189290 on Sikuli: https://answers.launchpad.net/sikuli/+question/189290 Is there a way to ask the user for multiple values in one message box? Example: I want to ask user for an address and would like for user to be able to enter each value (Street #, Street Name, City, State,

Re: [Sikuli-driver] [Question #189290]: Multiple line Input

2012-02-29 Thread Ryan Raines
Question #189290 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189290 Description changed to: Is there a way to ask the user for multiple values in one message box? Example: I want to ask user for an address and would like for user to be able to enter each value (Street #,