Modify default perspective [message #534177] |
Tue, 18 May 2010 06:03  |
Eclipse User |
|
|
|
Hi,
i need to modify the default perspective to add a fixed view (for error logs) to the bottom of the GUI. This view is supposed to be shown throughout the application.
I don't know how to do that. In RCP i create a perspectiveExtension to define the view's position and dimension. If i do it likewise in Riena, nothing is displayed and no error is thrown.
matthias
|
|
|
|
|
Re: Modify default perspective [message #534784 is a reply to message #534753] |
Thu, 20 May 2010 06:35  |
Eclipse User |
|
|
|
Am 20.05.10 10:58, schrieb Matthias:
> thanks Christian, i like the approach with the detached view. The user
> can decide whether to show or hide the extra information and everything
> is kept in a separate view. There are two things that are annoying here:
> - the detached view is always on top of the main window and
> - doesn't stick at the main window (but only placed there once at
> initialization)
> So what i actually need would be an "AttachedView" or "StickedView" :)
>
> At the moment i prefer your idea with the extended SubModuleView that
> places an extra composite for the log messages.
>
> matthias
Good so try the extra composite and let me know if you stumble accross problems. We used that concept multiple times and
so we are sure it works :-).
If you want the "StickedView" please enter a bug. It cant be that hard to do. You need to somehow watch as the Shell
moves and re-adjust the DetachedView.
- christian
|
|
|
Re: Modify default perspective [message #585580 is a reply to message #534456] |
Thu, 20 May 2010 04:58  |
Eclipse User |
|
|
|
thanks Christian, i like the approach with the detached view. The user can decide whether to show or hide the extra information and everything is kept in a separate view.
There are two things that are annoying here:
- the detached view is always on top of the main window and
- doesn't stick at the main window (but only placed there once at initialization)
So what i actually need would be an "AttachedView" or "StickedView" :)
At the moment i prefer your idea with the extended SubModuleView that places an extra composite for the log messages.
matthias
|
|
|
Re: Modify default perspective [message #585588 is a reply to message #534753] |
Thu, 20 May 2010 06:35  |
Eclipse User |
|
|
|
Am 20.05.10 10:58, schrieb Matthias:
> thanks Christian, i like the approach with the detached view. The user
> can decide whether to show or hide the extra information and everything
> is kept in a separate view. There are two things that are annoying here:
> - the detached view is always on top of the main window and
> - doesn't stick at the main window (but only placed there once at
> initialization)
> So what i actually need would be an "AttachedView" or "StickedView" :)
>
> At the moment i prefer your idea with the extended SubModuleView that
> places an extra composite for the log messages.
>
> matthias
Good so try the extra composite and let me know if you stumble accross problems. We used that concept multiple times and
so we are sure it works :-).
If you want the "StickedView" please enter a bug. It cant be that hard to do. You need to somehow watch as the Shell
moves and re-adjust the DetachedView.
- christian
|
|
|
Powered by
FUDForum. Page generated in 0.03621 seconds