Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Riena » hide NavigationTreeView and StatusLineView
hide NavigationTreeView and StatusLineView [message #636648] Tue, 02 November 2010 10:24 Go to next message
Eclipse UserFriend
Originally posted by: matthiasrodler.gmx.net

Hi,

I use the Riena framework within a common RCP application. Riena adds
two Views:

NavigatinTreeView
StatusLineView

which are shown in the "Show View" dialog in the others folder.

How can I remove them?

Thanks,

Matthias
Re: hide NavigationTreeView and StatusLineView [message #637645 is a reply to message #636648] Mon, 08 November 2010 08:13 Go to previous messageGo to next message
Christian Campo is currently offline Christian CampoFriend
Messages: 597
Registered: July 2009
Senior Member
Hi Matthias,

do you use the Navigation View in your application or do you just use Ridgets. If you just use Ridgets, you dont need to
deploy the bundles with o.e.r.navigation.* or o.e.r.workarea

That should help

christian

Am 02.11.10 11:24, schrieb Matthias Rodler:
> Hi,
>
> I use the Riena framework within a common RCP application. Riena adds
> two Views:
>
> NavigatinTreeView
> StatusLineView
>
> which are shown in the "Show View" dialog in the others folder.
>
> How can I remove them?
>
> Thanks,
>
> Matthias
Re: hide NavigationTreeView and StatusLineView [message #637778 is a reply to message #637645] Mon, 08 November 2010 20:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: matthias.rodler.gmx.net

Thanks Christian for your answer I will remove those bundles.

Is it possible to use the riena navigation in a rcp application?

Matthias

Am 08.11.2010 09:13, schrieb Christian Campo:
> Hi Matthias,
>
> do you use the Navigation View in your application or do you just use
> Ridgets. If you just use Ridgets, you dont need to deploy the bundles
> with o.e.r.navigation.* or o.e.r.workarea
>
> That should help
>
> christian
>
> Am 02.11.10 11:24, schrieb Matthias Rodler:
>> Hi,
>>
>> I use the Riena framework within a common RCP application. Riena adds
>> two Views:
>>
>> NavigatinTreeView
>> StatusLineView
>>
>> which are shown in the "Show View" dialog in the others folder.
>>
>> How can I remove them?
>>
>> Thanks,
>>
>> Matthias
>
Re: hide NavigationTreeView and StatusLineView [message #637842 is a reply to message #637778] Tue, 09 November 2010 06:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: matthiasrodler.gmx.net

If I try to validate the my product it will tell me that your listed
bundles are required by o.e.r.client.

Matthias

Am 08.11.2010 21:01, schrieb Matthias Rodler:
> Thanks Christian for your answer I will remove those bundles.
>
> Is it possible to use the riena navigation in a rcp application?
>
> Matthias
>
> Am 08.11.2010 09:13, schrieb Christian Campo:
>> Hi Matthias,
>>
>> do you use the Navigation View in your application or do you just use
>> Ridgets. If you just use Ridgets, you dont need to deploy the bundles
>> with o.e.r.navigation.* or o.e.r.workarea
>>
>> That should help
>>
>> christian
>>
>> Am 02.11.10 11:24, schrieb Matthias Rodler:
>>> Hi,
>>>
>>> I use the Riena framework within a common RCP application. Riena adds
>>> two Views:
>>>
>>> NavigatinTreeView
>>> StatusLineView
>>>
>>> which are shown in the "Show View" dialog in the others folder.
>>>
>>> How can I remove them?
>>>
>>> Thanks,
>>>
>>> Matthias
>>
Re: hide NavigationTreeView and StatusLineView [message #637859 is a reply to message #637842] Tue, 09 November 2010 08:14 Go to previous messageGo to next message
Christian Campo is currently offline Christian CampoFriend
Messages: 597
Registered: July 2009
Senior Member
o.e.r.client is an empty bundle that just helps to manage dependencies. So instead of being dependant on individual
bundles you can be dependant on o.e.r.client and that gets you everything.
If you only want a part of Riena, then remove o.e.r.client and make you app dependant on the individual bundles that you
need.

christian

Am 09.11.10 07:28, schrieb Matthias Rodler:
> If I try to validate the my product it will tell me that your listed
> bundles are required by o.e.r.client.
>
> Matthias
>
> Am 08.11.2010 21:01, schrieb Matthias Rodler:
>> Thanks Christian for your answer I will remove those bundles.
>>
>> Is it possible to use the riena navigation in a rcp application?
>>
>> Matthias
>>
>> Am 08.11.2010 09:13, schrieb Christian Campo:
>>> Hi Matthias,
>>>
>>> do you use the Navigation View in your application or do you just use
>>> Ridgets. If you just use Ridgets, you dont need to deploy the bundles
>>> with o.e.r.navigation.* or o.e.r.workarea
>>>
>>> That should help
>>>
>>> christian
>>>
>>> Am 02.11.10 11:24, schrieb Matthias Rodler:
>>>> Hi,
>>>>
>>>> I use the Riena framework within a common RCP application. Riena adds
>>>> two Views:
>>>>
>>>> NavigatinTreeView
>>>> StatusLineView
>>>>
>>>> which are shown in the "Show View" dialog in the others folder.
>>>>
>>>> How can I remove them?
>>>>
>>>> Thanks,
>>>>
>>>> Matthias
>>>
>
Re: hide NavigationTreeView and StatusLineView [message #637860 is a reply to message #637778] Tue, 09 November 2010 08:16 Go to previous messageGo to next message
Christian Campo is currently offline Christian CampoFriend
Messages: 597
Registered: July 2009
Senior Member
Not sure what that means. Riena IS an RCP based application framework. So every Riena application is also an RCP
application.

If the question is whether you can reuse RCP Views in Riena. Most certainly you can. There are must multiple RCP Mail
sample projects in Riena. One shows how you can embedd a Riena view (which is an RCP View with an extra controller
class). The other shows how you can embedd a plain unmodified RCP view in a Riena navigation based app.

So what exactly is your use case ?

christian


Am 08.11.10 21:01, schrieb Matthias Rodler:
> Thanks Christian for your answer I will remove those bundles.
>
> Is it possible to use the riena navigation in a rcp application?
>
> Matthias
>
> Am 08.11.2010 09:13, schrieb Christian Campo:
>> Hi Matthias,
>>
>> do you use the Navigation View in your application or do you just use
>> Ridgets. If you just use Ridgets, you dont need to deploy the bundles
>> with o.e.r.navigation.* or o.e.r.workarea
>>
>> That should help
>>
>> christian
>>
>> Am 02.11.10 11:24, schrieb Matthias Rodler:
>>> Hi,
>>>
>>> I use the Riena framework within a common RCP application. Riena adds
>>> two Views:
>>>
>>> NavigatinTreeView
>>> StatusLineView
>>>
>>> which are shown in the "Show View" dialog in the others folder.
>>>
>>> How can I remove them?
>>>
>>> Thanks,
>>>
>>> Matthias
>>
Re: hide NavigationTreeView and StatusLineView [message #639543 is a reply to message #637860] Tue, 16 November 2010 20:36 Go to previous message
Eclipse UserFriend
Originally posted by: matthias.rodler.gmx.net

I meant the "classic" RCP without the Riena UI. I'm currently using the
rcp view with the attached controller class and Ridgets as much as I can
(I still need TableViewer/TreeViewer).

I removed any the dependencies to the named bundles. This removed the views.

Thanks

Matthias

Am 09.11.2010 09:16, schrieb Christian Campo:
> Not sure what that means. Riena IS an RCP based application framework.
> So every Riena application is also an RCP application.
>
> If the question is whether you can reuse RCP Views in Riena. Most
> certainly you can. There are must multiple RCP Mail sample projects in
> Riena. One shows how you can embedd a Riena view (which is an RCP View
> with an extra controller class). The other shows how you can embedd a
> plain unmodified RCP view in a Riena navigation based app.
>
> So what exactly is your use case ?
>
> christian
>
>
> Am 08.11.10 21:01, schrieb Matthias Rodler:
>> Thanks Christian for your answer I will remove those bundles.
>>
>> Is it possible to use the riena navigation in a rcp application?
>>
>> Matthias
>>
>> Am 08.11.2010 09:13, schrieb Christian Campo:
>>> Hi Matthias,
>>>
>>> do you use the Navigation View in your application or do you just use
>>> Ridgets. If you just use Ridgets, you dont need to deploy the bundles
>>> with o.e.r.navigation.* or o.e.r.workarea
>>>
>>> That should help
>>>
>>> christian
>>>
>>> Am 02.11.10 11:24, schrieb Matthias Rodler:
>>>> Hi,
>>>>
>>>> I use the Riena framework within a common RCP application. Riena adds
>>>> two Views:
>>>>
>>>> NavigatinTreeView
>>>> StatusLineView
>>>>
>>>> which are shown in the "Show View" dialog in the others folder.
>>>>
>>>> How can I remove them?
>>>>
>>>> Thanks,
>>>>
>>>> Matthias
>>>
>
Previous Topic:Hiding Navigation
Next Topic:Riena on ESE 2010
Goto Forum:
  


Current Time: Fri Apr 19 22:03:19 GMT 2024

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

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

Back to the top