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.
Subject:Re: Question: Context Help for Java Apps From:Scott Miller <smiller -at- CORP -dot- PORTAL -dot- COM> Date:Tue, 7 Jul 1998 12:22:38 -0700
Depends on what you mean be "context-sensitive help." If you mean "open
a help topic from a Help button on a dialog box," then you can do that
in Java, provided you use a Java-based help system. However, if you mean
"What's This Help," then you might be out of luck with a Java-based help
system, until the real JavaHelp comes along. It's probably possible if
you throw enough code at it, but there is no Java help system to rely
on, yet.
However, it sounds like you're using WinHelp to create help for a Java
application. In that case, I would believe the programmer, as Java
doesn't really like to deal with native code at all, especially at the
granularity of context-sensitive help.
- Scott Miller
smiller -at- portal -dot- com
----------------------------------------
> We are developing an application in Java. We're using WinHelp to
> create
> online help, but the programmer tells me that context-sensitive help
> is
> not possible because of the limitations of Java. Is this true?
> Something
> about that just doesn't sound right.
>
> Anyone out there developing applications and online help in Java?
>