How can I identify push button in app designer?
7 次查看(过去 30 天)
显示 更早的评论
Hi! I'm creating an user interface with App Designer, and I'd like to enable a button when another button is pressed, but I don't know how i can identify the button that is pressed.
0 个评论
采纳的回答
Elias Gule
2018-3-28
Please follow the steps as outlined by the arrows in the attached picture. Basically, what you should do is
1) Select the Design View AppDesigner
2) Select the Component Whose Id You Want To Know
3) The highlighted text under the app.UIFIGUREin the Component Browser pane is the full ID of the selected component.
So if you selected a button whose text is "Select File" then in the Component Browser under app.UIFIGURE, the text app.SelectFile will be full id of the selected component.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File 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!