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

2012-03-01 Thread Sephyroth69
Question #189203 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189203 Sephyroth69 posted a new comment: Yes yes, I know java ;) I realised the link afterward. Here is my working piece for anyone looking for that : import java.awt.GridLayout as GridLayout from javax.swing

[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 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