Page 1 of 1

About drag & drop file from outside.

Posted: Fri Oct 29, 2021 02:39
by mgu1206
Hi.

I trying to drag & drop down file from outside of sw.

I found [DragContainer], but it looks like for use internally.

Is it right?

And if then, is there any other component for my work?

Re: About drag & drop file from outside.

Posted: Wed Jan 19, 2022 08:14
by niello
Hi.

AFAIR there is nothing for dropping from outside, because it has nothing in common with a GUI system but is rather an OS interoperability functionality. You may use OS API or third party solutions to drag content into your app window and then request CEGUI window under cursor to handle drop, but this logic will be outside CEGUI.