How do I change focus to a given uieditfield (in gui created with uifigure)
4 views (last 30 days)
Show older comments
Morten Sparre Andersen
on 2 Nov 2021
Commented: Morten Sparre Andersen
on 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 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Migrate GUIDE Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!