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

2009-08-01 Thread Benoît Minisini
> I have a failure with a long integer: > > > DIM IntMyNumber AS Long > > IntMyNumber = 90 * 89 * 88 * 87 * 86 * 85 > PRINT IntMyNumber > > returns 1605934816 > > > Bash returns the correct value: > > echo $[90*89*88*87*86*85] > > 448282533600 (that is l

[Gambas-user] test mail

2009-08-01 Thread Stefano Palmeri
-- 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 application coding. Discover what's new

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

2009-08-01 Thread Stefano Palmeri
I have a failure with a long integer: DIM IntMyNumber AS Long IntMyNumber = 90 * 89 * 88 * 87 * 86 * 85 PRINT IntMyNumber returns 1605934816 Bash returns the correct value: echo $[90*89*88*87*86*85] 448282533600 (that is less than 9.223.372.036.85

Re: [Gambas-user] Compiling gambas3 revision 2202

2009-08-01 Thread Benoît Minisini
> I get this error compiling revision 2202, on revision 2201 everything was > ok > > Making all in debug > make[5]: Entering directory `/home/gael/Sources/c++/gambas3/main/lib/debug' > /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. > -I../.. -I../../share -I../../gbx -D_REE

[Gambas-user] Compiling gambas3 revision 2202

2009-08-01 Thread Gaël Le Hec'H
I get this error compiling revision 2202, on revision 2201 everything was ok Making all in debug make[5]: Entering directory `/home/gael/Sources/c++/gambas3/main/lib/debug' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../share -I../../gbx -D_REENTRANT -I../.

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

2009-08-01 Thread David Villalobos Cambronero
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 -- Let Crystal R

Re: [Gambas-user] CGI program in Gambas

2009-08-01 Thread Olivier Cruilles
In real, I saw a little example for how to use it but all try I made produce the same error over Apache server. I understand how to use scripting like asp but I don't know how to use gb.web in gambas cgi script. Le 1 août 09 à 17:25, Benoît Minisini a écrit : >> Hello Benoit, >> >> >> I would

Re: [Gambas-user] CGI program in Gambas

2009-08-01 Thread Benoît Minisini
> Hello Benoit, > > > I would rewrite some cgi Unix script in Gambas language but I don't > find any documentation > to begin this project. > > Can you give me an example of how to write in this king of Gambas > project please ? > > Thank you in advance. > > > > Olivier Cruilles > Mail: linu...@clu

[Gambas-user] CGI program in Gambas

2009-08-01 Thread Olivier Cruilles
Hello Benoit, I would rewrite some cgi Unix script in Gambas language but I don't find any documentation to begin this project. Can you give me an example of how to write in this king of Gambas project please ? Thank you in advance. Olivier Cruilles Mail: linu...@club-internet.fr

Re: [Gambas-user] Where to find this in the IDE code

2009-08-01 Thread Benoît Minisini
> Hi, > > I want to configure my toolbar and would like to use the method in the IDE > with the popup like shown in the picture, but i can't find it in the IDE > code to use as a sample. > > I've looked at all the forms and not there, perhaps is generated in code. > > Anyone know, could find?? > >

[Gambas-user] Where to find this in the IDE code

2009-08-01 Thread richard terry
Hi, I want to configure my toolbar and would like to use the method in the IDE with the popup like shown in the picture, but i can't find it in the IDE code to use as a sample. I've looked at all the forms and not there, perhaps is generated in code. Anyone know, could find?? Regards Richard

Re: [Gambas-user] IDE pop up help 2196

2009-08-01 Thread richard terry
On Sat, 1 Aug 2009 07:15:02 pm you wrote: > corrected ! in rev 2201 > > 2009/8/1 Fabien Bodard : > > i will look at that tomarow > > > > 2009/7/30 richard terry : > >> No longer pops up when swiped but loads the help page into a browser, so > >> one soon gets dozens of individual browser pages, I t

Re: [Gambas-user] IDE pop up help 2196

2009-08-01 Thread Fabien Bodard
corrected ! in rev 2201 2009/8/1 Fabien Bodard : > i will look at that tomarow > > 2009/7/30 richard terry : >> No longer pops up when swiped but loads the help page into a browser, so one >> soon gets dozens of individual browser pages, I think the in-ide-way was >> better. >> >> Richard >> >> --