Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [riena-dev] Riena App and eclipse help

Let continue the discussion on Bug 276874.

I'll post a comment there shortly.

Thanks,
Elias.

2009/5/20 ekkehard <ekkehard@xxxxxxxxxxxxxxxxx>:
> perhaps I'm only missing something simple ;-)
>
> I'm trying to add help to riena ui+navigation app
> so my application extends SwtApplication
>
> I have aplugin with help content
> and extension to org.eclipse.help.toc
> (also all required bundles for help, jetty etc)
>
> then I also have a menu contribution together
> with command
> org.eclipse.ui.help.helpContents
>
> the help was displayed in menu as expected,
> but its greyed out because no help content is found
>
> now comes the interesting part:
>
> in a normal RCP app I would do something like
>
> protected void makeActions(IWorkbenchWindow window) {
>   this.contentsHelpAction = ActionFactory.HELP_CONTENTS.create(window);
>   register(this.contentsHelpAction);
> }
>
> how can I add the help to my menu in a riena app ?
>
> btw: I would prefer to do it all declarative but I found no way
> to use org.eclipse.ui.binding to bind menu content to a command
>
> ekke
>
> _______________________________________________
> riena-dev mailing list
> riena-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/riena-dev
>



-- 
Elias Volanakis | Technical Lead | EclipseSource Portland
elias@xxxxxxxxxxxxxxxxx | +1 503 929 5537 | http://eclipsesource.com


Back to the top