how to prevent resize function called before mouse release?
1 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
Cam Salzberger
2016-2-29
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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interactive Control and Callbacks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!