Re: [Gambas-user] Problems compiling Gambas 3.6.1

2014-11-08 Thread CJ
It is fixed in trunk! I was just asking to backloport it so it is released with Gambas 3.6.2 Thanks! Will give it a go when 3.6.2 is officially released. /CJ -- ___

Re: [Gambas-user] What Cannot read information about table mi_table_name means?

2014-11-08 Thread Ron
Trunk fixed the issue with the Celsius degrees symbol mangling, so utf8 is correctly set when a lost mysql connection is restored now. Can this be backported to 3.6.2 please? (if Jorge agrees too) Regards, Ron. 2014-11-07 17:43 GMT+01:00 Jorge Carrión sho...@gmail.com: Well... I've created a

Re: [Gambas-user] Datasource.Filter does not work

2014-11-08 Thread Martin McGlensey
Thanks, Bruce. That worked. Suggest they update the documentation to show Datasource.Filter = db.Subst(Field 1, Text) instead of Datasource.Filter = string. That may save someone else a few hours of debugging. Regards, Marty

Re: [Gambas-user] What Cannot read information about table mi_table_name means?

2014-11-08 Thread Benoît Minisini
Le 08/11/2014 12:17, Ron a écrit : Trunk fixed the issue with the Celsius degrees symbol mangling, so utf8 is correctly set when a lost mysql connection is restored now. Can this be backported to 3.6.2 please? (if Jorge agrees too) Regards, Ron. It will be. -- Benoît Minisini

Re: [Gambas-user] Datasource.Filter does not work

2014-11-08 Thread T Lee Davidson
On 11/08/2014 09:29 AM, Martin McGlensey wrote: Thanks, Bruce. That worked. Suggest they update the documentation to show Datasource.Filter = db.Subst(Field 1, Text) instead of Datasource.Filter = string. That may save someone else a few hours of debugging. Done.

Re: [Gambas-user] What Cannot read information about table mi_table_name means?

2014-11-08 Thread Jorge Carrión
Of course, I agree! :-D :-D 2014-11-08 15:40 GMT+01:00 Benoît Minisini gam...@users.sourceforge.net: Le 08/11/2014 12:17, Ron a écrit : Trunk fixed the issue with the Celsius degrees symbol mangling, so utf8 is correctly set when a lost mysql connection is restored now. Can this be

[Gambas-user] Silly IDE problem

2014-11-08 Thread B Bruen
I have a DateBox with Group=data and a data_Change() method: Public Sub data_Change() $dirty = True btnExit.Text = Save End I set a breakpoint on the End statement. When running in the IDE, and the datebox calendar is shown execution stops on the End statement but I cannot enter

[Gambas-user] Resolve error compiling Gambas 3.6.x . gb.pdf - File: PDFDoc.h not found

2014-11-08 Thread ePost
Hello Gambas users, How to resolve error compiling Gambas 3.6.x . gb.pdf - File: PDFDoc.h not found. Just install package: libpoppler-private-dev. This package is only included if compiling Gambas 3 (version = 3.4.2) Please add this package to compiling Gambas 3 (version = 3.6 or /trunk version)

Re: [Gambas-user] Resolve error compiling Gambas 3.6.x . gb.pdf - File: PDFDoc.h not found

2014-11-08 Thread B Bruen
On Sun, 9 Nov 2014 07:02:02 +0100 ePost ep...@skellner.de wrote: Hello Gambas users, How to resolve error compiling Gambas 3.6.x . gb.pdf - File: PDFDoc.h not found. Just install package: libpoppler-private-dev. This package is only included if compiling Gambas 3 (version = 3.4.2)