[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Custom Color on ProgressBar
|
On XP, the theme manager doesn't allow custom colors in a ProgressBar.
"Marc Schaubach" <omschaub@xxxxxxxxxxxxxxxx> wrote in message
news:da6qf6$h5a$1@xxxxxxxxxxxxxxxxxxx
> Hello SWT Gurus
>
> I am trying to put a custom color for my progressbar.. The widget has a
> .setForground and a .setBackground, but these do not seem to do
> anything. I set them both to SWT.COLOR_WHITE and I still have a blue
> progressbar on a gray background (which is my system defaults I
> presume).. so my question is this: Is there anyway to provide a custom
> color for ProgressBars. Thanks