Filter löschen
Filter löschen

How do I change focus to a given uieditfield (in gui created with uifigure)

1 Ansicht (letzte 30 Tage)
I want to change focus to an uieditfield after pushing a button (in gui created with uifigure) to enter some data. - How do I do it?
In gui created with figure it can be done with the simple statement:
uicontrol(EdPtr);
assuming EdPtr is the handle of the uicontrol with the "edit field".
The equivalent statement is not posible for gui made with uifigure!

Akzeptierte Antwort

Yongjian Feng
Yongjian Feng am 2 Nov. 2021
Check this answer?
  1 Kommentar
Morten Sparre Andersen
Morten Sparre Andersen am 2 Nov. 2021
Thank you for pointing me to Adam Danz's suggestion. It works fine in smaller applications. However, it is not convenient having the buttons in between edit fields in the tab order, so I will return to a figure based interface until my next update.
Morten

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by