I need to run some 4GL code when the window was moved with the mouse! Is there a way to recoginze this? Somthing like a END-MOVE-Trigger to the window would be great but doesn´t work!
Can't you use the mouse events for it? Just store the initial X and Y of the window and after each left-mouse-up for instance check if the X and Y have changed. If so then do the action you like.
(Unfortunately this doesn't work if you move the window with the keyboard...)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.