> 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 ..
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
> 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
> 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
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
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
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-
> 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
> 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
> 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
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
11 matches
Mail list logo