[Gambas-user] gambas on gentoo

2014-02-03 Thread Dominique Michel
Hi all, First, thank you for gambas. Even if a Linux system is more complicated, it remain me my old time with an Amiga in the eighties. Simple, powerful and efficient. gambas is not in portage currently, and it is an old bug report with an ebuild at https://bugs.gentoo.org/show_bug.cgi?id=302136

[Gambas-user] ncurses help texts missing

2014-02-03 Thread Rolf-Werner Eilert
Hi Tobias, your name is mentioned as the author of the ncurses component. Is that right? Anyway, I wanted to play around a bit with ncurses and found this component. A long time ago, I tried to write a program with ncurses but gave up when I had to find the screen dimensions (the original C f

Re: [Gambas-user] Tutorial or Complete docs on gb.report

2014-02-03 Thread Fabien Bodard
for the time ... i've not really documented that but look at this : https://www.youtube.com/user/gambasfr/videos there is also many example in the report component sources. 2014-02-03 Marty McGlensey : > Hello, > > > > Want to add reports to my Gambas database application. Understand that this >

[Gambas-user] Tutorial or Complete docs on gb.report

2014-02-03 Thread Marty McGlensey
Hello, Want to add reports to my Gambas database application. Understand that this is done with gb.report component. Is there a document or tutorial that explains it use? I am a beginner with gb.report. Do not know where to start. Can you suggest a few references to start with. I'm familiar wi

[Gambas-user] Gambas & QT5

2014-02-03 Thread Ru Vuott
> But what does that member of www.gambas-it.org expect from gb.qt5? > There is no reason to have more feature from gb.qt5 than gb.qt4. > > Regards, > -- > Benoît Minisini Hello Benoît, I communicated your question to our friend of italian Gambas forum, and he answered he is creating a "distro"

Re: [Gambas-user] Solving the Gambas packaging problem psychologically (!)

2014-02-03 Thread Fernando Martins
Pinta was one of those I had tried years ago and was missing something. I gave it another quick go and at first sight it seems indeed to be doing the basic things I used to do with MS Paint. One minor thing, to be picky, I can't resize the canvas with handles. Regards, Fernando On 02/03/2014 0

[Gambas-user] Solving the Gambas packaging problem psychologically (!)

2014-02-03 Thread John Rose
There are also GNU Paint & Pinta. -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/c

Re: [Gambas-user] Solving the Gambas packaging problem psychologically (!)

2014-02-03 Thread Fernando Martins
On 01/10/2014 09:21 AM, Bruce wrote: > On Fri, 2014-01-10 at 08:50 +0100, Rolf-Werner Eilert wrote: >> Am 08.01.2014 20:39, schrieb Fernando Martins: >>> On 01/07/2014 09:38 PM, Benoît Minisini wrote: Le 07/01/2014 17:53, Rolf-Werner Eilert a écrit : > As for TerraGen: http://planetside.co

Re: [Gambas-user] print repot to pdf file

2014-02-03 Thread Fabien Bodard
As always you under estimates gb ? Just name the file with a .pdf as extention. Printer.filename="Toto.pdf" Will generate a pdf. Le 3 févr. 2014 16:46, "PICCORO McKAY Lenz" a écrit : > i note that gambas does not have direct pdf printing support, so i plans to > use ps2pdf commnd to that! > >

Re: [Gambas-user] Reminder alert: gb.web example for benoit!

2014-02-03 Thread Fabien Bodard
Maybe it's time to freeze ... And keep evolutions for us until the 4 Le 3 févr. 2014 15:27, "PICCORO McKAY Lenz" a écrit : > > From: Willy Raets > > > > As gb.markdown is a new component, maybe something in the packaging has > > gone wrong. > > i sussesfully build and install in a not clean envi

[Gambas-user] print repot to pdf file

2014-02-03 Thread PICCORO McKAY Lenz
i note that gambas does not have direct pdf printing support, so i plans to use ps2pdf commnd to that! but my question HOW CAN I WRITE THE REPORT TO POSTSCRIPT? i i can write te gambas report class result render to a postscript print file, i can wirte a pdf file converting this with ps2pdf commnd

Re: [Gambas-user] gb.db: Primary Key of a INSERT

2014-02-03 Thread Rob Kudla
On 02/03/2014 09:34 AM, Oliver Etchebarne Bejarano wrote: > How can I obtain the last AUTO_INCREMENT field after I run the > Result.Update() on a new registry? I'm using a MySQL db. On the same connection object, "select LAST_INSERT_ID() from tablename;" But will Result.Update() insert a new rec

[Gambas-user] gb.db: Primary Key of a INSERT

2014-02-03 Thread Oliver Etchebarne Bejarano
Hi everybody. How can I obtain the last AUTO_INCREMENT field after I run the Result.Update() on a new registry? I'm using a MySQL db. Thanks! -- /Oliver Etchebarne Bejarano/ Gerente General *Paperclip X10 SRL* ¡Visita la Tienda.X10!htt

Re: [Gambas-user] Reminder alert: gb.web example for benoit!

2014-02-03 Thread PICCORO McKAY Lenz
> From: Willy Raets > > As gb.markdown is a new component, maybe something in the packaging has > gone wrong. i sussesfully build and install in a not clean environment the gambas svn and try to open the wiki example and i confirm when opening said that: "gb.markdown missing component" take in c

Re: [Gambas-user] Reminder alert: gb.web example for benoit!

2014-02-03 Thread PICCORO McKAY Lenz
From: Beno?t Minisini > Subject: Re: [Gambas-user] how to fill combobox with specific index > from a array matrix > To: mailing list for gambas users > Message-ID: <52ed8259.9090...@users.sourceforge.net> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Le 31/01/2014 20:5

Re: [Gambas-user] how to fill combobox with specific index from a array matrix

2014-02-03 Thread PICCORO McKAY Lenz
From: Tobias Boege > For Each sRes In cResult > myComboBox.Add(sRes, CInt(cResult.Key)) > Next GOOD that's work very well for me!!! thanks From: Fabien Bodard > ComboBoxLinDest.List = operaciones.OtenerDestinos() that NOT work in gambas 3.4.0 i use 3.4.0 due are more usable for lenn