フィルターのクリア

How do I make a uibutton the 'active' item in a GUI upon construction?

3 ビュー (過去 30 日間)
Alan Bindemann
Alan Bindemann 2023 年 6 月 22 日
コメント済み: Kevin Holly 2023 年 6 月 23 日
I would like to have a button on an appDesigner GUI that is highlighted upon opening, giving the user the option of quickly dismissing the GUI by pressing the Enter Key or Spacebar.
If the GUI has the button as the first element, I can hit tab, then spacebar/enter to trigger the callback, but I would like a single keypress option. Does anyone know of a way to do this?
Thanks!

採用された回答

Kevin Holly
Kevin Holly 2023 年 6 月 23 日
編集済み: Kevin Holly 2023 年 6 月 23 日
Below would work for R2022a and later.
You can add
focus(app.Button)
to the startup function. To add a startup function, click Callback on the toolstrip while in Code View.
  2 件のコメント
Alan Bindemann
Alan Bindemann 2023 年 6 月 23 日
That's exactly what I need, but I am restricted to development in a version earlier than R2022a at the present time. Thanks for the reply though.
Cheers.
Kevin Holly
Kevin Holly 2023 年 6 月 23 日
Please see the link in the previous comment.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by