Re: TableViewer Column resized event [message #775080] |
Thu, 05 January 2012 09:36 |
Missing name Missing name Messages: 59 Registered: July 2009 |
Member |
|
|
Hey guys, thnx for your help,
that is exactly what im looking for (overview and posibillity to see how the actual default theme is defined). Anyway, when i try to change Menu element, it has no effect for me. It stays gray. Im actually working with standalone version of RAP 1.5. so i have to create the shell on my own, and then add Menu instance. The MenuItems are correctly changed.
In my css im using this:
Menu {
color: #FFFFFF;
background-color: #0099CC;
}
And the menu is created on this way:
this.shell = new Shell(Display.getCurrent(), SWT.NO_TRIM);
Menu menuBar = new Menu(shell, SWT.BAR); //this remains gray, css has no affect!
MenuItem mainMenuHeader = new MenuItem(menuBar, SWT.CASCADE); //this works fine!
ANy idea why?
|
|
|
Powered by
FUDForum. Page generated in 0.05498 seconds