필터 지우기
필터 지우기

How to edit menus from Menu Bar?

조회 수: 2 (최근 30일)
adi kul
adi kul 2016년 6월 8일
댓글: Madina Hamiane 2019년 12월 21일
Hello All, With the help of menu editor I have created 2 menus in my GUI. 1.About 2.Help
Now when user clicks on About, I want to show a popup window stating some message such as copywrite, version, developer, etc. And when user clicks on help, I want to open a pdf file which will give step by step guideline on using this GUI.
Also is there any way to put the guidelines mentioned in pdf directly in Matlab GUI so I don't need to keep pdf file separate while distributing the standalone GUI?

답변 (1개)

Geoff Hayes
Geoff Hayes 2016년 6월 8일
편집: Geoff Hayes 2016년 6월 8일
adi - your question title asks how to edit menus from Menu Bar but your question body seems to suggest that you have already created the two menus.
If you want to know how to create a dialog (for your about info) see predefined dialogs or create your own modal dialog for details. As for opening a PDF file, use open to open any file in the appropriate application.
  댓글 수: 3
Geoff Hayes
Geoff Hayes 2016년 6월 8일
Since you want to centre the text, you may want to create your own modal dialog. You will have more control over how it appears...
Madina Hamiane
Madina Hamiane 2019년 12월 21일
What about changing the title of the menu window ?????

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by