landrix / The-Drag-and-Drop-Component-Suite-for-Delphi

MIT License
161 stars 57 forks source link

Problem with Drag & Drop within same application #29

Open MicrotronX opened 6 years ago

MicrotronX commented 6 years ago

If we use i.e. two Grids (file-list) and drag from one to the other grid (each grid has its own tDropComboTarget and tDropFileSource) the destination grid does not accept the file.

if we run the same app twice, we can drag & drop from First-App-Grid-No1 to Second-App-Grid-No2.

This error ocurred after we have upgraded Delphi from Tokyo update 2 to Tokyo Update 3

landrix commented 4 years ago

do you have a solution?

MicrotronX commented 4 years ago

I have not found a solution for this.

landrix commented 4 years ago

can you provide a sample project, which reproduce this error?

MicrotronX commented 4 years ago

See #44 and my mail showing this with a demo.

MicrotronX commented 4 years ago

It seems that Drag&Drop has a problem if it is linked to component which is in a form and that form is located within a panel in another form. All Links which are in a normal form are working without problems in both directions copy / paste or drag&drop.

landrix commented 3 years ago

I don't have time for it right now. I have to clean up your demo of all third-party components that I don't own. Or you can send me a demo that works without third-party components.