Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » Drag and Drop interface slightly refactored...
Drag and Drop interface slightly refactored... [message #9878] |
Wed, 06 June 2007 08:37 |
 |
mirek
Messages: 14263 Registered: November 2005
|
Ultimate Member |
|
|
After initial experience:
There is no more ChildDragAndDrop virtual method.
Instead, logic now is to go from TopWindow down (the chain of Ctrls that contain the mouse) and calling DragAndDrop (or new FrameDragAndDrop if mouse points to the frame area) until PasteClip is accepted.
Also, DragEnter is now called *after* DragAndDrop is accepted, which is perhaps a little bit strange, but necessary (because until it is accepted, it is not known which Ctrl "owns" the drag).
|
|
|
Goto Forum:
Current Time: Sat Jun 28 16:59:11 CEST 2025
Total time taken to generate the page: 0.04318 seconds
|