How to show data in a textField on app designer?

1 vue (au cours des 30 derniers jours)
Biza Ferreira
Biza Ferreira le 13 Sep 2022
Commenté : Kevin Holly le 14 Sep 2022
Hello fellows,
I have a few problems in a app designer, a try to show data in a textArea component,but without success, can anyone help me to solve this issue?
Thanks in advance
function OpenFile(~, FilePath, FileName)
app.TextArea.Text = 'testing';
end

Réponse acceptée

Kevin Holly
Kevin Holly le 13 Sep 2022
It should be
app.TextArea.Value = "testing";
  4 commentaires
Kevin Holly
Kevin Holly le 14 Sep 2022
If you could accept this answer, I would appreciate it.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Communications Toolbox dans Help Center et File Exchange

Produits


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by