I see you have implemented the showing of a little translucent image while dragging a file from IEFileDragDrop1. Is there anything like this for dragging within an ImageenMView ?
Upgraded to the latest ImageEn 13.2. Tried dragging and dropping files within a single ImagenMView by setting ietxShowPreviewWhileDragging. Had no luck. Tried all three of the drag/drop demos and the little image does not show while dragging/dropping an image. The images in the ImageenMView are all bitmaps. The documentation states "TImageEnFolderMView only". Are you mistaken about this feature of ImageenMView or am I doing something wrong?
That is correct. It is only available in TImageEnFolderMView because the files need a valid path on the system to show a preview. So at the very least, your bitmaps would need a temporary path for previews to be shown.