Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Calling help from a different RCP app
Calling help from a different RCP app [message #623974] Thu, 25 March 2010 11:41 Go to previous message
cbhunni is currently offline cbhunni
Messages: 9
Registered: March 2010
Junior Member
Hello,
I have created a help contents plugin. I can bring up the help system from a view toolbar button successfully if I am running my own RCP stand-alone application using the following code:
...
PlatformUI.getWorkbench().getHelpSystem().displayHelpResourc e( "/gov.usgs.jem.model.spoonbill.help/html/toc.html");
...

But I have also exported my view plugins to be run from someone else's RCP application. Everything works fine except the help is NOT opening or doing anything when calling the line above.

The following line also returns true if that helps (which gives me a little hope): PlatformUI.getWorkbench().getHelpSystem().hasHelpUI()

Would anyone have any suggestions???
Thanks for any help! :)
 
Read Message
Read Message
Read Message
Previous Topic:Calling help from a different RCP app
Next Topic:Turn filtering on/off in the Infocenter
Goto Forum:
  


Current Time: Sat May 25 23:36:56 EDT 2013

Powered by FUDForum. Page generated in 0.02118 seconds