Unable to zoom, pan when using windowbuttondownfcn in appdesigner

조회 수: 3 (최근 30일)
Kunal Khosla
Kunal Khosla 2023년 8월 31일
답변: Dinesh 2023년 9월 6일
Hi, What happens when I assign a callback to a uifigure windowbuttondownfcn? Does the behaviour change completely? Do I need to set some property in Matlab?

답변 (1개)

Dinesh
Dinesh 2023년 9월 6일
Hi Kunal.
When you assign a "WindowButtonDownFcn" callback to a "uifigure" in App Designer, you are overriding the default behavior of the mouse button press within the entire window of the app. As a result, built-in interactive features like zooming and panning can be affected, because the callback you've assigned takes precedence over the default behavior.
If your intention is to allow both the custom behavior defined in "WindowButtonDownFcn" and the default zoom/pan behaviors, you will need to implement some logic in your callback to determine when to execute custom actions and when to allow default behaviors.

카테고리

Help CenterFile Exchange에서 Develop uifigure-Based Apps에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by