How do I change focus to a given uieditfield (in gui created with uifigure)
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Morten Sparre Andersen
le 2 Nov 2021
Commenté : Morten Sparre Andersen
le 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 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!