at first how can i replace the shell of the rcp wit the ribbon shell?
then i want to open a view with the ribbon button but no perspective will be switch. I use the
getWindowConfigurer().getWindow().getActivePage().showView(V iew ID);
replacing the SWT-Shell in RCP 3.x is nearly impossible so I guess you
are out of luck until e4 will be released which makes such things
possible [1] already in 0.9 (if you have a lot of knowlegde about the
internals) and we'll make it (hopefully total easy in 1.0 [2])
Beside that please take care about the license politics of M$, Ribbon is
royality free but you need to inform M$ about the usage!
Chau schrieb:
> at first how can i replace the shell of the rcp wit the ribbon shell?
>
> then i want to open a view with the ribbon button but no perspective
> will be switch. I use the
> getWindowConfigurer().getWindow().getActivePage().showView(V iew ID);
>
> greez Chau