problem with dialog text box
5 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Adding custom doc についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!