How to execute function after pressing Return while focused to an Edit Field App Designer Object?

12 visualizaciones (últimos 30 días)
I have a GUI with 2 edit fields which I would like to run different functions when "return" is pressed. The parent UIFigure has the ability to set up a keypress callback, but it's children Edit field objects do not, and they do not "inhert" its keypress function either, meaning if you are focused on (ie typing in) an Edit Field, the UIFigure's keypress callbacks are not available. Is there a way to add keypress functions to indvidual App Designer objecs?

Respuestas (1)

Abhishek Chakram
Abhishek Chakram el 20 de Jun. de 2022
Hi Austin,
I understand that you want to execute a function by pressing return/enter while the editfield is in focus.
To my understanding, you can add two different ValueChangedFcn callbacks to both the editfields. The callback will be executed when the user is finished typing and presses enter. Here, the callback will also be executed when the user is finished typing and click anywhere outside the editfield.

Categorías

Más información sobre Develop uifigure-Based Apps en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by