[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] SWT ProgressBar issue when upgrading from RAD 6 to RAD7

I recently moved one of my SWT projects from RAD6 to RAD7, and the majority of the application seems to work correcly except for the progress bar.

I am using the WIN32 libraries for SWT.
RAD6: org.eclipse.swt.win32_3.0.2.2
RAD7: org.eclipse.swt.win32.win32.x86_3.2.3.v3236c.jar

In RAD6, the progress bar had the standard windows grey default background, and the color of the bar was blue. I had created the progress bar with an option of SWT.SMOOTH, so it didn't have any breaks in it. In RAD6, I was using

However, after updating to RAD7, the progress bar has a black background, and regardless of the settings I choose, it always displays a green bar that is not smooth.

How can I make the shell in RAD7 behave the same as it did in RAD 6?

Any help would be appreciated.

Thanks,

Nimish