self clearing edit box
1 回表示 (過去 30 日間)
古いコメントを表示
Max Müller
2014 年 8 月 25 日
回答済み: Salaheddin Hosseinzadeh
2014 年 8 月 25 日
Hey guys,
I want to create an Edit box that has a default Text Input ('enter Experiment number ') and clears it self by click on the edit box. I tried to set the buttondownfcn without success. Any ideas ?
PS : wish u all a successful week
0 件のコメント
採用された回答
Salaheddin Hosseinzadeh
2014 年 8 月 25 日
Hi Max,
How about using MATLAB's default input dialog (inputdlg)?
Even if you make your own, it's absolutely gonna work the same, and it won't have any advantages.
To find how to use it please refer to matlab documentation.
doc inputdlg
I believe this is enough to solve your prob, if not get back to us.
Good Luck!
Here is an example in the documentation.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!