clearing text filed in app when clicking in the text box

8 visualizaciones (últimos 30 días)
hegel
hegel el 15 de Mzo. de 2020
Respondida: Subhamoy Saha el 16 de Mzo. de 2020
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

Respuesta aceptada

Subhamoy Saha
Subhamoy Saha el 16 de Mzo. de 2020
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.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by