Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Change Application Logo
Change Application Logo [message #480715] Tue, 18 August 2009 05:48 Go to next message
Eclipse UserFriend
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
Re: Change Application Logo [message #481248 is a reply to message #480715] Thu, 20 August 2009 04:52 Go to previous messageGo to next message
Eclipse UserFriend
Hi Uwe,
nice to hear that you using the new design. To your problem now, it's a
allready known bug in the new interaction design api. All you do is
absolutly right, but it seems that the overriding of layout sets just
don't work because all layout sets are read considentally. We had
opened a bug for this and want to address this as soon as possible. See
bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=284700

A quick workaround is to check out the design bundle from our CVS and
change the logo manuel. I know this is not the best solution but for
now it's the only working one. I hope this will help you a little bit.

Regards Holger

On 2009-08-18 11:48:24 +0200, uwe72@gmx.de (Uwe ) said:

> 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


--
-----------------------------------------

http://eclipsesource.com

http://twitter.com/eclipsesource
Re: Change Application Logo [message #481681 is a reply to message #481248] Sun, 23 August 2009 07:40 Go to previous message
Eclipse UserFriend
Originally posted by: uwe72.gmx.de

Thanks a lot Holger!! Yes i am new in RAP, but i have a lot of fun with
it!!
Previous Topic:Table Cell Wrap support
Next Topic:Bug Reporting - Enhancement
Goto Forum:
  


Current Time: Mon Nov 03 15:32:09 EST 2025

Powered by FUDForum. Page generated in 0.03638 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top