Re: [Sikuli-driver] [Question #268472]: Grab numbers of different length

2015-07-10 Thread Launchpad Janitor
Question #268472 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268472 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 #157094]: is there a function to play a beep / sound in sikuli ?

2015-07-10 Thread Olivier
Question #157094 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/157094 Olivier posted a new comment: Tryed... but bfailed ! No error message, nothing, just no beep. Any idea ? Thanks -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #269051]: tessdata folder not found at

2015-07-10 Thread elifcan çakmak
Question #269051 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269051 elifcan çakmak posted a new comment: Hey, thanks for the suggestion. After you wrote, I did but I still get the error. -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #269051]: tessdata folder not found at

2015-07-10 Thread elifcan çakmak
Question #269051 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269051 elifcan çakmak posted a new comment: Hello, I just realized a tiny capital letter problem :) However after I fixed it I got this fatal error this time: Error: Illegal min or max specification! Fatal error

[Sikuli-driver] [Bug 1473615] [NEW] sikuli ide 1.0.1 wait(image, [secs]) does not work for value 1100 in seconds field

2015-07-10 Thread Alexc
Public bug reported: wait(1436328275891.png,1100) This only waits for around 3 seconds and then continues. If this is really in seconds, it should wait around 18 minutes wait(1436328275891.png,1100.0) This also fails. ** Affects: sikuli Importance: Undecided Status: New --

[Sikuli-driver] [Bug 1463866] Re: Sikuli 1.1.0 tries to close my IDE

2015-07-10 Thread Pierre Best
Sorry but constructing the App object before calling open() doesn't work. Creating an App object starts the application. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1463866 Title: Sikuli

[Sikuli-driver] [Bug 1463866] Re: Sikuli 1.1.0 tries to close my IDE

2015-07-10 Thread Pierre Best
And it still send the Alt-F4 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1463866 Title: Sikuli 1.1.0 tries to close my IDE Status in Sikuli: New Bug description: IntelliJ IDEA

Re: [Sikuli-driver] [Question #269065]: Unable to compare Expected SS to Actual Output

2015-07-10 Thread Eugene Maslov
Question #269065 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269065 Status: Open = Answered Eugene Maslov proposed the following answer: 95 is wrong. found=reg.exists(Pattern(myimage.png).similar(0.95),1) if found: print match else: print no match -- You

Re: [Sikuli-driver] [Question #269031]: Cant find Settings class

2015-07-10 Thread RaiMan
Question #269031 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269031 Status: Open = Answered RaiMan proposed the following answer: import org.sikuli.basics.Settings; -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #269065]: Unable to compare Expected SS to Actual Output

2015-07-10 Thread Justin Veerman
Question #269065 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269065 Justin Veerman posted a new comment: Hi Eugene, Thanks for the response, however I am still a bit confused. What is this code doing? Why is 95 wrong if you included it in your response? Is it right that

[Sikuli-driver] [Question #269110]: Handler Type test

2015-07-10 Thread Tetsuo
New question #269110 on Sikuli: https://answers.launchpad.net/sikuli/+question/269110 Hi. In the OnVanish and OnAppear handle how im able to test what is the type of event that happened on the screen. def myhandle(event): if event.type == VANISH: if event.type == APPEAR: does