Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Missing title in main shell window for RCP app from 3.7 running under 4.2
Missing title in main shell window for RCP app from 3.7 running under 4.2 [message #892634] Thu, 28 June 2012 20:46 Go to next message
Eddie Galvez is currently offline Eddie GalvezFriend
Messages: 103
Registered: July 2009
Senior Member
Eclipse 3.7 RCP app, running out of eclipse using an Eclipse Application launcher launching a product, selecting the plug-ins manually -- the app launches in a shell window that has an icon, but the title is blank.

In our 3.7 RCP app our title is being provided in various places:
runtime.products extension: "name="
sub property "appName"
Re: Missing title in main shell window for RCP app from 3.7 running under 4.2 [message #892982 is a reply to message #892634] Mon, 02 July 2012 08:28 Go to previous messageGo to next message
Johannes Michler is currently offline Johannes MichlerFriend
Messages: 21
Registered: July 2009
Junior Member
This seems to be a general problem when migrating to 4.2, we're comming from 3.7 as well for our eclipse-rcp-based application and the title is missing as well.

Regards,

Johannes

[Updated on: Mon, 02 July 2012 08:29]

Report message to a moderator

Re: Missing title in main shell window for RCP app from 3.7 running under 4.2 [message #893599 is a reply to message #892982] Wed, 04 July 2012 19:00 Go to previous message
Brian de Alwis is currently offline Brian de AlwisFriend
Messages: 242
Registered: July 2009
Senior Member
I've filed this as bug 384303. For now yvgbvffffffbbou need to configure your WorkbenchWindowAdvisor's preWindowOpen() to do something like:

getWindowConfigurer().setTitle(Platform.getProduct().getName());
Previous Topic:Application initialization
Next Topic:cannot remove the title icon from dialog box
Goto Forum:
  


Current Time: Wed Apr 24 13:55:38 GMT 2024

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

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

Back to the top