Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Show intro action in declarative way
Show intro action in declarative way [message #458100] Mon, 13 November 2006 19:34 Go to next message
Patrick _ is currently offline Patrick _Friend
Messages: 2
Registered: July 2009
Junior Member
Hi,
I'm building rcp with a plug in that contribute with a
org.eclipse.ui.intro, everything works as espected the intro is shown
only at first run. The problem is that i cannot figure out how the
intro-plugin could contribute to the help menu to add an action "show
Intro". In all the examples that I found on the net the action was
always added programmaticaly in the ActionBarAdvisor using
ActionFactory.INTRO.create(..);

any pointer will be appreciated

patrick
Re: Show intro action in declarative way [message #465882 is a reply to message #458100] Wed, 11 April 2007 07:16 Go to previous message
Eclipse UserFriend
Originally posted by: mkuppe.versant.com

Patrick wrote:
> Hi,
> I'm building rcp with a plug in that contribute with a
> org.eclipse.ui.intro, everything works as espected the intro is shown
> only at first run. The problem is that i cannot figure out how the
> intro-plugin could contribute to the help menu to add an action "show
> Intro". In all the examples that I found on the net the action was
> always added programmaticaly in the ActionBarAdvisor using
> ActionFactory.INTRO.create(..);
>
> any pointer will be appreciated
>
> patrick

Hi,

I'm facing the same problem and my only solution is to create my own
extension point that allows for menu contributions in the help menu.
This requires some logic in the ActionBarAdvisor. The intro component
will then use that point.

Comments?

Regards,
Markus Kuppe
Previous Topic:Perspective layout access
Next Topic:"pull" information from a view
Goto Forum:
  


Current Time: Thu Apr 25 11:51:27 GMT 2024

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

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

Back to the top