Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Eclipse UA gurus: What's the best or right way to hook my own help topic to the ? button for my own
Eclipse UA gurus: What's the best or right way to hook my own help topic to the ? button for my own [message #609936] Mon, 18 February 2008 22:26
Eclipse UserFriend
Originally posted by: nospam_kowalskilee.gmail.com

Hi,

If I have created my own wizard or wizard dialog, what do I need to do
to have the ? button open to my own help topic?

If it's via context ids, then how do you register the context id for a
wizard?

I found these two eclipse.platform newsgroup postings:
http://dev.eclipse.org/newslists/news.eclipse.platform/msg60 928.html
and
http://dev.eclipse.org/newslists/news.eclipse.platform/msg60 929.html

The second one says that you have to override the DialogPage method
public void performHelp()
{
PlatformUI.getWorkbench().getHelpSystem().displayHelp(contex tID);
}

Is that the best way? The 'right' way to do it?

Thanks!
Lee Anne Kowalski
(to email me, remove the nospam_ from my email name).
Previous Topic:running help in RCP without a workbench and not standalone
Next Topic:Re: Dialogs and org.eclipse.ui.forms.widgets.
Goto Forum:
  


Current Time: Fri Mar 29 00:52:28 GMT 2024

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

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

Back to the top