Sunday, June 19, 2016

Re: GWT Material Design Addins

Thank you, your response triggered me to revisit this issue. I made two changes to my code and tested successfully.
  1. Upgraded to gwt-material-1.5.1.jar 
  2. Changed the name space to
    xmlns:ma="urn:import:gwt.material.design.addins.client.window"
    and declared the window as--> <ma:MaterialWindow ui:field="window" ...
It works now. If I follow what's suggested in the documentation (http://gwtmaterialdesign.github.io/gwt-material-demo/#window) it still fails.

I hope it helps.

On Sunday, June 19, 2016 at 5:40:51 AM UTC-4, Jaroslav Záruba wrote:
Reading your message again I believe I misunderstood your issue. I got nothing rendered, you are referring to invalid UiBinder XML.

Dne středa 11. května 2016 18:07:09 UTC+2 Velusamy Velu napsal(a):
I followed these steps to use the MaterialWindow addin from the gwt-material-addins-1.5.0.jar in an application.
  1. Downloaded gwt-material-addins-1.5.0.jar and added to application's build path in Eclipse.
  2. Added the line <inherits name="gwt.material.design.addins.GwtMaterialAddins"/> in the ..gwt.xml
  3. Added the line xmlns:ma="urn:import:gwt.material.design.addins.client" in the UiBinder.
  4. Then started adding the line <ma:window.MaterialWindow ui:field="window" width="50%" title="Documents"> in the UiBinder 
But MaterialWindow is not visible to the UiBinder.  Any idea what could be wrong?

--
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