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