Re: [Lazarus] IDE dlg Go To don't react to Esc key

2019-01-23 Thread Bart via lazarus
On Wed, Jan 23, 2019 at 4:20 PM Vojtěch Čihák via lazarus wrote: > On GTk2, Escape key is reseted when Edit is focused, otherwise it works. That sounds like a bug? Escape is supposed to reach a button with Cancel=True before other controls on the form can see it IIRC? -- Bart --

Re: [Lazarus] Unit checksum changed error

2019-01-23 Thread Sven Barth via lazarus
Am 21.01.2019 um 21:27 schrieb Thomas Crone via lazarus: When I go To Project/Project Options/Compiler Options/Verbosity and check Show used files (-vu), I get: PlayMusic.pas(56,25) Fatal: Cannot fine Aiff by PlayMusic of the Project Inspector. With it unchecked, I get the error reported

Re: [Lazarus] IDE dlg Go To don't react to Esc key

2019-01-23 Thread Vojtěch Čihák via lazarus
Hi,   I just did a test. Escape closes automatically any Form displayed with "ShowModal" (not Show) if there is BitBtn with Kind=bkCancel on that Form. It works on Delphi7, Lazarus+Qt4 or GTk2. Edit.OnKeyPress on GoToFrm form contains this code:  if not (Key in [^C,^V,^X,#8,'0'..'9']) then    

[Lazarus] how to show hourglass on windows 10 with touch screen?

2019-01-23 Thread Luca Olivetti via lazarus
This isn't strictly a lazarus issue, but my google fu is failing me. It turns out that windows 10 with a touch screen hides the mouse cursor, so Screen.Cursor=crHourGlass does nothing. I found that there isn't a setting to force the mouse cursor on

Re: [Lazarus] IDE dlg Go To don't react to Esc key

2019-01-23 Thread Bart via lazarus
On Wed, Jan 23, 2019 at 10:43 AM Mattias Gaertner via lazarus wrote: > I added #13 and #27. Now it works again under Linux/gtk2. Thanks. Odd though, since on my Linux machine this worked with GTK2 without that addition. Wondering why. -- Bart --

Re: [Lazarus] IDE dlg Go To don't react to Esc key

2019-01-23 Thread Mattias Gaertner via lazarus
On Tue, 22 Jan 2019 18:57:46 +0100 Bart via lazarus wrote: > On Tue, Jan 22, 2019 at 6:41 PM AlexeyT via lazarus > wrote: > > > >If so, does it work in r60107? > > Please test that, otherwise I have no idea wether my changes causes > this. If r60107 works, then please add #27 to the allowed

[Lazarus] LazProfiler package cannot install

2019-01-23 Thread AlexeyT via lazarus
From OPM. I see prompt about missing dependences, confirmed all, it 'Cannot intall' after compiling dep's. r60156, fpc 3.0.4, Linux x64 gtk2. -- Regards, Alexey -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org