Query regarding toolbar in MATLAB App designer

3 visualizaciones (últimos 30 días)
Ankush
Ankush el 10 de Ag. de 2022
Comentada: Ankush el 24 de Ag. de 2022
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.

Respuesta aceptada

Matt J
Matt J el 10 de Ag. de 2022
As far as I can tell, you must rebuild the toolbar using uitoolbar, uipushtool, and uitoggletool.
  3 comentarios
Matt J
Matt J el 18 de Ag. de 2022
Editada: Matt J el 18 de Ag. de 2022
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 el 24 de Ag. de 2022
Thanks for your response. Sounds logical. Will try to build up the tools.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Develop uifigure-Based Apps en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by