How do I change focus to a given uieditfield (in gui created with uifigure)
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Morten Sparre Andersen
il 2 Nov 2021
Commentato: Morten Sparre Andersen
il 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 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!