Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Custom Splash window HELP!
Custom Splash window HELP! [message #497727] Fri, 13 November 2009 11:23
Juan is currently offline JuanFriend
Messages: 29
Registered: July 2009
Junior Member
Hi everybody!

I need a splash window with a custom image and to set the progress bar
with custom colors and in a specific location. Firstly I modified the
product configuration of my rcp, in the Splash tab->customization
section. Also I set the org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
in the plugin_customization file.

Problems:
1.- the bar only appears in Windows.
2.- the progress bar color is not customizable
3.- the location I specified doesn not work. It always put the progress
bar in the left-bottom corner.

I read that there is a possibility to create a Splash Handler, so I
created one that extends EclipseSplashHandler. In its constructor I wrote:
this.setMessageRect(new Rectangle(0,0,10,10));
this.setProgressRect(new Rectangle(20,20,10,10));
this.setForeground(new RGB(0,0,0));

but It doesn't work.

It would be very appreciated any type of help.

Regards!
Previous Topic:How to open identical views side by side ?
Next Topic:Add LogWatcher plug-in to my RCP app?
Goto Forum:
  


Current Time: Thu Apr 25 21:02:18 GMT 2024

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

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

Back to the top