Transplant
unread,Feb 8, 2012, 3:52:55 PM2/8/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
I'm trying to use GWT Designer design mode with the mGWT mobile widget
library. I can reference the library widgets in XML and compile/run
just fine, but when I try to switch from XML Source mode to Design
mode in GWT Designer I get a runtime exception:
Internal Error
encountered unexpected internal error.
This could be caused by a bug or by a misconfiguration issue,
conflict, partial update, etc.
java.lang.RuntimeException: Deferred binding failed for
'com.google.gwt.user.client.impl.DOMImpl' (did you forget to inherit a
required module?)
The mgwt library is in the build path, and I can freely use its
classes in UIBinder XML files, but it always barfs up when I try to
enter design mode. Since mGWT defines a larger number of target
platforms than vanilla GWT, is it possible that GWT Designer is asking
the mGWT library to instantiate an implementation of DOMImpl for a
platform that base GWT doesn't have - causing the above exception?
Since most of the mobile platforms share the same or similar DOM
implementation (a la webkit) is there some way for the mGWT library to
tell GWT Designer to use a safari implementation of DOMImpl as the
default?
Thanks in advance,