Limit User Input to EditField Value in App Designer
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Konvictus177
el 21 de Oct. de 2022
Respondida: Eric Delgado
el 21 de Oct. de 2022
Hi,
I would like to limit the numbers the user can enter to an "Edit Field (Numeric)" in app designer. The value property has "Limits" that can be set but if the user still ends up entering a number for example smaller than the lower limit it will still display the number entered by the user.
So I basically want the value entered to automatically change to the lowest number possible (from Limits) if the users enters a number smaller than that.
Is writing code the only way to do that?
Thanks.
0 comentarios
Respuesta aceptada
Eric Delgado
el 21 de Oct. de 2022
It's not possible because there is no callback related to a trigger like that - there is no "EditFieldValueChanging", but only "EditFieldValueChanged".
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!