clearing text filed in app when clicking in the text box

2 次查看(过去 30 天)
hi everyone,
question...
I'm making an app that when initializes it shows sample format of the data that needs, for example YYYY MM DD HH MM SS for time vector, I dont want it to be numeric, so when I click on the box and start typing the letters dont go away and I have to delete them. Is it possible that when the user clicks on the box the letters go away so when finish typing dont have to delete the leters? actually the same with numeric field, I have to have a number to initialize the app, but if I want to change it I want the old number to go away when I type a new number.
Is there a "hint" option that when hover the mouse over the field box it shows text?
thanks in advance!
hg

采纳的回答

Subhamoy Saha
Subhamoy Saha 2020-3-16
Numeric field needs a default number. It cannot be blank.
As Mohammad Sami told, you can use the tooltip property to display hint.
While entering values into (numeric/text) edit field you can click twice instead of single click. It will select the whole text and when you start typing the old text will be removed.
You an also use tab key to go to the desised field (if that is convenient to you) and in that case also the old values will be preselected and entering new value will replace it.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by