Effacer les filtres
Effacer les filtres

Change Button text when pressed in app designer

36 vues (au cours des 30 derniers jours)
Dhananjay Singh
Dhananjay Singh le 11 Oct 2021
Commenté : Jonathan Yip le 10 Août 2022
How to change text for a button when pressed. I have a Calculate button which performs some calculations, I want it to change to "Calculating" and after process is over revert back to orignal.

Réponse acceptée

Thomas Fournier
Thomas Fournier le 11 Oct 2021
You can change the text displayed on your button through the command:
app."name of your button".Text="newName"
  2 commentaires
Dhananjay Singh
Dhananjay Singh le 11 Oct 2021
If I put this command at the starting of code it changes(app.CalculateButton.Text = "Calculating.." ); but when I put (app.CalculateButton.Text = "Calculate") at the end to revert it back to orignal it doesnt change to "Calculating..."
Jonathan Yip
Jonathan Yip le 10 Août 2022
Yes, I have the same problem. Not sure what to do.
"If I put this command at the starting of code it changes(app.CalculateButton.Text = "Calculating.." ); but when I put (app.CalculateButton.Text = "Calculate") at the end to revert it back to orignal it doesnt change to "Calculating...""

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by