Reputation: 1
I am new to eclipse scout. My question is how do i customise the default application look and feel for an eclipse scout application. I want to be able to change the button colors and replace the default icons with my own. I was able to change some of the colors using the application.css file but i did not archieve much. Also, is there a way of getting the ids, or class names for the various components in the resulting web pages so that i can be more granular in styling them.
Thanks in advance.
Upvotes: 0
Views: 286
Reputation: 4870
How you can style an Eclipse Scout application depends on which front-end you use: RAP, Swing or SWT.
Swing
ILookAndFeelConfigurator
and register it for the extension point org.eclipse.scout.rt.ui.swing.lafconfigurator
to change the theming by providing a custom XML. The Rayo concept wiki article explains this in more details.RAP
SWT
org.eclipse.scout.rt.ui.swt.lookAndFeel
to adjust some values of the look and feel (see schema file). See also the Scout thread "Modifying SWT look and feel for disabled elements"Upvotes: 1
Reputation: 169
you can make your own button and you own icon by use photoshop first bro then copy the file into res/drawable of your application project
Upvotes: 0