Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Infocenter help
Infocenter help [message #560366] Fri, 25 May 2007 13:17
steve is currently offline steveFriend
Messages: 6
Registered: July 2009
Junior Member
I have set up the Info center stadalone application for use with an RCP
3.2 application. For context sensitive help i have a problem i am hoping
someone knows the answer to,it is that the extension point specifies a
file <extension
point="org.eclipse.help.contexts" >
<contexts
file="xyz.xml"/>
</extension>

this file contains the context and topic like so

<contexts> <context id="simple"> <description> This
is a sample F1 help string.</description> <topic
label="topic in another plug-in"
href=" http://127.0.0.1:8700/help/topic/test.doc/foo.html?noframes= true" />
</context> </contexts> What i really don't want to have to do is hard code
the href. Is there a way to dynamically set the href? Otherwise i can see an
configuration nightmare!

Thanks...
Previous Topic:Index not found when installed via Update Manager
Next Topic:Branded Infocenters on help.eclipse.org
Goto Forum:
  


Current Time: Sat Apr 20 01:20:02 GMT 2024

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

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

Back to the top