problem with dialog text box

5 Ansichten (letzte 30 Tage)
George Walden
George Walden am 28 Sep. 2016
Beantwortet: dpb am 28 Sep. 2016
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?

Antworten (1)

dpb
dpb am 28 Sep. 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.

Kategorien

Mehr zu Adding custom doc finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by