Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » rcp - requirements dynamic help
rcp - requirements dynamic help [message #294665] Tue, 15 November 2005 17:52 Go to next message
Eclipse UserFriend
Originally posted by: joachim82.arcor.de

hi,

what are the requirements for a dynamic help implementation on the
richclient applications?

I have the following dependencies:
org.eclipse.help
org.eclipse.help.ui
org.eclipse.appserver
org.eclipse.help.base
org.eclipse.help.webapp
org.eclipse.help.ui

The static help is ok, but the dynamic and active help makes some problems.
I have implemented a contexts.xml file and have registered it in the
plugin.xml with the org.eclipse.help.contexts extension and the contexts.xml
file.

In my class which extends from ActionBarAdivsor I have registered the
helpcontents action via:

helpAction = ActionFactory.HELP_CONTENTS.create(window);
register(helpAction);

I can open the Help View manually but it should be opened on pressing the F1
key, isn't it?
Could this problem be the reason, that no context entry is found in my
registry? In the Help View when I click on a view, there only appears a
headline with "About ...." and an empty screen.

It would be great if somebody can give some support.

--
Joachim
Re: rcp - requirements dynamic help [message #294686 is a reply to message #294665] Wed, 16 November 2005 07:24 Go to previous message
Eclipse UserFriend
Originally posted by: rui.figueira.gmail.com

I guess you also need org.eclipse.tomcat plugin as well. It contributes a
application server (org.eclipse.appserver requires an implementation) that
is going to serve your HTML help pages.

Rui Figueira
Previous Topic:Removing listeners in JFace
Next Topic:cut and paste not working
Goto Forum:
  


Current Time: Sun Jun 29 18:55:42 EDT 2025

Powered by FUDForum. Page generated in 0.03000 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top