Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
1answer
152 views

Best online help for a large Java Swing project?

We have a large Java Swing application that we'd like to add an "online help" system to. Does anyone have any reccomendations? I've only heard of JavaHelp and the Eclipse help system, but I'm not ...
5
votes
1answer
81 views

Modern help-system for windows applications

Currently I'm in a redesign of an old Windows-Desktop-Application. One goal of the redesign is to implement a modern looking UI in Office2010-Style with Ribbons. Additional to our UI we want to ...
3
votes
3answers
160 views

How Do I Tell Which Menu Item is Open in Delphi?

I am implementing context sensitive help in my Delphi 2009 application. It works fine except in one case. I cannot identify that I am in the main menu, and which menu item has been opened. What I ...
2
votes
2answers
41 views

Designing a Help System

I'm implementing a help system for a desktop app (Win32) and am looking for how to go about designing it. What kind of structure should a help system have, what's actually helpful for the user? e.g. ...
2
votes
1answer
82 views

Implementing a help system

Questions: is there any default way of presenting a help feature in Android? AFAIK, no. So, it follows: is there such a library or component to help (or trying to) standardize this? There is also that ...
1
vote
3answers
312 views

CMS-like help framework for web applications?

We have a relatively large web application (>200 pages) to which we need to begin adding help screens. We were wondering if there is a CMS-like application that is particularly well suited to such ...
1
vote
0answers
131 views

Google Help system

I would like to create an HTML help for one of my application, based on the Google help system. Does anyone know whether the Google Help system is available outside Google corp? If yes, how to obtain ...
0
votes
1answer
73 views

how to integrate a Plug-in Project template into an existing eclipse project?

I have already developped a Java project using Eclipse. Now I would like to integrate an help system to allow the user to open a guide. Browsing other questions i found this tutorial to set up ...
0
votes
1answer
701 views

Help System for Flash/Flex/AIR

I'm building a desktop application in Flex/AIR, and one of the current items on my TODO list is to develop a help system. Throughout the GUI, there are little (?) buttons. When the user clicks one of ...