Re: [Lazarus] Dropping files on TCustomEdit

2017-10-07 Thread Denis Kozlov via Lazarus
Just tested with Ubuntu 16.04 + GTK2 widgetset and got a slightly different issue. Both TMemo and TEdit accept the dropped file and form's OnDropFiles event gets called. However, the control that was under the cursor at the time of the drop gets a file path of the dropped file inserted at the

Re: [Lazarus] Dropping files on TCustomEdit

2017-10-07 Thread Juha Manninen via Lazarus
On Sat, Oct 7, 2017 at 3:29 PM, Denis Kozlov via Lazarus wrote: > Perhaps a Linux or GTK2 only issue. Probably a widgetset issue. Torsten, please test with LCL-QT, too. Juha -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazar

Re: [Lazarus] Dropping files on TCustomEdit

2017-10-07 Thread Denis Kozlov via Lazarus
It works fine in Lazarus 1.9.0 r55993 FPC 3.0.2 i386-win32-win32/win64. Perhaps a Linux or GTK2 only issue. Denis On 06/10/2017 09:47, Torsten Bonde Christiansen via Lazarus wrote: Hi List. In my application i have started testing dropping files onto the main form. Most of the components i

[Lazarus] Dropping files on TCustomEdit

2017-10-06 Thread Torsten Bonde Christiansen via Lazarus
Hi List. In my application i have started testing dropping files onto the main form. Most of the components i am using on the form happily accepts the file drops, but apparently this does not seem to be the case with any decendants of TCustomEdit (eg. TEdit, TMemo). On the main form i have ch