It's my understanding that when a gump is sent, and you move the gump, the server does not know the new location of the gump. Is there a way to check the actual location of a gump once its moved?
 
I'm wondering if there is a way to move the gump back to a specific spot. I remember in EasyUO, there was a command to move the topmost gump to any x,y location.
 
There is no way to interact with a gump from the server once it is sent to the client - you can't get or set its position after being moved.
The only way you have absolute control over the position of the gump is if you make it non-movable (Draggable = false).
 
Back