Query regarding toolbar in MATLAB App designer

3 ビュー (過去 30 日間)
Ankush
Ankush 2022 年 8 月 10 日
コメント済み: Ankush 2022 年 8 月 24 日
What changes should I make in the app designer code to get this toolbar (refer picture below) in the final sharable application.? Please refer me to some guidelines in this regard.

採用された回答

Matt J
Matt J 2022 年 8 月 10 日
As far as I can tell, you must rebuild the toolbar using uitoolbar, uipushtool, and uitoggletool.
  3 件のコメント
Matt J
Matt J 2022 年 8 月 18 日
編集済み: Matt J 2022 年 8 月 18 日
Because you must also recreate the buttons themselves with uipushtool, and uitoggletool.
I agree that this is tragically painful, but at the same time, it is not clear what else we could expect. The contents of a UIFigure are not as predictable as a conventional figure, so it is not clear what the behavior of the buttons should be in this case. What should the zoom button do when the UIFigure contains only a pushbutton or a slider?
Ankush
Ankush 2022 年 8 月 24 日
Thanks for your response. Sounds logical. Will try to build up the tools.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop uifigure-Based Apps についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by