By the way Thomas you can use subpackages after the namespace declaration in UIBinder (GWT Material uses all the time):
And so on.
-- xmlns:ma="urn:import:gwt.material.design.addins.client"
<ma:window.MaterialWindow ui:field="window" ...
<ma:
camera.MaterialCameraCapture
ui:field="camera" ...
<ma:autocomplete.MaterialAutoComplete ui:field="autocomplete" ...
And so on.
The problem is think was related to an old package that used the namespace
gwt.material.design.addins.client.ui
instead
of the
gwt.material.design.addins.client
. This is fixed on 1.5.1.
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment