Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » broken layout caused by PropertySheet
broken layout caused by PropertySheet [message #1737668] Mon, 11 July 2016 17:55
Karsten Erstmann is currently offline Karsten ErstmannFriend
Messages: 1
Registered: July 2016
Junior Member
Dear RAP programmers,
I found that the toolbar buttons from the PropertySheet are not positioned correctly with RAP (see attachment). Is this a bug, or am I not using the PropertySheet the right way?

index.php/fa/26440/0/

Steps to reproduce:
1) Create a Plugin Project from "RAP Mail Template".
2) insert one line in the created Perspective.java to create the PropertySheet:
...
layout.addStandaloneView(NavigationView.ID, false, IPageLayout.LEFT, 0.25f, editorArea);
// add next line to show a PropertySheet:
layout.addStandaloneView("org.eclipse.ui.views.PropertySheet", false, IPageLayout.BOTTOM, 0.25f, NavigationView.ID);
IFolderLayout folder = layout.createFolder("messages", IPageLayout.TOP, 0.5f, editorArea);
...
3) Run the project and observe the "Categories" and "Advanced Properties" buttons from the PropertyShee disturb the NavigationView as marked in red in the attachment.

Is it possible to fix the layout, so that the PropertySheet toolbar buttons get their own space so that they don't hide other elements?

Thank you
Karsten
Previous Topic:How to create a mechanism to upload a .jpg, etc
Next Topic:How to remove inline css of -.rwt-cell-selectable:hover for TextCell?
Goto Forum:
  


Current Time: Wed Apr 24 21:19:03 GMT 2024

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

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

Back to the top