How to rename UI Figure window in App Designer

122 visualizaciones (últimos 30 días)
Andre Munoz
Andre Munoz el 4 de Oct. de 2017
Comentada: Thibault MARIN el 22 de Feb. de 2022
Hi
I am currently using App Designer to create an app which, I will eventually run through deploytool to generate a .exe file. However, I cannot change the app window title from UI Figure to a custom one. Please can anyone assist me?

Respuesta aceptada

Marco
Marco el 6 de Oct. de 2017
Hello, in order to rename your UIFigure you can follow this steps: - open your project in App Designer - In the COMPONENT BROWSER menu (you can find it on the right) select the first element in the list - In the UI FIGURE PROPERTIES (down on the right) you can add the name that you want in the Title field.
BR Marco
  4 comentarios
Kristoffer Walker
Kristoffer Walker el 6 de Feb. de 2020
Editada: Kristoffer Walker el 6 de Feb. de 2020
Ok, I figured this out. In order to change names for the version I am using (2019b), I need to make sure that "IntegerHandle" is checked. If I do not check any of these (the default for me), then I get that error above. Hope this helps someone.
Kris
Brian Concannon
Brian Concannon el 20 de Ag. de 2020
It helped me.

Iniciar sesión para comentar.

Más respuestas (1)

Hikmet Osman
Hikmet Osman el 17 de Feb. de 2021
in the startupFcn(app) of your app add the code:
app.current name.Name='new name';
  2 comentarios
Robert Scott
Robert Scott el 17 de Ag. de 2021
This does not work just FYI
There is no method for that
Thibault MARIN
Thibault MARIN el 22 de Feb. de 2022
i think Hikmet meant you have to rename the Figure, not the app itself.
It works, and you can customize it if you use a sprintf function :
app.CurrentAppUIFigure.Name = sprintf('APP - %s (DATA)',name);

Iniciar sesión para comentar.

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by