필터 지우기
필터 지우기

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

조회 수: 8 (최근 30일)
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?

채택된 답변

Abhishek Chakram
Abhishek Chakram 2022년 6월 20일
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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by