Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Using classic theme in swt.browser on Linux / mozilla on windows

Hi,

I'm using swt 3.2 on WinXP and Ubuntu.
When using the browser widget on Linux, the Mozilla modern theme is applied by default. I launched Mozilla and set the theme to classic, Mozilla applies it. When I view a page in the browser widget the theme is still modern instead of classic.
Searching google I found a debian patch from oktober 2005:

http://lists.alioth.debian.org/pipermail/pkg-java-commits/2005-October/001132.html

swt/browser/Browser.java

// set classic theme
-+ nsIXULChromeRegistry chromRegistry = new nsIXULChromeRegistry(result[0]);

Is it a known problem ? How can I patch the 3.2-src for this ?


I think there was already some discussion about using mozilla as browser widget under windows, so is it possible to offer both, mozilla and IE under windows in one of the next releases ? (This makes things a lot easier because I only need to code/test for one browser ...) Having the webkit engine as additional browser on all platforms would also be ok.

Thanks and bye
Thomas


Back to the top