TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
>On an Intranet site, can I just link to the documentation and the HSVIEWER pops up so our customers can see the documentation in JavaHelp?
>Do they need to have the hsviewer installed?
The latter. At least some kind of viewer, whether HSVIEWER or the JRE.
>Any thoughts or workarounds on this would be greatly appreciated....
<thought>Remember that HSVIEWER is not what you actually use to deliver your help. Normally HSVIEWER is just a viewer for testing the help. In the Java app from which the .hs is called, the viewer is contained in the JRE. If
you're using a HAT (help authoring tool) maybe it has a distribution viewer thingy (dvt)?
<thinking out loud for workaround> If your users have the JRE on their workstations, you could use it to display your helpset.
Create a java class to launch the help. Basically you just:
1) import the class libraries for JavaHelp (e.g. javax.help.)
2) set up the application listener (e.g. for a click) with variables
3) open the helpset in a try block
I know that the JRE is an (optional?) part of the instal for some browsers -- presumably you could display the .hs in a browswer by calling the class described above ....?
John Cornellier
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Collect Royalties, Not Rejection Letters! Tell us your rejection story when you
submit your manuscript to iUniverse Nov. 6 -Dec. 15 and get five free copies of
your book. What are you waiting for? http://www.iuniverse.com/media/techwr
---
You are currently subscribed to techwr-l as: archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.