On wo, 2012-04-04 at 01:53 +0200, Willy Raets wrote:
> Oh..and you need components:
> - gb.net
> - gb.net.curl
> to make it work...
>
> Good luck,
>
> Willy
>
> On wo, 2012-04-04 at 01:49 +0200, Willy Raets wrote:
> > On wo, 2012-04-04 at 00:44 +0200, Willy Raets wrote:
> > > Try this:
> > >
>
Oh..and you need components:
- gb.net
- gb.net.curl
to make it work...
Good luck,
Willy
On wo, 2012-04-04 at 01:49 +0200, Willy Raets wrote:
> On wo, 2012-04-04 at 00:44 +0200, Willy Raets wrote:
> > Try this:
> >
> > Dim sSourcePath, sCopyPath As String
> > sSourcePath = "http://mydomain/test"
On wo, 2012-04-04 at 00:44 +0200, Willy Raets wrote:
> Try this:
>
> Dim sSourcePath, sCopyPath As String
> sSourcePath = "http://mydomain/test";
> sCopyPath = User.Home & "/Test"
> If Not(Exist(sCopyPath) Then
>MKDIR sCopyPath
> Endif
> sCopyPath = sCopyPath & "/test"
> If Exist(sCopyPath) Th
Try this:
Dim sSourcePath, sCopyPath As String
sSourcePath = "http://mydomain/test";
sCopyPath = User.Home & "/Test"
If Not(Exist(sCopyPath) Then
MKDIR sCopyPath
Endif
sCopyPath = sCopyPath & "/test"
If Exist(sCopyPath) Then
KILL sCopyPath
Endif
DownloadFile(sSourcePath)
PUBLIC SUB Downloa
On 04/03/2012 02:02 PM, Bruce Bruen wrote:
> It would be good to offer the option to keep a duplicate copy of html
> directory as a personal html directory that does not get over written
> when new versions of gambas are installed.
About this in the past i proposed a feature for Gambas help syste
On 3/21/12, sundar_ima wrote:
>
> I am creating an application which calls bash scripts many time with
> sudo/root privilege. Though i can execute bash script with either kdesu or
> gksu, it asks password many times. Instead it would be nice if any one help
> me on opening an application with sudo
On Tue, 2012-04-03 at 20:32 +0930, Bruce Bruen wrote:
> On Tue, 2012-04-03 at 10:09 +0100, jm wrote:
> > On Wed, 2012-03-28 at 15:40 +0300, Demosthenes Koptsis wrote:
> > > These days i started to test Visual Studio Express 2010 to compare it
> > > with Gambas3.
> > >
> > > Does anyone have any e
No problem, I will try to make a patch based on the diff2 file. I won't have
time until tomorrow noon, but I will definitely do it. Thanks for your help
-Original Message-
From: gam...@googlecode.com
Date: Tue, 03 Apr 2012 11:19:38
To:
Reply-To: codesite-nore...@google.com,
maili
Comment #4 on issue 229 by adamn...@gmail.com: Creating an installable
package for a component with autotools uses wrong directories
http://code.google.com/p/gambas/issues/detail?id=229
Good!
If you have gone though the history of 143, you'll see that I wasn't too
sure of diff2 as, like Benoi
On Tue, 2012-04-03 at 10:09 +0100, jm wrote:
> On Wed, 2012-03-28 at 15:40 +0300, Demosthenes Koptsis wrote:
> > These days i started to test Visual Studio Express 2010 to compare it
> > with Gambas3.
> >
> > Does anyone have any experience with VB Studio Express ?
> >
> > Are there any characte
Comment #3 on issue 229 by sebi...@gmail.com: Creating an installable
package for a component with autotools uses wrong directories
http://code.google.com/p/gambas/issues/detail?id=229
I think it is. The diff2 tries to fix the problem, but the creator deleted
both the prefix and DESTDIR varia
On Wed, 2012-03-28 at 15:40 +0300, Demosthenes Koptsis wrote:
> These days i started to test Visual Studio Express 2010 to compare it
> with Gambas3.
>
> Does anyone have any experience with VB Studio Express ?
>
> Are there any characteristics that may be we wanted to see in Gambas3 ?
>
> Than
Comment #2 on issue 229 by adamn...@gmail.com: Creating an installable
package for a component with autotools uses wrong directories
http://code.google.com/p/gambas/issues/detail?id=229
Is this similar/related to issue #143?
13 matches
Mail list logo