Re: [Sikuli-driver] [Question #269466]: Holding key down with keyDown() isn't repeating the key

2015-08-05 Thread Launchpad Janitor
Question #269466 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269466 Status: Open = Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Sikuli-driver] [Question #269975]: Sikuli not clicking on images while running application with adminstrator privileges

2015-08-05 Thread RaiMan
Question #269975 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269975 Status: Open = Needs information RaiMan requested more information: are you sure, the wizard app has focus? -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #269960]: How to get SIKULI script results..?

2015-08-05 Thread RaiMan
Question #269960 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269960 Status: Open = Answered RaiMan proposed the following answer: switch to version 1.1.0, that allows to run other scripts from within one script. -- You received this question notification because you

Re: [Sikuli-driver] [Question #269980]: Understanding how Sikulii works

2015-08-05 Thread RaiMan
Question #269980 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269980 Status: Open = Answered RaiMan proposed the following answer: just install the version 1.1.0 and start playing around with Sikuli IDE. -- You received this question notification because you are a

[Sikuli-driver] [Bug 1481081] Re: Sikuli crashes at startup.

2015-08-05 Thread RaiMan
take care, that you do not have any artefacts of previous Sikuli versions on system path. start with a fresh install/setup of latest 1.1.0. ** Changed in: sikuli Status: New = Opinion ** Changed in: sikuli Assignee: (unassigned) = RaiMan (raimund-hocke) -- You received this bug

[Sikuli-driver] [Question #270031]: Strategy to Automate Oracle Forms application

2015-08-05 Thread Souvik Dutta
New question #270031 on Sikuli: https://answers.launchpad.net/sikuli/+question/270031 Hi, I am very new to Sikuli and I am here to discuss the best strategy to automate Oracle Forms application. I am looking forward to use Java and sikuli-java.jar to achieve the same. Please check the link

Re: [Sikuli-driver] [Question #270031]: Strategy to Automate Oracle Forms application

2015-08-05 Thread RaiMan
Question #270031 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270031 Status: Open = Answered RaiMan proposed the following answer: -- 1. switch to 1.1.0 (http://sikulix.com) -- 2. make decisions on find results: use the region function someRegion.exists(someImage) !=

Re: [Sikuli-driver] [Question #270046]: user debug statement doesnt work

2015-08-05 Thread Dan
Question #270046 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270046 Status: Answered = Open Dan is still having a problem: I tried the line: setUserLogfile(C:\mylog.txt) and after run, execution stops at that line with error message: [error (8/5/15 11:54:26 PM)]

Re: [Sikuli-driver] [Question #270046]: user debug statement doesnt work

2015-08-05 Thread Eugene S
Question #270046 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270046 Status: Open = Answered Eugene S proposed the following answer: Did you import sikuli library properly? from sikuli import * -- You received this question notification because you are a member of

[Sikuli-driver] [Question #270046]: user debug statement doesnt work

2015-08-05 Thread Dan
New question #270046 on Sikuli: https://answers.launchpad.net/sikuli/+question/270046 Trying to use the user debug log as described in the SikuliX documentation. have the following lines in my script. (this is a copy and paste.) Settings.UserLogs = True Settings.UserLogPrefix = user

Re: [Sikuli-driver] [Question #270046]: user debug statement doesnt work

2015-08-05 Thread Eugene S
Question #270046 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270046 Status: Open = Answered Eugene S proposed the following answer: I think you should use setUserLogFile without the Debug class. -- You received this question notification because you are a member of