Splashscreen ProgressBar in Eclipse RCP has "dirty" corners
Posted
by pimpf0r
on Stack Overflow
See other posts from Stack Overflow
or by pimpf0r
Published on 2010-05-19T12:13:07Z
Indexed on
2010/05/25
7:51 UTC
Read the original article
Hit count: 473
Hi there,
I am using the RCP Splash Screen along with the built-in ProgressBar (AbsolutePositionProgressMonitorPart). The splash image has a blue background color, but the background of the progressbar seems to be white, which leads to some white corners.
There is no "setBackground" on BasicSplashHandler nor does getContent().setBackground(Color) has any noticeable effect. I don't want to be too picky, but since the splash is the first thing you see from the application, I think its very important to be tidy. So, do you have any idea how to get rid of these corners?
© Stack Overflow or respective owner