how to prevent resize function called before mouse release?

1 view (last 30 days)
hi I have a problem that was solved in the past but I forgot the solution. The problem is that I have a GUI that has an associated resize function that I want to execute after the mouse button is released, but it's actually called while resizing (i.e. dragging and holding down the mouse button). I was told that something in Windows has to be changed to block this bad behavior but I forgot.

Answers (1)

Cam Salzberger
Cam Salzberger on 29 Feb 2016
Hello Ramiro,
GUI windows redrawing while changing the window size is related to the Windows setting, "Show window contents while dragging". Information on how to disable it on various operating systems may be found here.
I have tested this on Windows 10 as well, and the "systempropertiesadvanced" command still works, so that will probably be functional on Windows 8 and 8.1 too.
-Cam

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!