Tagged Questions
The context-sensitive-help tag has no wiki summary.
6
votes
9answers
275 views
What's the deal with helpfiles these days?
I added this question at SuperUser for the user's perspective.
So I create an application in Delphi or .NET which will run on a desktop system. Some nice GUI with all kinds of functionality and nice ...
4
votes
1answer
509 views
CHM (htmlhelp) search for keyword
I'm trying to interface the htmlhelp api (which is a big word for one function in two variants), and I have a problem with the following usecase:
Assume I have a simple programmer's editor, with a ...
2
votes
1answer
101 views
How Can I Get Context Sensitive He-lp in Delphi to Use Symbolic Names instead of HelpID Aliases?
I'm building my help system into my program, and I'm working on my context sensitive help which should bring up the appropriate help page for the active control when F1 is pushed.
On each control, I ...
2
votes
0answers
268 views
Extensible framework for context-sensitive help in web application
For the web application we are currently working on, we will have to think in advance on how to roll it out to a number of different user groups. From a functional side it is important to have a ...
2
votes
4answers
1k views
What good alternatives to CHM are there for context sensitive help documents in desktop applications?
We currently have a number of desktop applications (PowerBuilder, Winforms, WPF) that make use of a single CHM for context sensitive help. We'd like to move away from CHM as it's difficult to maintain ...
1
vote
0answers
59 views
complement of a context-sensitive language [closed]
I was wondering how could i show complement of a context-sensitive language is another context- sensitive language
It was shown by N. Immerman [a3] and (independently) R. Szelepcsényi [a4] that the ...
1
vote
1answer
134 views
Innosetup - reference a file from [Code] before the installation starts
This is sort of a continuation of this question. I have a file that I want to include with my installation package (a .CHM help file) that I need to access during installation from code. It doesn't ...
1
vote
1answer
211 views
Adding a help button to an InnoSetup wizard page
I have a setup script with a custom wizard page to get a choice from the user. It would be nice to have a help button and to supply a small CHM file with the installable so that I can provide a ...
0
votes
0answers
36 views
context sensitive help using webbrowser control in wpf
Im using webbrowser control for showing help file.
so basically the browser will navigate based on the context selected.
now the issue is:
for the first time its navigating properly to the selected ...
0
votes
0answers
41 views
How to create context sensitive help for Visual Studio application?
I know about the old help system created by HTML Help workshop, with the little purple books in the TOC. But that's not the way help systems look today. In Visual Studio itself for instance, it looks ...
0
votes
1answer
112 views
Context sensitive help in GWT application
I need to provide context sensitive help in my GWT application. For this every GWT view will have many help links each of which will open a dialog box with appropriate help text (different for each ...
0
votes
0answers
52 views
Context Sensitive PDF
Is it possible to make PDF context sensitive? I know one way is to split topics into individual files which would be very time consuming. Before I tell my boss I would need another tool to create ...
0
votes
1answer
165 views
How can I provide context-sensitive help within a .NET application that loads content from external URLs?
We have a Plone-based intranet populated with documentation for our .NET app, but currently there is no connection between the context-sensitive (F1) help in the .NET app and the Plone content.
...
-1
votes
2answers
479 views
Good way to add context-sensitive help to an existing Windows Forms application?
I have to add database-driven tooltips to an existing WinForms App, big one. C# and .NET 3.5
I'd like to avoid having to drop new controls for this, and the user has to be able to edit the help ...