TAdvSmoothDock - OnDragOver

Hello,

i'm playing around with TAdvSmoothDock(really nice work till now),
But now i found a problem(just for me?):
- If you switch on OLEDragAndDrop and start dragging files to the dock,
in the OnDragOver Event the Source Param is always NIL.
If i drop the files and the OnDragDrop Event is fired the Source Param
is containing a stringlist of all my drag Files.
i really need the List of dragged files already in the OnDragOver Event,
did anybody know a solution/workaround ?

King regards,

Andreas

Unfortunately, in the current implementation that's not available in OnDragOver. We'll investigate if it is technically possible to extend the component to give this information.