[Sikuli-driver] [Question #237365]: Unable to type double quotes

2013-10-15 Thread Prateeksha Chauhan
New question #237365 on Sikuli: https://answers.launchpad.net/sikuli/+question/237365 I want to write a java program in notepad using sikuli. The java program include a sysout statement to print a string. To do this I included the statement below in my code

Re: [Sikuli-driver] [Question #237353]: problem after upgrade sikuli API

2013-10-15 Thread RaiMan
Question #237353 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237353 Status: Open = Needs information RaiMan requested more information: What version do you use? If you want to work with Sikuli, you have to start here for the current version 1.0.1 and use setup option

Re: [Sikuli-driver] [Question #237365]: Unable to type double quotes --- use paste()

2013-10-15 Thread RaiMan
Question #237365 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237365 RaiMan proposed the following answer: BTW: Why such complexity? simply write the stuff to a file and open it in Notepad if necessary. -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #237365]: Unable to type double quotes

2013-10-15 Thread RaiMan
Question #237365 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237365 Status: Open = Answered RaiMan proposed the following answer: look faq 933 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #237365]: Unable to type double quotes --- use paste()

2013-10-15 Thread RaiMan
Question #237365 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237365 Summary changed to: Unable to type double quotes --- use paste() -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #237353]: problem after upgrade sikuli API

2013-10-15 Thread blackheat
Question #237353 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237353 Status: Needs information = Open blackheat gave more information on the question: I choose the setup option as 3 during installlation of 1.0.1? Can I run setup again or I have to uninstall it and

Re: [Sikuli-driver] [Question #237319]: RC3: Linux: SLES11: IDE doesn't start up --- Java 7 not supported

2013-10-15 Thread kirubakaran
Question #237319 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237319 Status: Answered = Open kirubakaran is still having a problem: But with jre1.6, the IDE doesn't start up in SLES11 with rc3. Its giving libxcb warning and [info] locale: en_US and IDE doesn't start.

Re: [Sikuli-driver] [Question #237319]: RC3: Linux: SLES11: IDE doesn't start up --- Java 7 not supported

2013-10-15 Thread RaiMan
Question #237319 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237319 Status: Open = Answered RaiMan proposed the following answer: I do not support SikuliX-1.0rc3 or earlier versions any longer with respect to installation problems on Linux. hence see comment #1 --

Re: [Sikuli-driver] [Question #237353]: problem after upgrade sikuli API

2013-10-15 Thread RaiMan
Question #237353 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237353 Status: Open = Answered RaiMan proposed the following answer: please empty the setup folder except sikuli-setup.jar and then run setup again with option 4. send the setup log file silently to my mail

[Sikuli-driver] [Bug 1240001] [NEW] setting a new similarity have no effect

2013-10-15 Thread Dumas
Public bug reported: 1. Version of Sikuli: X-1.0.1 2. Operating system: Windows XP Pro SP3 3. Procedure to reproduce the bug: a - Create a script containing the following code (button_enable.png is attached) Settings.MinSimilarity = 0.99

[Sikuli-driver] [Bug 1240001] Re: setting a new similarity have no effect

2013-10-15 Thread RaiMan
** Changed in: sikuli Status: New = Confirmed ** Changed in: sikuli Assignee: (unassigned) = RaiMan (raimund-hocke) ** Changed in: sikuli Importance: Undecided = Medium ** Changed in: sikuli Milestone: None = 1.1.0 -- You received this bug notification because you are a

Re: [Sikuli-driver] [Bug 1240001] Re: setting a new similarity have no effect

2013-10-15 Thread Dumas
Thank you, Have a nice day and see you soon. Best regards, Pierre Dumas Date: Tue, 15 Oct 2013 11:15:01 + From: rmhdeve...@me.com To: pierred...@hotmail.fr Subject: [Bug 1240001] Re: setting a new similarity have no effect ** Changed in: sikuli Status: New = Confirmed **

[Sikuli-driver] [Bug 1240001] Re: setting a new similarity have no effect

2013-10-15 Thread RaiMan
If interested. the attachment contains my test. ** Attachment added: test.sikuli.zip https://bugs.launchpad.net/sikuli/+bug/1240001/+attachment/3878486/+files/test.sikuli.zip ** Summary changed: - setting a new similarity have no effect + [1.0.1] grayscale shots always result in score 1.0

Re: [Sikuli-driver] [Question #237353]: problem after upgrade sikuli API

2013-10-15 Thread RaiMan
Question #237353 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237353 RaiMan proposed the following answer: I just tested and had no problems. But by accident I found out, that when using a libs folder, that is not compatible to 1.0.1, I got the effect you are complaining

[Sikuli-driver] [Bug 1240001] Re: setting a new similarity have no effect

2013-10-15 Thread RaiMan
I tested with your 2 buttons (since one is enabled while the other is disabled) For the test I chose the image of the trailing letters ar, which are available in both buttons. I confirm for version 1.0.1, that when using images of the button text only (as you do) with more or less of the gray

Re: [Sikuli-driver] [Question #237141]: how to get total number of instances of one line in sikuli?

2013-10-15 Thread koventhan
Question #237141 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237141 Status: Answered = Open koventhan is still having a problem: i have tried below code but still getting 1st instead only,,, not getting all the instead in return def ModuleType(file): f =

Re: [Sikuli-driver] [Question #237141]: how to get total number of instances of one line in sikuli?

2013-10-15 Thread RaiMan
Question #237141 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237141 Status: Open = Answered RaiMan proposed the following answer: it seems you have (up to) 5 ModuleType in your file, and you want to get them all one after another. - this is the easiest possibility: - a

Re: [Sikuli-driver] [Question #237353]: problem after upgrade sikuli API

2013-10-15 Thread blackheat
Question #237353 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237353 Status: Answered = Open blackheat is still having a problem: Here comes the debug log: okt 15, 2013 10:53:52 EM java.util.prefs.WindowsPreferences init WARNING: Could not open/create prefs root node

[Sikuli-driver] [Question #237412]: Read random line from text file

2013-10-15 Thread Unuldinei
New question #237412 on Sikuli: https://answers.launchpad.net/sikuli/+question/237412 I have three text files: male.txt - containing male names / names separator = new line female.txt - containing female names / names separator = new line results.txt - results file I need: loop: male = random