Re: [Gambas-user] Column auto reseize in tables views.

2009-08-02 Thread Benoît Minisini
> Il domenica 2 agosto 2009 11:54:12 Benoît Minisini ha scritto: > > > Il sabato 1 agosto 2009 19:36:51 David Villalobos Cambronero ha scritto: > > > > Hi all, > > > > > > > > How can I automaticly auto resize the column width of my gridview or > > > > tableview. I mean, when I show the view, I wan

Re: [Gambas-user] Column auto reseize in tables views.

2009-08-02 Thread Stefano Palmeri
Il domenica 2 agosto 2009 11:54:12 Benoît Minisini ha scritto: > > Il sabato 1 agosto 2009 19:36:51 David Villalobos Cambronero ha scritto: > > > Hi all, > > > > > > How can I automaticly auto resize the column width of my gridview or > > > tableview. I mean, when I show the view, I want all the co

Re: [Gambas-user] Column auto reseize in tables views.

2009-08-02 Thread Pino Zollo
Il domenica 2 agosto 2009 05:54:12 Benoît Minisini ha scritto: > > Il sabato 1 agosto 2009 19:36:51 David Villalobos Cambronero ha scritto: > > > Hi all, > > > > > > How can I automaticly auto resize the column width of my gridview or > > > tableview. I mean, when I show the view, I want all the co

Re: [Gambas-user] Column auto reseize in tables views.

2009-08-02 Thread Benoît Minisini
> Il sabato 1 agosto 2009 19:36:51 David Villalobos Cambronero ha scritto: > > Hi all, > > > > How can I automaticly auto resize the column width of my gridview or > > tableview. I mean, when I show the view, I want all the columns adjusted > > to the cell content. > > > > Regards > > > > > > -- >

Re: [Gambas-user] Compiling gambas3 revision 2202

2009-08-02 Thread Gaël Le Hec'H
Yes ! Benoit. Sincerely, Gaël -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core applicati

Re: [Gambas-user] CGI program in Gambas

2009-08-02 Thread Olivier Cruilles
Benoit, I prefer use the gb.web component but I don't know how to start. So an example in this way will be great. Thank you. Le 1 août 09 à 17:25, Benoît Minisini a écrit : >> Hello Benoit, >> >> >> I would rewrite some cgi Unix script in Gambas language but I don't >> find any documentation >

Re: [Gambas-user] Column auto reseize in tables views.

2009-08-02 Thread Stefano Palmeri
Il sabato 1 agosto 2009 19:36:51 David Villalobos Cambronero ha scritto: > Hi all, > > How can I automaticly auto resize the column width of my gridview or > tableview. I mean, when I show the view, I want all the columns adjusted to > the cell content. > > Regards > > > -- > David You can't auto

Re: [Gambas-user] what's wrong with this long integer?

2009-08-02 Thread Stefano Palmeri
Il domenica 2 agosto 2009 01:00:59 Benoît Minisini ha scritto: > > I have a failure with a long integer: > > > > > > DIM IntMyNumber AS Long > > > > IntMyNumber = 90 * 89 * 88 * 87 * 86 * 85 > > PRINT IntMyNumber > > > > returns 1605934816 > > > > > > Ba