Op 2010-10-21 13:27, Hans-Peter Diettrich het geskryf: > > It should be possible, by adding a tool that sends the equivalent > drag-drop message(s) to Lazarus.
Drag-drop in LCL is just as limited as in VCL, so a LOT of extra work will be required including extending the LCL interface. I know this because I just implemented cross-application and internal-application drag-drop in fpGUI, abstracting the DND API interface to work across Windows and Linux with single source code implementation in applications. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net:8080/fpgui/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
