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, Konquero

Re: [Gambas-user] make install errors

2009-01-28 Thread Ron_1st
On Thursday 29 January 2009, diego fernandez wrote: > Benoit Minisini wrote: > > On mercredi 28 janvier 2009, Ron_1st wrote: > > > >> On Wednesday 28 January 2009, Ron_1st wrote: > >> > >>> OK done. > >>> > >>> reconf, configure done OK > >>> make had error in gbv4l2.c, corrected and make d

Re: [Gambas-user] make install errors

2009-01-28 Thread diego fernandez
Benoit Minisini wrote: > On mercredi 28 janvier 2009, Ron_1st wrote: > >> On Wednesday 28 January 2009, Ron_1st wrote: >> >>> OK done. >>> >>> reconf, configure done OK >>> make had error in gbv4l2.c, corrected and make done OK >>> >>> Now the make install. >>> Crossing my fingers. >>> >>>

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

2009-01-28 Thread Benoit Minisini
On jeudi 29 janvier 2009, Rob wrote: > 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

[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 web

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] What happened to the back button in IDE

2009-01-28 Thread richard terry
noticed its been missing for quite a while, I used to find it quite handy to navigate around the IDE. Regards Richard -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http

Re: [Gambas-user] make install errors

2009-01-28 Thread Benoit Minisini
On mercredi 28 janvier 2009, Ron_1st wrote: > On Wednesday 28 January 2009, Ron_1st wrote: > > OK done. > > > > reconf, configure done OK > > make had error in gbv4l2.c, corrected and make done OK > > > > Now the make install. > > Crossing my fingers. > > > > > > > > > > Best regards, > > > > Ron_1

[Gambas-user] Bug: Gambas Database Manager

2009-01-28 Thread Ron
Small one. Right clicking on a table in the treeview and selecting Rename doesn't pop up the Rename Table window. Works from toolbar icon though. Gambas 2.11, qb.qt, MySQL Regards, Ron_2nd. -- This SF.net email is spon

[Gambas-user] Release of Gambas 2.11

2009-01-28 Thread Benoit Minisini
Hi, Here is a new bug fix release for Gambas 2. This release fixes the following bugs: * The Balloon is displayed properly again. * The autotools packager now correctly handle projects having spaces in their directory. * The last column of a GridView is correctly stretched when its width

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

[Gambas-user] Slow Gridview creation

2009-01-28 Thread M. Cs.
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 columns each. First, I put the results into five

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../../l

[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 -

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 m

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

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 -fvis

[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 CImageS

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