How do I change focus to a given uieditfield (in gui created with uifigure)
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Morten Sparre Andersen
am 2 Nov. 2021
Kommentiert: Morten Sparre Andersen
am 2 Nov. 2021
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!
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!