How to design the help document in GUI?
古いコメントを表示
I've just finished a GUI program.And I'm going to design a 'help menu' telling people how to use the program.If I click on the help menu,the help document will appear.Would you please tell me how to design it?
採用された回答
その他の回答 (1 件)
Jan
2013 年 2 月 28 日
0 投票
Matlab users are used to read Matlab's help files. Therefore I'd follow the style of the doc files, add the html file to the standard doc browser also and use FEX: popupPanel to display this HTML page when the local help menu is triggered.
3 件のコメント
Sean de Wolski
2013 年 2 月 28 日
But this doesn't cover deployed executables (or even Apps) where the users may not know MATLAB.
QiQin Zhan
2013 年 2 月 28 日
Jan
2013 年 2 月 28 日
@Sean: Correct, but in a deployed application you can open the same HTML page in a browser instead.
@Chan: You can use standard HTML pages, which can be view by a standard browser also such that you can place it a web page also.
カテゴリ
ヘルプ センター および File Exchange で App Building についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!