On Sun, 9 Nov 2014 07:02:02 +0100
"ePost" 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)
> Please add
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
versio
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 en
Of course, I agree! :-D :-D
2014-11-08 15:40 GMT+01:00 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?
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.
http://gambaswiki.org/w
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
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
---
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 :
> Well... I've created a Virtual Machine
> 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
--
___
Gamb