problem with dialog text box
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a dialog box that won't let me change the text in a textbox. When I type in the textbox, my input is replaced with the text it had initially. Have you encountered this behavior before? If so, how can I fix it?
0 Commenti
Risposte (1)
dpb
il 28 Set 2016
If you mean a uicontrol textbox, they're static controls and users cannot change text interactively. You can only programmatically update the 'string' property.
IOW, that's the normal and expected behavior.
0 Commenti
Vedere anche
Categorie
Scopri di più su Adding custom doc in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!