How to show upper-left corner icon for a E4 APP [message #998954] |
Thu, 10 January 2013 22:04  |
Eclipse User |
|
|
|
I am trying to put a custom icon in the upper-left corner for a E4 APP. I already checked the page: http://wiki.eclipse.org/Platform-releng/Updating_Branding, it says all I need to do is to set windowImages, what I already did. even I tried with the images copied from eclipse itself; but no luck.
following are my plugin.xml, please help me to figure out the right way. thanks
<?xml version="1.0" encoding="UTF-8"?>
<plugin>
<extension
id="product"
point="org.eclipse.core.runtime.products">
<product
name="XXXX"
application="org.eclipse.e4.ui.workbench.swt.E4Application">
<property
name="RICH_SAMPLE"
value="TRUE">
</property>
<property
name="clearPersistedState"
value="true">
</property>
<property
name="applicationCSS"
value="platform:/plugin/com.statestr.rcp.cra/css/default.css">
</property>
<property
name="appName"
value="XXXXX">
</property>
<property
name="windowImages"
value="icons/ico16.gif,icons/ico32.gif,icons/ico48.gif,icons/ico64.gif,icons/ico128.gif">
</property>
<property
name="aboutImage"
value="icons/x.gif">
</property>
<property
name="aboutText"
value="%aboutText">
</property>
</product>
</extension>
</plugin>
|
|
|
|
Powered by
FUDForum. Page generated in 1.05278 seconds