[Sikuli-driver] [Question #157094]: is there a function to play a beep / sound in sikuli ?

2011-05-11 Thread dru nelson
New question #157094 on Sikuli: https://answers.launchpad.net/sikuli/+question/157094 hi, i would like to have sikuli play a beep when it reaches a certain point in the program. Is there a built-in, one liner that is cross platform that can do this? cheers, dru -- 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, which

Re: [Sikuli-driver] [Question #157094]: is there a function to play a beep / sound in sikuli ?

2015-07-11 Thread RaiMan
Question #157094 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/157094 RaiMan posted a new comment: @Olivier what version of Sikuli? what system? what Java? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Si

Re: [Sikuli-driver] [Question #157094]: is there a function to play a beep / sound in sikuli ?

2015-07-11 Thread Olivier
Question #157094 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/157094 Olivier posted a new comment: Hi RaiMan, Sikuli 1.0.1 Win 7 Java: not sure. Where can I get this info for sure ? Thanks Olivier -- You received this question notification because you are a member of Siku

Re: [Sikuli-driver] [Question #157094]: is there a function to play a beep / sound in sikuli ?

2015-07-11 Thread RaiMan
Question #157094 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/157094 RaiMan posted a new comment: java version: on a command line: java -version -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #157094]: is there a function to play a beep / sound in sikuli ?

2015-07-11 Thread Olivier
Question #157094 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/157094 Olivier posted a new comment: Thanks ! Java version 1.8.0_25 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #157094]: is there a function to play a beep / sound in sikuli ?

2015-07-11 Thread RaiMan
Question #157094 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/157094 RaiMan posted a new comment: may be this helps http://stackoverflow.com/questions/15441910/why-does-toolkit- getdefaulttoolkit-beep-not-work-in-windows -- You received this question notification because yo

Re: [Sikuli-driver] [Question #157094]: is there a function to play a beep / sound in sikuli ?

2015-07-11 Thread Olivier
Question #157094 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/157094 Olivier posted a new comment: Did not help, but it's ok. I found a way to be informed an other way than thanks to a beep. Don't want to use some of your precious time for this. :-) It will be better invested

Re: [Sikuli-driver] [Question #157094]: is there a function to play a beep / sound in sikuli ?

2011-05-12 Thread RaiMan
Question #157094 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/157094 Status: Open => Answered RaiMan proposed the following answer: Since we have access to the Java level in Sikuli (thanks to Jython), this should principally work: import java.awt.Toolkit # only once per

Re: [Sikuli-driver] [Question #157094]: is there a function to play a beep / sound in sikuli ?

2011-05-12 Thread RaiMan
Question #157094 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/157094 RaiMan proposed the following answer: LOL, it works on Windows too - the problem: it was too gentle (ok it is a Mac MINI ;-) -- You received this question notification because you are a member of Sikuli Dri

Re: [Sikuli-driver] [Question #157094]: is there a function to play a beep / sound in sikuli ?

2011-05-12 Thread dru nelson
Question #157094 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/157094 Status: Answered => Solved dru nelson confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Driver

Re: [Sikuli-driver] [Question #157094]: is there a function to play a beep / sound in sikuli ?

2011-05-12 Thread dru nelson
Question #157094 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/157094 dru nelson posted a new comment: AWESOME - thanks! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.