problem with dialog text box

조회 수: 5 (최근 30일)
George Walden
George Walden 2016년 9월 28일
답변: dpb 2016년 9월 28일
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?

답변 (1개)

dpb
dpb 2016년 9월 28일
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.

카테고리

Help CenterFile Exchange에서 Adding custom doc에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by