Re: [Gambas-user] ReturnValue

2009-09-06 Thread Dimitris Anogiatis
hey charlie, Are you talking about return values on a console-type? I think all you have to do is use Print. It will also work on a gui-program if you run it through a terminal. I hope it helps (unless I missed something) Regards, Dimitris On Sun, Sep 6, 2009 at 2:33 PM, Charlie Reinl wrote:

[Gambas-user] ReturnValue

2009-09-06 Thread Charlie Reinl
Salut, how can I have a returned Value from a gambas-program? Something like a Filename. I mean a can a gambas-program which closes returns a value. -- Charlie -- Let Crystal Reports handle the reporting - Free Crysta

Re: [Gambas-user] Minor graphical bug in Gambas3 revision 2310.

2009-09-06 Thread Benoît Minisini
> Hi! > Balloon popup is little buggy (sometimes). > Screenshot tells it all. > > @Ubuntu 9.04 64bit. > > Jussi > Upgrade to the latest revision. Regards, -- Benoît -- Let Crystal Reports handle the reporting - Free

[Gambas-user] Minor graphical bug in Gambas3 revision 2310.

2009-09-06 Thread Jussi Lahtinen
Hi! Balloon popup is little buggy (sometimes). Screenshot tells it all. @Ubuntu 9.04 64bit. Jussi <>-- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integ

Re: [Gambas-user] Qt4 and Scaled property

2009-09-06 Thread Benoît Minisini
> Hi again! > I have done some testing. > There is some problems with Gambas3 revision 2310 on Ubuntu 9.04 64bit. > My default font size for applications and desktop is 10. > Gambas tells that desktop.scale is 7 and application.font.size is 10. > When I change those font sizes to 8, Gambas gives de

Re: [Gambas-user] Qt4 and Scaled property

2009-09-06 Thread Jussi Lahtinen
Hi again! I have done some testing. There is some problems with Gambas3 revision 2310 on Ubuntu 9.04 64bit. My default font size for applications and desktop is 10. Gambas tells that desktop.scale is 7 and application.font.size is 10. When I change those font sizes to 8, Gambas gives desktop.scale

Re: [Gambas-user] Compiling Gambas 2 on recent Ubuntu systems (and maybe others)

2009-09-06 Thread Demosthenes Koptsis
What a surprise! i came back from my summer vacation and i installed rev 2316 on Ubuntu 9.04. It works! Thanks a lot. I think this fix had to be a long time ago cause ubuntu gambas was 2.8! On Mon, Aug 31, 2009 at 12:11 AM, Charlie Reinl wrote: > Am Sonntag, den 30.08.2009, 18:36 +0200 schrieb

Re: [Gambas-user] Help DataSource, DataBrowse

2009-09-06 Thread Benoît Minisini
> Hi , > Please an helpI am practising with DataSorce using into my project the > same form and class of the "database" example: in particular Ftest.class > and Ftest.form. > > In my project I get the error: > > Null Object DataSource.MoveFirst.173 > > I guess that DataSource can not find

[Gambas-user] Help DataSource, DataBrowse

2009-09-06 Thread Pino Zollo
Hi , Please an helpI am practising with DataSorce using into my project the same form and class of the "database" example: in particular Ftest.class and Ftest.form. In my project I get the error: Null Object DataSource.MoveFirst.173 I guess that DataSource can not find my Connection

Re: [Gambas-user] DataCombo doesn't work

2009-09-06 Thread Benoît Minisini
> Benoît Minisini schrieb: > > DB.Debug = TRUE, and all SQL request sent to the database driver are > > print on the standard error. > > DB.Debug = TRUE is fine, but doesn't display this error. > > Try this tiny silly test file (never did tar.gz before, hope it works) > If you can use it: > Set the