Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] TitleAreaDialog background color

Hi guys

I am facing a problem on setting the background color for errormessage in a
TitleAreaDialog.

I am using the following code to set the error message

setTitleAreaColor(new RGB(255,255,255));
setErrorMessage("error msg");

but when the error message is displayed it will always be on the "Grey"
background instead of what ever color I have specified. Regular message
comes in white background.

Any idea, am i doing something wrong or is there a bug??


thanks
R Shamanth


Back to the top