[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Need help with the eclipse standalone help

Hi,

I use the eclipse native help system and encountered a problem:
i want to use a html page at two different places, but don't know how to do this.


yet i tried to use the same href twice but the help don't show the right path and i tried link_toc but than he don't show the actual tree on the left; so neither one with satisfying success

For Example:

<toc label="gettingstarted" link_to="toc.xml#gettingstarted"> <topic label="maintopic" href="html/gettingstarted/maintopic.html"> </topic> <topic label="subtopic"> <link toc="tocreference.xml"/> </topic> </toc>

<toc label="reference" link_to="toc.xml#reference"> <topic label="subtopic" href="html/reference/subtopic.html"> </topic> </toc>

PlatformUI.getWorkbench().getHelpSystem().displayHelpResource("toc=/HelpBook/tocgettingstarted.xml&topic=/HelpBook/html/reference/subtopic.html");

Can anybody help me?