apple-help

Anchors in help-book not working

帅比萌擦擦* 提交于 2021-02-06 09:11:52
问题 I've double checked everything and hoping someone can find a stupid mistake that I'm not seeing. I'm trying to build a Apple Help section for my application and it correctly goes to the landing page however none of the anchors work. The landing page is called index.html and the other page is called test.html which is located in the pgs directory. In index.html I have: <a href="help:anchor=support bookID=com.company.app_name.help">Link to another page</a> In test.html I have: <a name="support"

Anchors in help-book not working

早过忘川 提交于 2021-02-06 09:11:02
问题 I've double checked everything and hoping someone can find a stupid mistake that I'm not seeing. I'm trying to build a Apple Help section for my application and it correctly goes to the landing page however none of the anchors work. The landing page is called index.html and the other page is called test.html which is located in the pgs directory. In index.html I have: <a href="help:anchor=support bookID=com.company.app_name.help">Link to another page</a> In test.html I have: <a name="support"

Debugging Help Book (“The selected topic is currently unavailable”)

被刻印的时光 ゝ 提交于 2019-12-05 02:43:15
问题 Right - so I've created a help book, did all the right things, double-checked my plist and index.html files, and all I get is the notorious The selected topic is currently unavailable. The only entry in Console when attempting to open the help book is a plain 3/8/15 1:23:42.467 PM HelpViewer[35015]: Couldn't find book with this ID: (null) Not too helpful. Where to go from here? Are there any debugging techniques for Apple Help? Logging to turn on? Anything..? 回答1: Just struggled a few hours

how to unregister Mac app help book

那年仲夏 提交于 2019-12-03 17:25:15
问题 I registered help book for my app, then in the following days, I updated the help book, but when I execute my app, the help book is still the old version, it's not updated, is there any way to unregister help book? or let it update? 回答1: I've found a nice blog post that includes a script that clears help viewer's cache and restarts the help daemon. http://macergun.blogspot.co.uk/2011/06/dealing-with-help-viewer-cache.html The script looks like this: rm -rf ~/Library/Caches/com.apple.help* rm

Debugging Help Book (“The selected topic is currently unavailable”)

心不动则不痛 提交于 2019-12-03 17:15:24
Right - so I've created a help book, did all the right things , double-checked my plist and index.html files, and all I get is the notorious The selected topic is currently unavailable. The only entry in Console when attempting to open the help book is a plain 3/8/15 1:23:42.467 PM HelpViewer[35015]: Couldn't find book with this ID: (null) Not too helpful. Where to go from here? Are there any debugging techniques for Apple Help? Logging to turn on? Anything..? Just struggled a few hours with the same problem. The ID: (null) means that you are missing CFBundleName or HPDBookTitle keys, or

how to unregister Mac app help book

独自空忆成欢 提交于 2019-12-03 06:11:02
I registered help book for my app, then in the following days, I updated the help book, but when I execute my app, the help book is still the old version, it's not updated, is there any way to unregister help book? or let it update? I've found a nice blog post that includes a script that clears help viewer's cache and restarts the help daemon. http://macergun.blogspot.co.uk/2011/06/dealing-with-help-viewer-cache.html The script looks like this: rm -rf ~/Library/Caches/com.apple.help* rm -rf ~/Library/Preferences/com.apple.help* rm -rf ~/.Trash/* killall helpd defaults write com.apple