Re: [Gambas-user] Gambas API of ALSA

2010-05-24 Thread Ru Vuott
Hello, you said I can use not ALSA, but use the midi port device file. Well, the new questions are: 1) must I to send the midi-values to /dev/midi for playing midi ? Is that enough ? 2) on /dev I see a name port: sequencer. Is this the port I must use ? In short, ...what's name of port

Re: [Gambas-user] Gambas API of ALSA

2010-05-24 Thread Laurent Carlier
Le lundi 24 mai 2010 13:44:53, Ru Vuott a écrit : Hello, you said I can use not ALSA, but use the midi port device file. Well, the new questions are: 1) must I to send the midi-values to /dev/midi for playing midi ? Is that enough ? 2) on /dev I see a name port: sequencer. Is this

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

2010-05-24 Thread marco bra
Hi all, with with gambas 2.20 cannot create useful mail body message if i have also attach a file to a message all work fine if i sent only the body message or the attached file. I supposed there must be a bug about this... Do you have a working full tested example code to play with... ? Many

Re: [Gambas-user] Gambas3: error with ODBC

2010-05-24 Thread Leonardo Miliani
Il giorno ven, 21/05/2010 alle 13.23 +0200, Benoît Minisini ha scritto: Il giorno sab, 15/05/2010 alle 23.13 +0200, Benoît Minisini ha scritto: Gambas 3, 64 bit version. During the connection setup with an ODBC database everything goes right, but when I try to exec a query with

Re: [Gambas-user] Gambas3: error with ODBC

2010-05-24 Thread Benoît Minisini
Il giorno ven, 21/05/2010 alle 13.23 +0200, Benoît Minisini ha scritto: Il giorno sab, 15/05/2010 alle 23.13 +0200, Benoît Minisini ha scritto: Gambas 3, 64 bit version. During the connection setup with an ODBC database everything goes right, but when I try to exec a query with

Re: [Gambas-user] not very important but I do not understand why

2010-05-24 Thread Jussi Lahtinen
Way to reproduce bug on Gambas 3 rev 2945 @ Ubuntu 10.04 64bit; 1. Create class. 2. Add two public variables to it, and do NOT press enter after last line of code (Public VarName2 as Something). Auto completion works with VarName2 only if you have pressed enter after last line, otherwise

Re: [Gambas-user] not very important but I do not understand why

2010-05-24 Thread Charlie Reinl
Salut, found additional: - when I move the function BussUndBettag to first function in the file, BussUndBettag is the only in Auto completion. - set a dummy function between Ostersonntag and BussUndBettag and I saw both, but not the one in the middle. - when I move the dummy to the end, I see

[Gambas-user] SOLVED Re: not very important but I do not understand why

2010-05-24 Thread Charlie Reinl
Salut, playing around a bit more, I found out/saw the disturber. The FUNCTION behind END (that closes the function), that works well in gambas3, don't throw an error on gambas2 but is disturbing the Auto completion Amicalement Charlie Am Montag, den 24.05.2010, 17:31 +0200 schrieb Charlie

Re: [Gambas-user] Gambas API of ALSA

2010-05-24 Thread Ru Vuott
Thank you very much. Now the problem is how I can use those information with Gambas !!! :-( Bye Paolo --- Lun 24/5/10, Laurent Carlier lordhea...@gmail.com ha scritto: Da: Laurent Carlier lordhea...@gmail.com Oggetto: Re: [Gambas-user] Gambas API of ALSA A: mailing list for gambas

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

2010-05-24 Thread Jorge Amarilla
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 =