Hello,
I would like to set the background color of my RCP application to white and show a center image (logo). This is because due to the fact, that no views or editors are shown beforehand and the user should select which perspective to open. This is necessary because I defined a backgroundview which would be shown first, but this prevents me of showing the intro / welcome page in full mode (it shows just in standby mode).
I fiddled with the ApplicationWorkbenchWindowAdvisor and created a method createWindowContent(Shell shell), but the only thing I achieved was to set the shells background image and color. This results in a white border of the page (logically because the shell lies behind the page). All attempts to get the pages composite failed.
Can you help here? Is there a way to change the page composite?
Thanks