Re: [Gambas-user] Issue 407 in gambas: Gambas doesn't compile on Debian Wheezy

2013-02-16 Thread gambas
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

Re: [Gambas-user] Issue 406 in gambas: Bug in project form design: the forms are not visibles!

2013-02-16 Thread gambas
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

Re: [Gambas-user] gb.args - a question

2013-02-16 Thread Bruce
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

Re: [Gambas-user] Problems working with FTPClient

2013-02-16 Thread Benoît Minisini
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

Re: [Gambas-user] Issue 406 in gambas: Bug in project form design: the forms are not visibles!

2013-02-16 Thread gambas
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

Re: [Gambas-user] Issue 407 in gambas: Gambas doesn't compile on Debian Wheezy

2013-02-16 Thread gambas
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

[Gambas-user] Issue 407 in gambas: Gambas doesn't compile on Debian Wheezy

2013-02-16 Thread gambas
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

Re: [Gambas-user] Paint.Begin() and printer.print

2013-02-16 Thread Benoît Minisini
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

Re: [Gambas-user] Problems working with FTPClient

2013-02-16 Thread Tobias Boege
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

Re: [Gambas-user] Problems working with FTPClient

2013-02-16 Thread Tobias Boege
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

[Gambas-user] Issue 406 in gambas: Bug in project form design: the forms are not visibles!

2013-02-16 Thread gambas
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

[Gambas-user] gb.pcre behaviour with Gambas3

2013-02-16 Thread Ron
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+)\

Re: [Gambas-user] Problems working with FTPClient

2013-02-16 Thread Benoît Minisini
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"]).

Re: [Gambas-user] Problems working with FTPClient

2013-02-16 Thread Tobias Boege
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

Re: [Gambas-user] gb.net.curl FTPClient crash

2013-02-16 Thread Benoît Minisini
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([""]) >>> --

Re: [Gambas-user] Problems working with FTPClient

2013-02-16 Thread Benoît Minisini
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.

Re: [Gambas-user] Problems working with FTPClient

2013-02-16 Thread Benoît Minisini
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

Re: [Gambas-user] gb.net.curl FTPClient crash

2013-02-16 Thread Tobias Boege
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

[Gambas-user] Problems working with FTPClient

2013-02-16 Thread Tobias Boege
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

Re: [Gambas-user] Complex Extra Dependency

2013-02-16 Thread RICHARD WALKER
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

Re: [Gambas-user] gb.net.curl FTPClient crash

2013-02-16 Thread Benoît Minisini
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

[Gambas-user] gb.net.curl FTPClient crash

2013-02-16 Thread Tobias Boege
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 ---

Re: [Gambas-user] gb.args - a question

2013-02-16 Thread Willy Raets
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

Re: [Gambas-user] MySQLExample

2013-02-16 Thread Benoît Minisini
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

Re: [Gambas-user] gb.args - a question

2013-02-16 Thread Tobias Boege
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 &