Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Help icon in the NEW_WIZARD_SHORTLIST Contribution item
Help icon in the NEW_WIZARD_SHORTLIST Contribution item [message #330946] Tue, 19 August 2008 07:38 Go to next message
Mark Hoffmann is currently offline Mark HoffmannFriend
Messages: 113
Registered: July 2009
Location: Jena
Senior Member
Hello,

I encountered some problems with the help icon in wizards. I have
created my own WizardDialog with the option setHelpAvailable(true).
Everything is fine. The wizard opens with the icon. For my coolbar and
the menu I use the NEW_WIZARD_SHORTLIST-ContributionItem and the wizards
are imported with the importWizard extension point

What happens is the following ...

first case: I start my RCP and use the contribution item to open a
wizard. No help icon is available.

second case: I open the wizard with my own action and my own
WizardDialog. Now I see the help icon. If I now want to open a wizard
with the contribution item I also see the icon. Can anybody tell me why?

I want all two case work in the same way. I want the help icon in the
ContributionItem too, even if I use th first case.

I have to say that I don't use the helpRefId in the newWizard extension
point. Has it something to do with it?
It is no bug, I know it, because if I open a wizard in the IDE, the
WizardDialog has the icon. I searched in the IDE code and extensions,
but found not the right answer.

Can you point me in the right direction?

Thank you,
Mark
Re: Help icon in the NEW_WIZARD_SHORTLIST Contribution item [message #330982 is a reply to message #330946] Wed, 20 August 2008 13:26 Go to previous message
Mark Hoffmann is currently offline Mark HoffmannFriend
Messages: 113
Registered: July 2009
Location: Jena
Senior Member
Hello,

I have found the solution at:

http://www.sagewire.org/rcp-platform-eclipse/Help-button-in- Wizard-288890.aspx

You simply have to add

TrayDialog.setDialogHelpAvailable(true);

to the initialize(IWorkbenchConfigurer configurer) method of your
WorkbenchAdvidor.

Mark
Previous Topic:[CVS] thank you so much
Next Topic:Navigate > Open Type is missing. Also CTRL + SHIFT + T does not work.
Goto Forum:
  


Current Time: Tue Jul 16 13:54:59 GMT 2024

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

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

Back to the top