Re: [Lazarus] Base64 broken in json?

2015-05-30 Thread silvioprog
On Sat, May 30, 2015 at 12:14 PM, Leonardo M. Ramé l.r...@griensu.com wrote: On 30/05/15 05:48, Michael Van Canneyt wrote: On Fri, 29 May 2015, Leonardo M. Ramé wrote: Hi, does anyone know if when adding a base64 encoded string to an TJsonObject and calling AsJson method, the base64 is

Re: [Lazarus] Image caching problems in wiki

2015-05-30 Thread Graeme Geldenhuys
On 2015-05-30 14:39, Werner Pamler wrote: Something is wrong with images in the wiki. Glad to see you got it sorted out. I have another question with that page: http://wiki.lazarus.freepascal.org/FPSpreadsheet#Colors I've never used FPSpreadsheet, but the color constants seem wrong to me?

Re: [Lazarus] Base64 broken in json?

2015-05-30 Thread Michael Van Canneyt
On Fri, 29 May 2015, Leonardo M. Ramé wrote: Hi, does anyone know if when adding a base64 encoded string to an TJsonObject and calling AsJson method, the base64 is broken? Normally not. I did try to decode (with base64 -d command) and I'm getting errors when trying to decode the base64

[Lazarus] record initialization

2015-05-30 Thread Jürgen Hestermann
when I try to initialize a record as in var X : record A : Sizeint; B : boolean; C : Sizeint; D : boolean; E : Sizeint; F : boolean; G : Sizeint; H : boolean;

[Lazarus] Image caching problems in wiki

2015-05-30 Thread Werner Pamler
I already posted in the forum, but don't get response there; therefore, I give it another try here: Something is wrong with images in the wiki. I just replaced the DefaultPalette.png of http://wiki.lazarus.freepascal.org/FPSpreadsheet by a new screenshot. But the wiki page still displays the

Re: [Lazarus] Base64 broken in json?

2015-05-30 Thread Leonardo M. Ramé
On 30/05/15 05:48, Michael Van Canneyt wrote: On Fri, 29 May 2015, Leonardo M. Ramé wrote: Hi, does anyone know if when adding a base64 encoded string to an TJsonObject and calling AsJson method, the base64 is broken? Normally not. I did try to decode (with base64 -d command) and I'm

[Lazarus] Fwd: Re: Image caching problems in wiki

2015-05-30 Thread Werner Pamler
Thanks - I see the new image after clearing the browser cache. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Image caching problems in wiki

2015-05-30 Thread waldo kitty
On 05/30/2015 09:39 AM, Werner Pamler wrote: I already posted in the forum, but don't get response there; therefore, I give it another try here: Something is wrong with images in the wiki. I just replaced the DefaultPalette.png of http://wiki.lazarus.freepascal.org/FPSpreadsheet by a new