How to make uicontrol edit box only show the text when needed?

7 vues (au cours des 30 derniers jours)
xiaojuezi
xiaojuezi le 18 Nov 2021
Réponse apportée : Jan le 18 Nov 2021
Hi, I have a uicontrol edit box. When nothing is entered, by default, the edit box looks empty. Now I would like to add an additional checkbox, if users want to see the entered text, the edit box will display what they've written, but if they disable it, the editbox will hide it (but still keeps what they've written before). In short, the editbox will always exist, but users can switch between text displaying or not. Is there an easy way to do so?
Thank you very much!

Réponses (1)

Jan
Jan le 18 Nov 2021
You can simply delete the 'String' property of the text box, when the checkbox is disabled and store the contents e.g. in the UserData. Then the callback of the checkbox copies the UserData to the String property.
Maybe you want to disable the edit field also using the CheckBox, such that the user cannot insert new characters.

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by