Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Shwoing help after pressing a button
Shwoing help after pressing a button [message #331099] Mon, 25 August 2008 11:35 Go to next message
Klaus Schaefers is currently offline Klaus SchaefersFriend
Messages: 24
Registered: July 2009
Junior Member
Hi,

I would like to show the help view, if the user click on a button.
Furthermore the help should show a certain help content, specified by a
contextID.

I used the following code, but it does not work!

IWorkbenchHelpSystem system = PlatformUI.getWorkbench().getHelpSystem();
system.displayDynamicHelp();
system.displayHelp(contextID);

Does anybody have an idea, what's wrong with the code?
Re: Shwoing help after pressing a button [message #331102 is a reply to message #331099] Mon, 25 August 2008 12:31 Go to previous message
Eclipse UserFriend
Originally posted by: nospam_kowalskilee.gmail.com

Hi Klaus,

There is a newsgroup specifically for help system (user assistance)
types of questions.

You might get a good response posting to that newsgroup. It is:
eclipse.platform.ua

Best regards,
Lee Anne


Klaus Schaefers wrote:
> Hi,
> I would like to show the help view, if the user click on a button.
> Furthermore the help should show a certain help content, specified by a
> contextID.
> I used the following code, but it does not work!
>
> IWorkbenchHelpSystem system = PlatformUI.getWorkbench().getHelpSystem();
> system.displayDynamicHelp();
> system.displayHelp(contextID);
>
> Does anybody have an idea, what's wrong with the code?
>
Previous Topic:Survey about label decorations (with decoration icons)
Next Topic:software updates
Goto Forum:
  


Current Time: Fri Sep 27 12:34:24 GMT 2024

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

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

Back to the top