[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.rt.riena] Re: Use Ridgets without the UI concept

Hi Michael,

(why do you want something that doesnot work like a charm :-) )

Ok seriously, there is a sample that shows just that. Its the project org.eclipse.riena.sample.app.client.rcpmail with the launcher "Mail Sample (RCP UI)" that does exactly that. In org.eclipse.riena.sample.snippets there are also many snippets that show how to use Ridgets without the navigation concept....

christian


Michael Huber schrieb:
Hi,

I am currently trying to setup an eclipse RCP application that has the
normal Eclipse look but is using Riena under the hood.

I am currently trying to build a view which is using Rienas ridgets.

I have created a View that extends SubModuleView<MyController> and
MyController extends SubModuleController

I have started to use this in the normal Riena UI and it worked like a
charm in there.

But now I am having problems to have the Ridget and the Widgets in the
View to work together after I have changed my application class to
startup a normal eclipse RCP application.

Can somebody tell me what I have to do so the Ridgets can be used in a
normal eclipse application?

Thanks!
Michael