How to have the mouse cursor automatically select a text box in App Designer when you open an App?

3 次查看(过去 30 天)
Many apps or websites will have the cursor already be inside a text box so it is not necessary to click on it to begin typing. Is this feature possible in Matlab App Designer? If so, how is it done?
The feature already is available in Guide, as seen here:

采纳的回答

MathWorks Support Team
编辑:MathWorks Support Team 2022-11-8
In R2022a and later releases, you can use focus function.
For example, you can add the following line to the app's StartUpFcn in App Designer:
focus(app.EditField) % or whatever the EditField handle is
In R2021b and earlier releases, there is no way to have the cursor automatically select the text box in App Designer. However, you can focus on an object in the GUI by pressing the Tab key.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

产品


版本

尚未输入任何版本。

Community Treasure Hunt

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

Start Hunting!

Translated by