drag and drop out of editor

PDF-XChange Editor SDK for Developers

Moderators: TrackerSupp-Daniel, Tracker Support, Paul - Tracker Supp, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.

When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
Post Reply
jusWest
User
Posts: 150
Joined: Fri Aug 24, 2018 8:26 am

drag and drop out of editor

Post by jusWest »

Hello!

We want to implement a functionality for our users, where the user drags a bookmark out of the bookmark tree and drops it
on the desktop for example. We will here use the bookmark title and page information to export only the boomarked content onto a pdf file on the desktop.

What I need to know is how to enable drag and drop out of the bookmarks pane/tree.

Regards
Ronny
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: drag and drop out of editor

Post by Sasha - Tracker Dev Team »

Hello Ronny,

What programming language are you using?

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
jusWest
User
Posts: 150
Joined: Fri Aug 24, 2018 8:26 am

Re: drag and drop out of editor

Post by jusWest »

Sasha - Tracker Dev Team wrote: Tue Jun 18, 2019 8:57 am Hello Ronny,

What programming language are you using?

Cheers,
Alex
I use c#
jusWest
User
Posts: 150
Joined: Fri Aug 24, 2018 8:26 am

Re: drag and drop out of editor

Post by jusWest »

Anything to contribute?
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: drag and drop out of editor

Post by Sasha - Tracker Dev Team »

Hello Ronny,

Here's a sample on how to implement a custom D&D for any object (view):
https://gist.github.com/Polaringu/499c1 ... bacca0c97b

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Post Reply