Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Static GUI-part at the top of a window
Static GUI-part at the top of a window [message #467154] Sun, 29 April 2007 19:14 Go to next message
Eclipse UserFriend
Originally posted by: b00st3r.gmx.net

Hi folks!

I have a little question regarding the development of a GUI-design for a RCP-application.

I would like to have a RCP with a static view at the top of my application window:

<br />

<table border="1" width="28%" id="table1">
<tr>
<td align="center">static part with buttons and textboxes/comboboxes</td>
</tr>
<tr>
<td align="center"><br>
<br>
dynamic views <br>
with perspectives<br>
layouts, ... <br>
<br>
&nbsp;</td>
</tr>
</table>

<br />
The whole thing should look similar to the Firefox-gui. At the top there should be some buttons and a text- or combo-box. Below that static-part there should lay the rest of the views (with different perspectives)

How can I implement this kind of gui-layout? Any ideas?

Thanks for your help!
Re: Static GUI-part at the top of a window [message #467235 is a reply to message #467154] Tue, 01 May 2007 15:47 Go to previous message
Eclipse UserFriend
you can put your "static" view in the same place in all of your
perspectives. It will be the same view, no matter which perspective you
change to.

Other than that, you might try creating a sticky view (like Help, it
stays in the same location for all perspectives).

Later,
PW
Previous Topic:Show View dialog
Next Topic:Field Editors layout problem
Goto Forum:
  


Current Time: Mon May 12 21:42:43 EDT 2025

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

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

Back to the top