[Lazarus] IDE Spotter

Michael Van Canneyt michael at freepascal.org
Tue Sep 25 09:16:53 CEST 2018



On Tue, 25 Sep 2018, Mattias Gaertner via Lazarus wrote:

> On Tue, 25 Sep 2018 07:54:44 +0200 (CEST)
> Michael Van Canneyt via Lazarus <lazarus at lists.lazarus-ide.org> wrote:
>
>> On Mon, 24 Sep 2018, wkitty42--- via Lazarus wrote:
>> 
>> > On 09/24/2018 09:00 AM, Michael Van Canneyt via Lazarus wrote: 
>> >> On Mon, 24 Sep 2018, AlexeyT via Lazarus wrote:
>> >> 
>> >>> 1- If i hold Up/Down key (edit is focused), i dont get many up/down moves
>> >>> in listbox. (only one move. Ubuntu 18 gtk2). > 
>> >> Don't keep it pressed. press multiple times. 
>> >
>> >
>> > auto-key-repeat is ignored? 
>> 
>> I don't know what messages are sent when the key is held down.
>
> KeyPress

I doubt that.

procedure TSpotterForm.ESearchKeyPress(Sender: TObject; var Key: char);

This signature cannot handle an arrow key or shift state. 
Those are only available in key down/up events.

Michael.


More information about the Lazarus mailing list