Re: [Lazarus] How many timers available on Linux (Raspberry Pi)?

2020-07-21 Thread Alexey Tor. via lazarus
On gtk2 it calls TGtk2WidgetSet.CreateTimer, which calls gtk_timeout_add() I cannot find in inet, about max number of 'timeouts' in gtk2. Alexey -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

[Lazarus] How many timers available on Linux (Raspberry Pi)?

2020-07-21 Thread Bo Berglund via lazarus
I have ported a Delphi service application from Windows to a console application on Linux. I am using Lazarus 2.0.8/Fpc 3.0.4 on Raspbian Buster on an RPi4B. Today I finally could start it the first time and it immediately threw an exception with this printed to the console:

Re: [Lazarus] Cannot compile console application, why?

2020-07-21 Thread Bo Berglund via lazarus
On Mon, 06 Jul 2020 00:49:26 +0200, Bo Berglund via lazarus wrote: >I have created a test application using Lazarus 2.0.8 and fpc 3.0.4 on >Windows 10. > >The purpose is to check some Indy10 TCP communications items before >putting them into the main project. > >So I have created a new project

Re: [Lazarus] Where can I switch OFF automatic copy in code editor?

2020-07-21 Thread Martin Frb via lazarus
On 21/07/2020 11:37, Bo Berglund via lazarus wrote: Seems like middle click will paste whatever is currently selected at the location where the mouse pointer is moved. Yes middle click, will get current selection. And afaik it can do this cross applications. Based on the above

Re: [Lazarus] Where can I switch OFF automatic copy in code editor?

2020-07-21 Thread Bo Berglund via lazarus
On Mon, 20 Jul 2020 13:26:08 +0200, Martin Frb via lazarus wrote: > >> But I made a test now and just selecting text does not put it into the >> clipboard. >Good. > >> But when a line that is selected inside the code editor is moved using >> the mouse, then it replaces whatever is in