Re: [Lazarus] TMS Web core released - based on pas2js.

2018-02-16 Thread Michael Schnell via Lazarus
On 15.02.2018 22:22, Michael Van Canneyt via Lazarus wrote: Yesterday, TMS Software has released a tech preview of their "TMS Web core" product for Delphi. Great stuff indeed ! -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https:

[Lazarus] Form events firing order and count

2018-02-16 Thread Gabor Boros via Lazarus
Hi All, I want to know when a form maximized, restored or moved. But completely lost between form's events. See below what I got with the attached example project. For example 1 WindowPosChanged at application start with Linux-Qt and 3 with Windows, with Linux-Qt form maximize and restore giv

Re: [Lazarus] Form events firing order and count

2018-02-16 Thread Wolf via Lazarus
When I was in the same situation, I modified each procedure / function to read procedure xxx begin {first line} write('procedure xx opened'); ... {last line} writeln('procedure xxx closed'); end; This produced on the console an easy trace of who called whom, and how they were stacked. W

[Lazarus] WARNING: TResourceCacheItem.IncreaseRefCount 1000 TFontHandleCache

2018-02-16 Thread Vojtěch Čihák via Lazarus
Hi,   don't you know what does this output mean (in Console In/Output, not in Messages): WARNING: TResourceCacheItem.IncreaseRefCount 1000 TFontHandleCache ?   Thanks,   V. -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazaru

Re: [Lazarus] WARNING: TResourceCacheItem.IncreaseRefCount 1000 TFontHandleCache

2018-02-16 Thread Bart via Lazarus
On Fri, Feb 16, 2018 at 10:16 PM, Vojtěch Čihák via Lazarus wrote: > don't you know what does this output mean (in Console In/Output, not in > Messages): WARNING: TResourceCacheItem.IncreaseRefCount 1000 > TFontHandleCache ? Sounds quite familiar, see: https://bugs.freepascal.org/view.php?id=306