Re: [Gambas-user] Problem with gb.Report and gb.qt4

2014-12-16 Thread Jorge Carrión
Thanks Fabien. Good work. Regards 2014-12-16 21:17 GMT+01:00 Fabien Bodard : > > 2014-12-16 20:45 GMT+01:00 Jorge Carrión : > > When select gb.qt4 component in a proyect that uses gb.report, Its > > imposible, or I can't see the way to do it, print on a file calling the > > report's .preview() >

Re: [Gambas-user] Where are the examples?

2014-12-16 Thread Benoît Minisini
Le 16/12/2014 18:27, Jussi Lahtinen a écrit : >> Nobody searches programs (usually only configuration data) in hidden >> directories. > > > And you shouldn't. Look at the screenshot Benoit sent to you. Click on > "open project", then select "installed softwares". > This is how you find them now. Bu

Re: [Gambas-user] Problem with gb.Report and gb.qt4

2014-12-16 Thread Fabien Bodard
2014-12-16 20:45 GMT+01:00 Jorge Carrión : > When select gb.qt4 component in a proyect that uses gb.report, Its > imposible, or I can't see the way to do it, print on a file calling the > report's .preview() > > If you click on the dirbox button (It seems a dirbox, at least) to choose > the folder

[Gambas-user] Problem with gb.Report and gb.qt4

2014-12-16 Thread Jorge Carrión
When select gb.qt4 component in a proyect that uses gb.report, Its imposible, or I can't see the way to do it, print on a file calling the report's .preview() If you click on the dirbox button (It seems a dirbox, at least) to choose the folder of report output and you can't write a file's name, ju

Re: [Gambas-user] Where are the examples?

2014-12-16 Thread Jussi Lahtinen
> Nobody searches programs (usually only configuration data) in hidden > directories. And you shouldn't. Look at the screenshot Benoit sent to you. Click on "open project", then select "installed softwares". This is how you find them now. But I think Benoit will change that for more visible. Ju

Re: [Gambas-user] Where are the examples?

2014-12-16 Thread rolf
Hallo Tobias > Yes, that's what the commit log tells you: > > Revision: 6721 > --- > [CONFIGURATION] > * NEW: Examples are not installed anymore and were removed. They will be > stored in the Gambas farm server. > > [DEVELOPMENT ENVIRONMENT] > * NEW: Remove the examples from the welcome

Re: [Gambas-user] Where are the examples?

2014-12-16 Thread Tobias Boege
On Tue, 16 Dec 2014, rolf wrote: > Hi Jussi > > > Maybe "examples" option could be added to main dialog (the place where it > > used to be) after you have installed at least one example? > > There is no "examples" option in the main dialog and no examples are > installed > on the system by the

Re: [Gambas-user] Where are the examples?

2014-12-16 Thread Jussi Lahtinen
> There is no "examples" option in the main dialog and no examples are > installed > on the system by the "make install" and I found no target "make install > examples" or so. > Yes I know they are in software farm. It was my suggestion of how people would find them better. So, it is not implement

Re: [Gambas-user] Two Databases at the same time...

2014-12-16 Thread Christian e Ana Luiza Britto
Thank you so much Lee, You really help me a lot! Best regards, Christian 2014-12-16 8:48 GMT-02:00, gambas-user-requ...@lists.sourceforge.net : > Send Gambas-user mailing list submissions to > gambas-user@lists.sourceforge.net > > To subscribe or unsubscribe via the World Wide Web, visit >

Re: [Gambas-user] DataBrowser Help Again

2014-12-16 Thread Christian e Ana Luiza Britto
Hi Fabien, The Datasource connection problem is happening here too... The same as you. But I solved that declaring the conenction by code. Public ConnectionName As Connection = New Connection ConnectionName.Host = Application.Path ConnectionName.name = "Yourdatabase.sqlite" Connectionname.type =

Re: [Gambas-user] Where are the examples?

2014-12-16 Thread rolf
Hi Jussi > Maybe "examples" option could be added to main dialog (the place where it > used to be) after you have installed at least one example? There is no "examples" option in the main dialog and no examples are installed on the system by the "make install" and I found no target "make install

[Gambas-user] SerialPort: RS232 DTR problem

2014-12-16 Thread Tobias Boege
Hi, [ this is a forwarded bug report -- and this time I'm only translating. I don't understand any of these hardware things. If there are questions left, don't hesitate; ] a user complains that SerialPort.DTR is buggy on his system: after initialisation, this property is False and the voltage

Re: [Gambas-user] Where are the examples?

2014-12-16 Thread Benoît Minisini
Le 16/12/2014 15:35, Jussi Lahtinen a écrit : > Maybe "examples" option could be added to main dialog (the place where it > used to be) after you have installed at least one example? > Or maybe it could be there, and when clicked it would say "no examples > installed, you can find them from softwar

Re: [Gambas-user] Where are the examples?

2014-12-16 Thread Jussi Lahtinen
Maybe "examples" option could be added to main dialog (the place where it used to be) after you have installed at least one example? Or maybe it could be there, and when clicked it would say "no examples installed, you can find them from software farm". Jussi On Tue, Dec 16, 2014 at 12:50 PM, Be

Re: [Gambas-user] DataBrowser Help Again

2014-12-16 Thread Fabien Bodard
I have problems on setting the database connection property on databrowser too. when the cell lose the focus the connection name desapear. so then i can't choose table name ! 2014-12-15 22:23 GMT+01:00 T Lee Davidson : > Hello Christian, > > I did not have any success getting the IDE to give me a

Re: [Gambas-user] Where are the examples?

2014-12-16 Thread rolf
Hello Benoît > >>> yesterday evening I compiled Gambas from trunk and no examples have > >>> been installed. > >>> > >>> Also the menue entry "open example" has gone. > >>> > >>> Working with the Software Farm makes me crazy. After an installation I > >>> do not find the program and the source co

Re: [Gambas-user] Where are the examples?

2014-12-16 Thread Ron
Benoit, Watch out getting to close to the visualbasic way of thinking. Please keep things simple and logical... Examples are the first thing new users will look for.. Don't make them hard to find. ;P Regards, Ron Op 16 dec. 2014 12:51 schreef "Benoît Minisini" < gam...@users.sourceforge.net>: > L

Re: [Gambas-user] Where are the examples?

2014-12-16 Thread Benoît Minisini
Le 16/12/2014 12:31, rolf a écrit : Hello Benoît yesterday evening I compiled Gambas from trunk and no examples have been installed. Also the menue entry "open example" has gone. Working with the Software Farm makes me crazy. After an installation I do not find the program and the source cod

Re: [Gambas-user] Where are the examples?

2014-12-16 Thread Benoît Minisini
Le 16/12/2014 10:14, rolf a écrit : > Hi, > > yesterday evening I compiled Gambas from trunk and no examples have been > installed. > > Also the menue entry "open example" has gone. > > Working with the Software Farm makes me crazy. After an installation I do not > find the program and the source

Re: [Gambas-user] Bug with GTK+

2014-12-16 Thread Benoît Minisini
Le 16/12/2014 04:00, Jussi Lahtinen a écrit : >> I'm not clear enough: you should not have to disable and re-enabling a >> control inside an event handler, because you are not supposed to call >> event loop (WAIT instruction) inside an event handler. If you >> don't call the event loop, then disab

[Gambas-user] Where are the examples?

2014-12-16 Thread rolf
Hi, yesterday evening I compiled Gambas from trunk and no examples have been installed. Also the menue entry "open example" has gone. Working with the Software Farm makes me crazy. After an installation I do not find the program and the source code either. Where will the programs be install