Re: [Lazarus] How to handle webservice gzip streams

2019-09-24 Thread Zbyněk Fiala via lazarus
Hello, I used this unit in my project. unit zuncomprfp; { uncompr.c -- decompress a memory buffer Copyright (C) 1995-1998 Jean-loup Gailly. Pascal tranlastion Copyright (C) 1998 by

Re: [Lazarus] css Re: Website/Mantis back online

2019-04-23 Thread Zbyněk Fiala via lazarus
Sorry for slightly off-topic: I use this addon: https://darkreader.org/ if I am not satisfied with default web page colors. It works pretty well but I prefer dark colors. 23. 4. 2019 v 11:56, Martin Frb via lazarus : >> On 23/04/2019 11:41, Werner Pamler via lazarus wrote: >> I am slowly

Re: [Lazarus] Multilang application and syncing .po files

2018-06-19 Thread Zbyněk Fiala via Lazarus
Hello Tomáš, I used this approach several times https://github.com/alrieckert/lazarus/tree/master/examples/translation and it worked. For example here: https://github.com/zbyna/Media-Stub-Kodi-Creator/blob/2373ec4ff24bf124cb244eab07772e3cc81bee47/unit1.pas#L22

Re: [Lazarus] Let's make a web browser

2018-05-18 Thread Zbyněk Fiala via Lazarus
As for chrome embedding; https://github.com/dliw/fpCEF3 I used it couple years ago and it worked very well.https://github.com/zbyna/vcfToGigaset FpCEF3 is maintained so far. 18. 5. 2018 v 13:41, Torsten Bonde Christiansen via Lazarus : >> On 2018-05-18 12:00,

Re: [Lazarus] Replacing accented letters

2017-10-04 Thread Zbyněk Fiala via Lazarus
I needed it a long time ago and probably there is more simple way now. Using utf8tools and LazUTF8:  https://gist.github.com/zbyna/6d9cd98ca22fa4261f54a0a06a7e6f51 Dne 4.10.2017 v 18:19 Denis Kozlov via Lazarus napsal(a): > You could use Unicode character decomposition. > > For example, é