[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/

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

Re: [Gambas-user] Gambas 2 - Gambas 3

2009-02-19 Thread David Villalobos Cambronero
Here is mine: [r...@david david]# pkg-config --cflags qt-mt -DQT_SHARED -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -D_REENTRANT -I/usr/lib/qt3//include [r...@david david]# pkg-config --libs-only-l qt-mt -lqt-mt -lmng -ljpeg -lpng -lz -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig

Re: [Gambas-user] IDE improvement

2009-02-19 Thread Jussi Lahtinen
I think this is very very low priority, but maybe istead of Compiling project x... there should be something like Project x compiled! when compiler is ready. Users who are used to vb compilation progres bar, tend to be confused about compilation time of Gambas. It really is VERY fast! Jussi

Re: [Gambas-user] Multiple TCP server sockets

2009-02-19 Thread Jose J. Rodriguez
On 2/19/09, Benoît Minisini gam...@users.sourceforge.net wrote: On 2/17/09, Benoît Minisini gam...@users.sourceforge.net wrote: Is there any way to get different TCP server objects with different ports to use a different socket object for read? I am trying to port my VB6

[Gambas-user] Setting properties in a group

2009-02-19 Thread Anuradha Ratnaweera
Hi all, I have several buttons on a form, generated using the GUI, not though code. Say their names are Button1, Button2 etc - a lot of them. First, I wanted to share an event handler for all the buttons. I did this putting them all to a group called Buttons and using the event handler

Re: [Gambas-user] Problems with Gambas 3 installation on Kubuntu

2009-02-19 Thread Ron_1st
On Friday 20 February 2009, Benoît Minisini wrote: So, Ron, can you try to do the same thing as me: compile the latest revision, but from scratch, by doing a full checkout in a new directory, and by removing everything related to Gambas 3 on your system before. Yes, I will do as quick as

Re: [Gambas-user] Gambas 2 - Gambas 3

2009-02-19 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: Thanks. Now I need the result of the following commands on your (David Ron) system: $ pkg-config --cflags qt-mt $ pkg-config --libs-only-l qt-mt $ pkg-config --libs-only-L qt-mt $ pkg-config --libs-only-other qt-mt If, of course, your qt development