Re: [Gambas-user] IDE :: A proposition to visual optimization

2010-09-26 Thread Daniel Rojas
ond line is truncatd. I know that my > english is poor, so, let me explain with the attached image. > > Regards. > > Daniel Rojas The bug should be fixed in revision #3240. Regards, -- Benoît Minisini --

Re: [Gambas-user] Compiling gambas3

2010-09-26 Thread Daniel Rojas
Thanks Fabien. :-) -Original Message- From: Fabien Bodard Sent: Sábado, 25 de Septiembre de 2010 06:14 To: mailing list for gambas users Subject: Re: [Gambas-user] Compiling gambas3 it is overwritted 2010/9/24 Lord Quo : >        Thanks, but I actually have installed gambas3 revision 3

Re: [Gambas-user] Ubuntu 9.04 - I have error while compiling gambas 3

2010-09-09 Thread Daniel Rojas
Ok, give few minutes to generate de output. Thanks. Daniel Quintero desde la Ciudad de México On Thu, Sep 9, 2010 at 4:25 PM, Jussi Lahtinen wrote: > (./configure -C) > output.txt 2>&1 > > Jussi > -- Automate Sto

Re: [Gambas-user] Ubuntu 9.04 - I have error while compiling gambas 3

2010-09-09 Thread Daniel Rojas
o On Thu, Sep 9, 2010 at 1:35 PM, Jussi Lahtinen wrote: > Instead of "./configure" try "./configure -C". > > Jussi > > On Thu, Sep 9, 2010 at 18:30, Daniel Rojas wrote: > > > Hi all, I'm tryinh to compile gamba3, revision 3203. I do this:

Re: [Gambas-user] Ubuntu 9.04 - I have error while compiling gambas 3

2010-09-09 Thread Daniel Rojas
Mmm, I following the instructions of this page and i intalled everything and followed all steps, but the error still exists. I'm sure that something is missing, but a can't discover what. Any other idea? Thanks Fabien. Daniel Quintero desde la Ciudad de México On Thu, Sep 9, 2010

[Gambas-user] Ubuntu 9.04 - I have error while compiling gambas 3

2010-09-09 Thread Daniel Rojas
Hi all, I'm tryinh to compile gamba3, revision 3203. I do this: $ mkdir gambas3 $ cd gambas3 $ mkdir trunk $ svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/ . . . Revisión obtenida: 3203 $ cd trunk $ ./reconf-all $ ./configure $ make And then I have this error

[Gambas-user] Question about collections and inheritance

2010-08-27 Thread Daniel Rojas
Hi all. I'm trying to code a very basic Xml Excel Generator, and I'm workin with a collection. This is my code: ' Gambas class file Inherits Collection Public Function Add($ID As String) As Style Dim $style As New Style($ID) Super.Add($style, $ID) Return $style End Public Funct

Re: [Gambas-user] How to create a web site with Gambas

2009-02-23 Thread Daniel Rojas
Thanks! Daniel Quintero desde la Ciudad de México On Sat, Feb 21, 2009 at 3:38 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > > Just install a Gambas executable as CGI script, and use the gb.web > component. > You will get methods from the gb.web component to get the request an

Re: [Gambas-user] How to create a web site with Gambas

2009-02-23 Thread Daniel Rojas
Thanks! Daniel Quintero desde la Ciudad de México On Sat, Feb 21, 2009 at 11:56 AM, nando wrote: > Although I've never used Gambas for a website, > And I would like to soon... > It would be something like this: > > Apache would have to be configured to invoke Gambas when Apach found > a pa

Re: [Gambas-user] How to create a web site with Gambas

2009-02-20 Thread Daniel Rojas
only choose an option, give some filters (date, product category, etc.) and get the CSV report. Thanks. Daniel Quintero desde la Ciudad de México On Fri, Feb 20, 2009 at 5:39 PM, Frank Cox wrote: > On Fri, 20 Feb 2009 17:17:46 -0600 > Daniel Rojas wrote: > > > Anibody wants h

Re: [Gambas-user] How to create a web site with Gambas

2009-02-20 Thread Daniel Rojas
Anibody wants help me? Daniel Quintero desde la Ciudad de México On Tue, Feb 17, 2009 at 12:33 PM, Daniel Rojas wrote: >Hi all. > >I'm a begginer with Gambas and I want to create a web site whit it, but > I don't know how to start. Can somebody help me? >

[Gambas-user] How to create a web site with Gambas

2009-02-17 Thread Daniel Rojas
Hi all. I'm a begginer with Gambas and I want to create a web site whit it, but I don't know how to start. Can somebody help me? Thanks. Daniel Quintero desde la Ciudad de México -- Open Source Business Conferen

[Gambas-user] Question about ODBC drivers

2009-01-07 Thread Daniel Rojas
Hi all, I'm newbie in Gambas. I use Ubuntu 8.10 and I connect to a IBM Redbrick Warehouse database with an JDBC driver. I didn't found any ODBC driver for Redbrick on Linux. Anybody knowns is there is an ODBC driver that connects to an JDBC driver? Sorry my english. Regards.