Eathox 11 Posted August 14, 2017 Greetings, i am a budding modder i'm currently in the process of making a mod that allows users to sort their loadouts using treeview. however i hit a roadblock when trying to implement a drag-and-drop system for usability, i have thus far been unable to successfully implement drag-and-drop, i have looked over the code Bohemia used in their layer system (used in the Eden editor), but could not find any code related to drag-and-drop. can anyone help me figure this out? any help would be appreciated. Share this post Link to post Share on other sites
Eathox 11 Posted August 16, 2017 After finding an old post clarifying that onTreeMouseMove returns [|c|,|path|] (Path of the Tv mouse is hovering over) i managed to make my system work with a combination of onMouseButtonDown, onMouseButtonUp and onTreeMouseMove eventhandlers. Hope this helps anyone. 1 Share this post Link to post Share on other sites