Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

Drag and drop images (or similar) in CefWindowParent

Post Reply
snowdev
Posts: 4
Joined: Tue Jun 13, 2023 3:38 pm

Drag and drop images (or similar) in CefWindowParent

Post by snowdev »

Does drag and drop images (or similar objects, like links, plain text) works in CefWindowParent? I mean externally, not just from other components.

I've tried to drop images for example, but without success. CTRL+V images works really well.

I using as html email editor.
User avatar
salvadordf
Posts: 4057
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Drag and drop images (or similar) in CefWindowParent

Post by salvadordf »

Hi,

I've never tried that but using the TChromium.OnDragEnter event could be the solution.

Read this for more information :
https://cef-builds.spotifycdn.com/docs/114.2/classCefDragHandler.html
https://cef-builds.spotifycdn.com/docs/114.2/classCefDragData.html
https://cef-builds.spotifycdn.com/docs/114.2/cef__types_8h.html#abe865a56bbd377c20108bfc8827f1797
Post Reply