MicrotronX

Results 13 comments of MicrotronX

I have not found a solution for this.

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

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...

I use this in my big project so no small demo but changing it back solved problems on my side, don't know why but now it works

Here's some code: onMouseDown of my cxGridView: `myFileDropSource.Files.Clear; // = tEmptyDropSource where a tvirtualdataformatadapter is connected TVirtualFileStreamDataFormat(myVirtualDataformatAdapter.DataFormat).FileNames.Clear; TVirtualFileStreamDataFormat(myVirtualDataformatAdapter.DataFormat).FileNames.add(vdatei); // add some virtual filenames // manage also a internal list with...

With your latest changes drag&drop within same app from two different forms is working again. So it seems that this bug is solved.

Stop. Not solved. Crazy. Within same app it works without problems. If i start the same app twice and try to Drag&Drop from one to the other, sometimes it works,...

And it seems that the last started app can Drag&Drop TO the first started app but the first started can't Drag&drop files TO the last started app.

And both apps can drag&drop within the same app from different forms without any problems inkluding our own clipboardformat and dataformat. from one app to the other the own clipboard-...

Will try to do the same, two started exe files and drag&drop between them between different forms within the applications. I had not tested this before your update. After your...