フィルターのクリア

Zoom and WindowScrollWheel callback not working together on App Designer

15 ビュー (過去 30 日間)
Giacomo Gregori
Giacomo Gregori 2019 年 7 月 29 日
回答済み: Anmol Dhiman 2019 年 8 月 2 日
Hello,
I'm creating a GUI with three UIAxes in a figure. I want both to be able to zoom in the axes ( I set zoom(app.UIAxes, 'on') for all three axes) and to control the callback WindowScrollWheel of the mouse wheel.
So I want that when I scrool the wheel of the mouse over the UIAxes both the zoom on the axes works and the callback is called.
Now, since I added the callback in my App Designer app, the zoom doesn' t work anymore. Is it possible to have both working together?
Thanks,
Giacomo

回答 (1 件)

Anmol Dhiman
Anmol Dhiman 2019 年 8 月 2 日
It is possible to run both Zoom and Callback together on App Designer .
There is no need of zoom(app.UIAxes, 'on') statement.
Manually select the zoom by hovering on the Particular axes.
On scrolling over the particular axes, both callback function and zoom on axes will work.

カテゴリ

Help Center および File ExchangeVisual Exploration についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by