Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Theme can't be registered
Theme can't be registered [message #56178] Mon, 29 October 2007 07:56 Go to next message
Eclipse UserFriend
Hi!
I'm trying to use theming, but when i start the OSGi Framework i get the
following message:

Could not register SWT theme 'themeID' from file
'theme1/theme.properties'. Reason: null

The theme is the one from the demo (it works fine there). I copied the
folder to my plug in and changed the id.

Here is the XML from the plugin.xml:
<extension point="org.eclipse.rap.ui.themes">
<theme
file="theme1/theme.properties"
id="themeID"
name="MyTheme">
</theme>
</extension>

I also tried to create my own theme (based on the template in
org.eclipse.rap.rwt), but i get the same error.

Any ideas?

Regards
Magnus
Re: Theme can't be registered [message #56199 is a reply to message #56178] Mon, 29 October 2007 10:23 Go to previous message
Eclipse UserFriend
Hm, it works now, but i can't reproduce the problem... I played around
with the runtime classpath and the build configuration, but i don't know
what caused the problem...
Magnus

Magnus Konze schrieb:
> Hi!
> I'm trying to use theming, but when i start the OSGi Framework i get the
> following message:
>
> Could not register SWT theme 'themeID' from file
> 'theme1/theme.properties'. Reason: null
>
> The theme is the one from the demo (it works fine there). I copied the
> folder to my plug in and changed the id.
>
> Here is the XML from the plugin.xml:
> <extension point="org.eclipse.rap.ui.themes">
> <theme
> file="theme1/theme.properties"
> id="themeID"
> name="MyTheme">
> </theme>
> </extension>
>
> I also tried to create my own theme (based on the template in
> org.eclipse.rap.rwt), but i get the same error.
>
> Any ideas?
>
> Regards
> Magnus
>
>
Previous Topic:RAP applications under JDK 5
Next Topic:Preference dialog question
Goto Forum:
  


Current Time: Sun May 11 20:10:27 EDT 2025

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

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

Back to the top