Re: [Gambas-user] Gambas API of ALSA

2010-05-25 Thread Doriano Blengino
Ru Vuott ha scritto: Thank you very much. Now the problem is how I can use those information with Gambas !!! :-( I would interested too in writing a midi librarian for my keyboard, but leaved this idea behind because I am too busy these days. I wrote a working one under windows, but now I

Re: [Gambas-user] smtp mail with gambas 2.20 sent mail body message and/or attached file not sowhon/opened by client

2010-05-25 Thread Benoît Minisini
Using gambas 2.20.2-1~ppa~karmic1 on Ubuntu 9.10 Below the code i test. PUBLIC SUB pbinviaposta_Click() DIM smtp AS NEW SmtpClient WITH smtp IF NOT IsNull(smtp) THEN ' .Alternative = FALSE .From = myinternalmailn...@mylocaldomain .Subject

Re: [Gambas-user] DataSource component - Is it works with postgresql's schemas? - Gambas2

2010-05-25 Thread Benoît Minisini
I wish to know, if the DataSource component works with postgresql's schema, because I try to use it and don't work. I modificated DataBase Example, changed in the DataSource2 property, table : color = test.color, test is the schema's name and in the other DataSource1 I changed Table :test =

Re: [Gambas-user] Feature request

2010-05-25 Thread Benoît Minisini
I wondered if there was any easy way to find a file (class/form/module) in ones code tree. Maybe this feature already exists in gambas3 As I've hundreds of forms, classes and modules, I've got to the point where I occasinally 'mislay' one. Yes I know I can search my HDD easily with

Re: [Gambas-user] [Gambas-devel-svn] SF.net SVN: ga mbas:[2963] gambas/branches/2.0/app/src/gambas2

2010-05-25 Thread Benoît Minisini
Salut Benoît, got an error now, send you the logs This is a libtool problem apparently. Which version of libtool do you use? -- Benoît Minisini -- ___ Gambas-user

Re: [Gambas-user] [Gambas-devel-svn] SF.net SVN: gambas:[2963] gambas/branches/2.0/app/src/gambas2

2010-05-25 Thread Charlie Reinl
Am Dienstag, den 25.05.2010, 15:16 +0200 schrieb Benoît Minisini: Salut Benoît, got an error now, send you the logs This is a libtool problem apparently. Which version of libtool do you use? [libtool] ltmain.sh (GNU libtool) 1.5.26 Debian 1.5.26-1ubuntu1 (1.1220.2.493 2008/02/01

Re: [Gambas-user] [Gambas-devel-svn] SF.net SVN: gambas:[2963] gambas/branches/2.0/app/src/gambas2

2010-05-25 Thread Benoît Minisini
Am Dienstag, den 25.05.2010, 15:16 +0200 schrieb Benoît Minisini: Salut Benoît, got an error now, send you the logs This is a libtool problem apparently. Which version of libtool do you use? [libtool] ltmain.sh (GNU libtool) 1.5.26 Debian 1.5.26-1ubuntu1 (1.1220.2.493

[Gambas-user] Help with redirecting stdout of the GNU shred command (SHELL/EXEC)

2010-05-25 Thread vikram
Hi, I am new to Gambas and this is my first application. I have been working with C/VC++ and Gambas has been fun so far except for this little problem i've run into...   I am trying to make a GUI front end for the GNU shred command. I have got to the stage where the user can select a file via GUI