I have created a Help menu in my application ASS. I have connected the showHelp: action at First Responder and it’s OK (CFBundleHelpBookName in the InfoPlist.strings file).
I want to add a "What’s new in my app?"entry in my Help menu. Please, can you tell me how make that? How to set a specific file and open it in the HelpViewer application?
Thanks!
set the pathNames to (main bundle path for directory "AppHelp/pgs" resource "ox12" extension "html")
do shell script "open -a /System/Library/CoreServices/'Help Viewer.app' " & pathNames