Hello, 

Sometime ago I posted to this group a problem with MenuBar Resources.
Unfortunately I didn't get any solution for this problem so I looked
around since.
Today I've made unpleasant discovery. It all works on Windows.
I never thought it before so I need to add that I use Linux 64bit
platform and Firefox.

I tried testing some more so I created new default GWT project and add
one simple ClientBudle interface:

public interface MyResources extends ClientBundle, MenuBar.Resources {
  public static final MyResources INSTANCE
        = GWT.create(MyResources.class);

  @Source("right.png")
  ImageResource menuBarSubMenuIcon();
}

I don't even need to use this resource. It fails on GWT.create() with
exception:

java.lang.RuntimeException: Deferred binding failed for
'com.test.client.Test$MyResources' (did you forget to inherit a required
module?)

After compiling project it works fine but not on DeveloperMode.

I checked on Windows version on the same version of firefox and the same
version of Developer Plugin for it and it works fine on DeveloperMode.

What can I do know?
Any temporary solution (switching to Windows is not an option)?
Should I report this problem somewhere or it's already known?
Best regards
        Mariusz Goch


-- 
Mariusz Goch (pH4Lk0n) <[email protected]>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to