View Single Post
  #6  
Unread 07-03-2008, 08:25 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Simply rearanging stuff in a single window is easy, but this wouldn't change the FKey assignments for group members.

Real drag and drop involves a drag source, drag proxy, and drop target.

In SOE script there's no curos cord feedback, no drag event, no mouseDown timer to use in faking a drag event, and no mouseOver event to determine the drop target. All drag opperations are currently handeled by code on SOE's end. Once their code decides a drag opperation has started, we have no way to control what happens during the drag, drop, or what the drag proxy looks like.

Now you could fake some simple dragDrop stuff, but it would be cludgey and have limited fnctionality.
Reply With Quote