[Lazarus] Feedback requested: File Search, a visual file search utility

2019-09-24 Thread Anthony Walter via lazarus
If anyone is interested I've posted another hopefully useful program along
with the source.

https://www.getlazarus.org/apps/filesearch/

The File Search utility is a stand alone tool for Mac, Windows, and Linux
to search for files using a variety of criteria including containing text,
file size, and file dates. The full source code is available on github and
it has no dependencies other than the LCL, so anyone should be able to
compile with a default installation of Lazarus.

I believe the program is bug free and pretty much feature complete per my
original idea. If anyone would like to leave a comment of make a suggestion
I'd open to your ideas.
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


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 Jacques Nomssi Nzali


For conditions of distribution and use, see copyright notice in 
readme.txt


}

source:
https://github.com/zbyna/Media-Stub-Kodi-Creator/blob/master/zuncomprfp.pas
 
    Zbyna
Dne 24.9.2019 v 18:50 detlef oertel via lazarus napsal(a):
> Hello,
>
> I have to 'speak' with a web service that only handles gzip compression.
> The zstream TCompressionStream only does deflate.
> Any hints according to zlib derivates to use windowbits = 15+16
> do not work with zstream or paszlib because this part of zlib is not 
> implemented here.
> It seems that there is a solution with indy using the http component and 
> TIdCompressorZLib as compressor.
> But I just switched from Indy to synapse because indy has no openssl 1.1 
> support, which is needed to support
> actual Linux distributions.
>
> The only ways I see at the moment seems to be ugly:
> Using the external zlib runtime libraries or
> creating for every request a temporary file in order to use the zstream 
> Tgzfilestream.
>
> Is there no gzip stream library for lazarus ?
>
> detlef oertel
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Too large height of TEdit and TSpinEdit in xfce

2019-09-24 Thread Haruyuki Fujimaki via lazarus
Dear Mr. Berglund and Coppola,
Thank you for your response.It seems that we have to set those heights 
manually, unfortunately.
Fujimaki
   On Monday, September 16, 2019, 10:22:37 AM GMT+2, Bo Berglund via lazarus 
 wrote:  
 
 On Mon, 16 Sep 2019 09:24:40 +0200, Salvatore Coppola via lazarus
 wrote:

>Ok it is a workaround but why not call your function only one time at start 
>for instance in main form create?

Yes, a typical workaround...
I am so used to using OnShow since my form always is only shown once
and never hidden afterwards. But you are right that it should rather
be in OnCreate!


-- 
Bo Berglund
Developer in Sweden

-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus
  -- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] How to handle webservice gzip streams

2019-09-24 Thread detlef oertel via lazarus
Hello,

I have to 'speak' with a web service that only handles gzip compression.
The zstream TCompressionStream only does deflate.
Any hints according to zlib derivates to use windowbits = 15+16
do not work with zstream or paszlib because this part of zlib is not 
implemented here.
It seems that there is a solution with indy using the http component and 
TIdCompressorZLib as compressor.
But I just switched from Indy to synapse because indy has no openssl 1.1 
support, which is needed to support
actual Linux distributions.

The only ways I see at the moment seems to be ugly:
Using the external zlib runtime libraries or
creating for every request a temporary file in order to use the zstream 
Tgzfilestream.

Is there no gzip stream library for lazarus ?

detlef oertel
-- 

-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] It's alive !

2019-09-24 Thread Michael Schnell via lazarus
Wonderful !!!

-Michael
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus