Re: [Gambas-user] Blanks in filename and path, problems with shell

2010-05-30 Thread Benoît Minisini
> I just make each file name encapsulated with ' eg if i would like to > use > > /home/steven/My Documents/some.txt > > as a location I would do > > path = "'/home/steven/My Documents/some.txt'" > > and the > the shell cmd will work correctly like this > > cmd = "gedit " & path > shell cmd ..

Re: [Gambas-user] Blanks in filename and path, problems with shell

2010-05-30 Thread Steven James Drinnan
I just make each file name encapsulated with ' eg if i would like to use /home/steven/My Documents/some.txt as a location I would do path = "'/home/steven/My Documents/some.txt'" and the the shell cmd will work correctly like this cmd = "gedit " & path shell cmd remember shell is just

Re: [Gambas-user] Licensing programs created with GAMBAS

2010-05-30 Thread Benoît Minisini
> I'm working on a GAMBAS program and want to allow it to be distributed > freely but not used for commercial purposes without paying a licensing > fee. The program uses GTK, not Qt, so the usual Qt licensing issues > shouldn't apply here. Is this possible, or do all GAMBAS programs (source > or co

Re: [Gambas-user] Bug in Gambas2 packager

2010-05-30 Thread Benoît Minisini
> ouch old bug from the ubuntu staff... tell them > Yes. The name of a package is "gambas2" followed by the name of the component, the points being replaced by dashes. So: gb.db.sqlite3 => gambas2-gb-db-sqlite3. Without following that scheme, the IDE packager cannot work. The names must match

[Gambas-user] Licensing programs created with GAMBAS

2010-05-30 Thread kevinfishburne
I'm working on a GAMBAS program and want to allow it to be distributed freely but not used for commercial purposes without paying a licensing fee. The program uses GTK, not Qt, so the usual Qt licensing issues shouldn't apply here. Is this possible, or do all GAMBAS programs (source or compiled) n

Re: [Gambas-user] Bug in Gambas2 packager

2010-05-30 Thread Fabien Bodard
ouch old bug from the ubuntu staff... tell them 2010/5/30 EA7DFH : > Hi > > Gambas2 SVN #2972, Ubuntu 10.04 > > I think this is an old bug, or perhaps a regression? > > When a project which uses the gb.db.sqlite3 component, generated deb > packages (at least the Ubuntu ones) has a typo in such dep

[Gambas-user] Bug in Gambas2 packager

2010-05-30 Thread EA7DFH
Hi Gambas2 SVN #2972, Ubuntu 10.04 I think this is an old bug, or perhaps a regression? When a project which uses the gb.db.sqlite3 component, generated deb packages (at least the Ubuntu ones) has a typo in such dependency in the "control" file: gambas2-gb-db-sqlite3 (>= 1.9.48), gambas2-gb-db-

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

2010-05-30 Thread marco bra
> I think that the problem comes form a missing newline: can anyone try with > revision #2982 to confirm or not? Tested on Ubuntu with Thunderbird Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a5pre) Gecko/20100530 Shredder/3.2a1pre Now it works...! Many thanks Marco -- Linux In

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

2010-05-30 Thread Benoît Minisini
> Il giorno lun, 24/05/2010 alle 15.20 +0200, Benoît Minisini ha scritto: > > > 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

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

2010-05-30 Thread Benoît Minisini
> Il giorno gio, 27/05/2010 alle 14.46 +0200, marco bra ha scritto: > > Ok i have posted all tests to you. > > > > As you can see also Evolution ( and also Outlook) loose attached file > > (the file is in the message source ) but it isn't able to open > > attachment. > > When smtp class generated

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

2010-05-30 Thread Leonardo Miliani
Il giorno gio, 27/05/2010 alle 14.46 +0200, marco bra ha scritto: > Ok i have posted all tests to you. > > As you can see also Evolution ( and also Outlook) loose attached file > (the file is in the message source ) but it isn't able to open > attachment. > When smtp class generated message have b