| Change Application Logo [message #480715] |
Tue, 18 August 2009 05:48  |
Eclipse User |
|
|
|
Originally posted by: uwe72.gmx.de
My RAP application is based on the Rap Example "org.eclipse.rap.examples"
and is using the theme "org.eclipse.rap.design.example.business.theme".
When is start my application the logo on the top right side is something
like "MyCorp".
I want to change this logo, but it doesn't work.
What i am doing is, setting my own LogoInitializer in my plugin.xml:
<extension
point="org.eclipse.rap.ui.layouts">
<layout
id="org.eclipse.rap.design.example.business.layout"
name="Business Layout Blue">
<layoutSet
class="de.clement.ffl.client.rap.app.design.LogoInitializer "
id="org.eclipse.rap.design.example.business.layoutset.logo"
name="Logo">
</layoutSet>
</layout>
</extension>
Inside de.clement.ffl.client.rap.app.design.LogoInitializer.java i changed
the logo, without any effect.
Can anybody help me?
Thanks is advance.
Uwe
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03638 seconds