Re: [Gambas-user] Ask about gambas runtime

2009-01-28 Thread Ron_1st
On Wednesday 28 January 2009, Leo Sendra wrote: Hi all... I have a gambas program. I develop it using Gambas2.7 on Ubuntu 8.04. I make an installation package, so the program can be install in other Ubuntu 8.04 computer. I have made an installation package (deb package) and I install it

[Gambas-user] Make return: Without rules to process target `c_color.lo`, necessary for `gb.image.la`. Stop

2009-01-28 Thread Wellington de Souza Pinto
Hi everyone!!! My make return erro and stop. Any idea??? Best Reguards, CImageStat.lo CImageStat.c gcc -DHAVE_CONFIG_H -I. -I../.. -I../../share -I../../libltdl -pipe -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os -MT CImageStat.lo -MD -MP -MF .deps/CImageStat.Tpo -c

Re: [Gambas-user] Make return: Without rules to process target `c_color.lo`, necessary for `gb.image.la`. Stop

2009-01-28 Thread Ron_1st
On Wednesday 28 January 2009, Wellington de Souza Pinto wrote: Hi everyone!!! My make return erro and stop. Any idea??? Best Reguards, CImageStat.lo CImageStat.c gcc -DHAVE_CONFIG_H -I. -I../.. -I../../share -I../../libltdl -pipe -Wall -Wno-unused-value -fsigned-char

Re: [Gambas-user] make install errors

2009-01-28 Thread Benoit Minisini
On mercredi 28 janvier 2009, Ron_1st wrote: svn 1825 then mv -f .deps/CImageStat.Tpo .deps/CImageStat.Plo; else rm -f .deps/CImageStat.Tpo; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../share -I../../libltdl -pipe -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g

Re: [Gambas-user] ServerSocket application without Forms

2009-01-28 Thread Benoit Minisini
On mardi 27 janvier 2009, Jose J. Rodriguez wrote: Is it possible to use ServerSocket in an applciation without Forms? I have been placed all the code in the Main Module and though I get a connection, the _Connection event does not seem to fire. Regards, Joe1962 Of course. You just must

[Gambas-user] Slow GridVIew creation

2009-01-28 Thread mohareve
This is an excerpt from my program: visszhang = DBconX.Exec(quert) FOR EACH visszhang nev.Add(visszhang!FName) ut.Add(visszhang!FPath) nagy.Add(Round(visszhang!FSize / 1048576, -2)) mikor.Add(visszhang!FChanged) kotet.Add(point) NEXT dis = nev.Count gV.Rows.Count = dis FOR i = 0 TO dis - 1 gV[i,

Re: [Gambas-user] make install errors

2009-01-28 Thread Ron_1st
On Wednesday 28 January 2009, Benoit Minisini wrote: On mercredi 28 janvier 2009, Ron_1st wrote: svn 1825 then mv -f .deps/CImageStat.Tpo .deps/CImageStat.Plo; else rm -f .deps/CImageStat.Tpo; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../share -I../../libltdl -pipe

Re: [Gambas-user] Slow Gridview creation

2009-01-28 Thread Benoit Minisini
On mercredi 28 janvier 2009, M. Cs. wrote: Dear Benoit, I would like to know whether it is possible to make GridView creation and filling process faster. I'm using databases for storage, then I'm doing the querries, which are giving tens of thousand results, or tens of thousand rows with five

Re: [Gambas-user] What happened to the back button in IDE

2009-01-28 Thread Benoit Minisini
On jeudi 29 janvier 2009, richard terry wrote: noticed its been missing for quite a while, I used to find it quite handy to navigate around the IDE. Regards Richard Click on the toolbar handle to configure the toolbar according to your needs. Regards, -- Benoit Minisini

[Gambas-user] Broken dependencies in Ubuntu 8.04 packages

2009-01-28 Thread Rob
In both the official 2.0.0 and gnulinex.org 2.8.2 packages for Ubuntu Hardy, the gambas2-gb-db package requires gambas2-gb-form and gambas2-gb-qt-ext, which requires X to be installed among many other things. So it's not possible to install Gambas with database support on a headless Ubuntu

Re: [Gambas-user] Broken dependencies in Ubuntu 8.04 packages

2009-01-28 Thread Rob
On Wednesday 28 January 2009 20:09, Benoit Minisini wrote: As for xdg-utils, gambas2-runtime uses it to install gambas mime files. Is it really required? Because if so, then it's no longer possible to install Gambas on a command-line only machine since xdg-utils requires an X server,