Can a "mouse right click" callback function be added to "edit field" box (in app design)?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
The "ValueChangedFunc" callback can be added to the "EditField" box (in app design).
What other callback functions can be added on the "EditField" box?
For example, with mouse right clicking?
Thanks.
1 comentario
Ameer Hamza
el 6 de Abr. de 2020
Editada: Ameer Hamza
el 6 de Abr. de 2020
This shows that only four types of callbacks are supported for edit field: https://www.mathworks.com/help/releases/R2020a/matlab/ref/matlab.ui.control.editfield-properties.html#d120e1418540
and none of them is related to mouse events.
Respuestas (0)
Ver también
Categorías
Más información sobre Develop Apps Using App Designer 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!