help-viewer

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"

How do I deploy Assistant with my app on Mac without deploying multiple copies of Qt Frameworks?

不想你离开。 提交于 2019-12-11 16:17:12
问题 I am trying to deploy a Qt application that uses the Assistant to show help, on mac (OS X 10.6-10.9, Qt 4.8) QStringList args = "-collectionFile " + "my_help_file"; QString app = "path/"+"Assistant.app"; m_helpProcess->start(app, args); I placed the Assistant.app inside the Resources folder. Since I deploy the app on a system with no qt installed, I placed all he QT dependencies in Contents/Frameworks, and ran install_name_tool # for QtCore: install_name_tool -id @executable_path/..

Microsoft Help Viewer can be used as an independent Application?

寵の児 提交于 2019-12-03 11:06:30
问题 I have a machine with Windows 8 where I've installed VS2013 without Help viewer , and a VirtualMachine with the same OS and the same VS but with the Help Viewer package installed ( Help Viewer v2.1 ). I've create that VM with an unique purpose, I would like to be able to use Microsoft Help Viewer (or other alternative software, if exist) in my host OS without resinstalling VS2013 in my OS . ...So in a very basic intent of reverse engineering to be able to use Microsoft Help viewer in my host

Microsoft Help Viewer can be used as an independent Application?

江枫思渺然 提交于 2019-12-03 00:37:01
I have a machine with Windows 8 where I've installed VS2013 without Help viewer , and a VirtualMachine with the same OS and the same VS but with the Help Viewer package installed ( Help Viewer v2.1 ). I've create that VM with an unique purpose, I would like to be able to use Microsoft Help Viewer (or other alternative software, if exist) in my host OS without resinstalling VS2013 in my OS . ...So in a very basic intent of reverse engineering to be able to use Microsoft Help viewer in my host OS I've just copied these folders from the VM to my PC : C:\Program Files (x86)\Microsoft Help Viewer