Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Error registering widget theme.
Error registering widget theme. [message #76511] Tue, 04 March 2008 07:00 Go to next message
Eclipse UserFriend
I'm getting the following error when I start my RAP application:

ERROR: Could not register themeable widget
'org.eclipse.ui.forms.widgets.Hyperlink'. Reason:
org.eclipse.rwt.internal.theme.ThemeManager.addThemeableWidg et(Ljava/lang/Class;)V

This also appens for a custom widget I have.
Just out of curiosity what does this mean? I'm using the CVS Head from
20080303.

Tiago
Re: Error registering widget theme. [message #76596 is a reply to message #76511] Wed, 05 March 2008 04:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rsternberg.innoopract.com

Hi Tiago,

Tiago wrote:
> I'm getting the following error when I start my RAP application:
>
> ERROR: Could not register themeable widget
> 'org.eclipse.ui.forms.widgets.Hyperlink'. Reason:
>
org.eclipse.rwt.internal.theme.ThemeManager.addThemeableWidg et(Ljava/lang/Class;)V
>
> This also appens for a custom widget I have.
> Just out of curiosity what does this mean? I'm using the CVS Head from
> 20080303.

This looks like a compile error. The error means that an exception occurs
while RAP tries to register the Hyperlink widget contributed by the jface
plugin with the RAP ThemeManager.

The exception itself seems to indicate that a one-parameter method is called
(addThemeableWidget(Class)) although this ThemeManager method has now two
parameters.

Are you sure that your checkout was complete? Could you please re-check with
latest CVS head? There were a couple of theming improvements in the last
two days.

Thanks,
Ralf
Re: Error registering widget theme. [message #76675 is a reply to message #76596] Wed, 05 March 2008 06:12 Go to previous message
Eclipse UserFriend
Sorry, my bad. I haven't updated the workbench bundle. Thanks

Tiago

"Ralf Sternberg" <rsternberg@innoopract.com> wrote in message
news:fqloi6$lrm$1@build.eclipse.org...
> Hi Tiago,
>
> Tiago wrote:
>> I'm getting the following error when I start my RAP application:
>>
>> ERROR: Could not register themeable widget
>> 'org.eclipse.ui.forms.widgets.Hyperlink'. Reason:
>>
> org.eclipse.rwt.internal.theme.ThemeManager.addThemeableWidg et(Ljava/lang/Class;)V
>>
>> This also appens for a custom widget I have.
>> Just out of curiosity what does this mean? I'm using the CVS Head from
>> 20080303.
>
> This looks like a compile error. The error means that an exception occurs
> while RAP tries to register the Hyperlink widget contributed by the jface
> plugin with the RAP ThemeManager.
>
> The exception itself seems to indicate that a one-parameter method is
> called
> (addThemeableWidget(Class)) although this ThemeManager method has now two
> parameters.
>
> Are you sure that your checkout was complete? Could you please re-check
> with
> latest CVS head? There were a couple of theming improvements in the last
> two days.
>
> Thanks,
> Ralf
>
Previous Topic:Rapdemo in Tomcat won't start
Next Topic:Understanding LCA readData method
Goto Forum:
  


Current Time: Sun Jul 13 20:29:56 EDT 2025

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

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

Back to the top