Comment #2 on issue 407 by phber...@gmail.com: Gambas doesn't compile on
Debian Wheezy
http://code.google.com/p/gambas/issues/detail?id=407
Bonjour,
Merci de la r�ponse.
J'ai proc�d� comme indiqu�. Le fichier output est joint (complet,
j'esp�re...).
Philippe
Le 17/02/2013 10:36, gam...@goog
Comment #2 on issue 406 by marearoj...@gmail.com: Bug in project form
design: the forms are not visibles!
http://code.google.com/p/gambas/issues/detail?id=406
Wow! I've not write this revision number!
I dont know the revision number but I'm sure that is the last version (3.4).
Thank you
--
Y
On Sat, 2013-02-16 at 16:31 +0100, Willy Raets wrote:
> On Sat, 2013-02-16 at 14:51 +0100, Tobias Boege wrote:
> > On Sat, 16 Feb 2013, Willy Raets wrote:
> > > Okay Bruce,
> > >
> > > Thanks again, you got me on the right track and I got it solved showing
> > > me about info without launching the
Le 16/02/2013 21:47, Tobias Boege a écrit :
> On Sat, 16 Feb 2013, Tobias Boege wrote:
>> On Sat, 16 Feb 2013, Beno?t Minisini wrote:
>>> Le 16/02/2013 20:33, Tobias Boege a ?crit :
> libcurl uses passive mode by default apparently.
>
> And you must not use sockets to deal with FtpClien
Updates:
Status: NeedsInfo
Labels: -Version Version-3.4.0
Comment #1 on issue 406 by benoit.m...@gmail.com: Bug in project form
design: the forms are not visibles!
http://code.google.com/p/gambas/issues/detail?id=406
r1234 is not the valid revision version. Please send a project
Updates:
Status: NeedsInfo
Comment #1 on issue 407 by benoit.m...@gmail.com: Gambas doesn't compile on
Debian Wheezy
http://code.google.com/p/gambas/issues/detail?id=407
It seems to be an authorization problem on your disk. Please recompile from
scratch as a normal user in a new direc
Status: New
Owner:
Labels: Version-3.4.0 Type-Other Priority-Medium OpSys-Linux Dist-Debian
Arch-X86-64 Desktop-Gnome GUI-QT4
New issue 407 by phber...@gmail.com: Gambas doesn't compile on Debian Wheezy
http://code.google.com/p/gambas/issues/detail?id=407
1) Failed to compile Gambas on Deb
Le 12/02/2013 00:07, Benoît Minisini a écrit :
> Le 11/02/2013 21:19, Charlie Reinl a écrit :
>>
>> Sorry, but do you have news about that!
>> The example is attached on the mail sent 15.01.2013.
>>
>
> Sorry, I didn't mark your mail as important, so I forgot to look at it...
>
OK, I looked at you
On Sat, 16 Feb 2013, Tobias Boege wrote:
> On Sat, 16 Feb 2013, Beno?t Minisini wrote:
> > Le 16/02/2013 20:33, Tobias Boege a ?crit :
> > >> libcurl uses passive mode by default apparently.
> > >>
> > >> And you must not use sockets to deal with FtpClient. FtpClient is the
> > >> object you have t
On Sat, 16 Feb 2013, Beno?t Minisini wrote:
> Le 16/02/2013 20:33, Tobias Boege a ?crit :
> >> libcurl uses passive mode by default apparently.
> >>
> >> And you must not use sockets to deal with FtpClient. FtpClient is the
> >> object you have to read in asynchronous mode.
> >
> > OK. I see the tr
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 406 by marearoj...@gmail.com: Bug in project form design: the
forms are not visibles!
http://code.google.com/p/gambas/issues/detail?id=406
In te project form design the f
Hi,
I noticed that the behavior of the gb.pcre component has changed in
Gambas3 compared to Gambas2.
This use to work:
PRIVATE FUNCTION GetData(sRaw AS String) AS String[]
DIM rReg AS NEW Regexp
DIM aMatches AS NEW String[]
DIM sTmp AS String
sTmp = sRaw
rReg.Compile("\x03\x03(\\w+)\
Le 16/02/2013 20:33, Tobias Boege a écrit :
>> libcurl uses passive mode by default apparently.
>>
>> And you must not use sockets to deal with FtpClient. FtpClient is the
>> object you have to read in asynchronous mode.
>
> OK. I see the transfer delay in my application when using Exec(["LIST"]).
On Sat, 16 Feb 2013, Beno?t Minisini wrote:
> Le 16/02/2013 20:00, Beno?t Minisini a ?crit :
> > Le 16/02/2013 19:16, Tobias Boege a ?crit :
> >> Hi,
> >>
> >> I have huge trouble working with the FTPClient.Exec() method (sanely)
> >> when
> >> it comes to data transfer.
> >>
> >> My goal is to get
Le 16/02/2013 19:57, Tobias Boege a écrit :
> On Sat, 16 Feb 2013, Beno?t Minisini wrote:
>> Le 16/02/2013 17:03, Tobias Boege a ?crit :
>>> Hi Daniel,
>>>
>>> if I give an empty array to the FTPClient.Exec() method:
>>>
>>> --8<---
>>> Dim h As New FTPClient
>>>
>>> h.Exec([""])
>>> --
Le 16/02/2013 20:00, Benoît Minisini a écrit :
> Le 16/02/2013 19:16, Tobias Boege a écrit :
>> Hi,
>>
>> I have huge trouble working with the FTPClient.Exec() method (sanely)
>> when
>> it comes to data transfer.
>>
>> My goal is to get the directory contents of the root directory, for
>> example.
Le 16/02/2013 19:16, Tobias Boege a écrit :
> Hi,
>
> I have huge trouble working with the FTPClient.Exec() method (sanely) when
> it comes to data transfer.
>
> My goal is to get the directory contents of the root directory, for example.
> This is accomplished using the LIST command which is not i
On Sat, 16 Feb 2013, Beno?t Minisini wrote:
> Le 16/02/2013 17:03, Tobias Boege a ?crit :
> > Hi Daniel,
> >
> > if I give an empty array to the FTPClient.Exec() method:
> >
> > --8<---
> > Dim h As New FTPClient
> >
> > h.Exec([""])
> > --8<---
> >
> > the interpreter gets
Hi,
I have huge trouble working with the FTPClient.Exec() method (sanely) when
it comes to data transfer.
My goal is to get the directory contents of the root directory, for example.
This is accomplished using the LIST command which is not implemented in
FTPClient, so one must use Exec(). The pro
On 14/02/2013, Benoît Minisini wrote:
> Le 14/02/2013 19:00, John Rose a écrit :
>> Tobi,
>>
>> I wanted to see if anyone had run into this issue before. That was why I
>> was vague.
>>
>> If I create the installation package without specifying gnome-panel as
>> an Extra Dependency but run 'sudo a
Le 16/02/2013 17:03, Tobias Boege a écrit :
> Hi Daniel,
>
> if I give an empty array to the FTPClient.Exec() method:
>
> --8<---
> Dim h As New FTPClient
>
> h.Exec([""])
> --8<---
>
> the interpreter gets a segfault. I think you should either warn or do
> nothing in this c
Hi Daniel,
if I give an empty array to the FTPClient.Exec() method:
--8<---
Dim h As New FTPClient
h.Exec([""])
--8<---
the interpreter gets a segfault. I think you should either warn or do
nothing in this case.
Regards,
Tobi
---
On Sat, 2013-02-16 at 14:51 +0100, Tobias Boege wrote:
> On Sat, 16 Feb 2013, Willy Raets wrote:
> > Okay Bruce,
> >
> > Thanks again, you got me on the right track and I got it solved showing
> > me about info without launching the application.
> >
> > Here is how I did it:
> >
> > Public Sub M
Le 14/02/2013 18:28, Christer Johansson a écrit :
>
> Anyone else having problem with the MySQLExample 3.0.90 included in 3.3.4?
>
> When trying to connect to the server I get an error saying...
>
>File already exists
>
> and after I press OK on that dialog it says...
>
>modMain.Main.41::'F
On Sat, 16 Feb 2013, Willy Raets wrote:
> Okay Bruce,
>
> Thanks again, you got me on the right track and I got it solved showing
> me about info without launching the application.
>
> Here is how I did it:
>
> Public Sub Main()
>
> Dim bAOption As Boolean
> Args.Begin(Application.Name &
25 matches
Mail list logo