Re: [Gambas-user] Beep in gambas

2009-02-19 Thread Joshua Higgins
I do not know of any built-in function to beep, but this produces the effect I think you want SHELL "echo -e \"\\007\" >/dev/tty10" (be careful with the backslashes around the second set of quotes, these are required for Gambas to pass on an actual quote symbol to the echo command) -- joshua hi

[Gambas-user] Beep in gambas

2009-02-19 Thread Anuradha Ratnaweera
Hi all, How to create a beep in Gambas, similar to the one that you get in a terminal? I am looking for a way to do it without getting the sound card involved. Thanks in advance! Anuradha -- http://www.sayura.net/anuradha/ --