How do I change focus to a given uieditfield (in gui created with uifigure)
4 ビュー (過去 30 日間)
古いコメントを表示
Morten Sparre Andersen
2021 年 11 月 2 日
コメント済み: Morten Sparre Andersen
2021 年 11 月 2 日
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 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!