Re: GWT Material Design Addins

2016-06-19 Thread Velusamy Velu
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-->

Re: Unable to access exported JsType from JavaScript

2016-06-19 Thread Thomas Broyer
Looking at your code, the class would be available at "blah.WebUI", but you'd have to create a new instance before your can call your method, and given how you initialize it you'd have to call onModuleLoad before that. Maybe if you make your method and all the fields 'static' that'd work;

Re: Unable to access exported JsType from JavaScript

2016-06-19 Thread Jens
Did you forgot to add -generateJsInteropExports to the compiler parameters? -- J. -- 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

Unable to access exported JsType from JavaScript

2016-06-19 Thread Andrea Spadaccini
Hi everyone, I am trying to port my CPU simulator from Java to Javascript, and I am using GWT for it. Thanks for the awesome work! I'd like to just expose a single Java object to JS, and then build the UI using HTML/CSS/. To do so, I think I need to use JsInterop, right? I am trying to do so,

Re: AutoBean sample not working for me?

2016-06-19 Thread sdfdsf dsfsdfds
Thanks all that worked - one other thing, I wanted to do the serialization without interfaces, found this project gwt-jackson which works, just wanted to post it in case it helps others: https://github.com/nmorel/gwt-jackson > ] >> >> > -- You received this message because you are

Re: GWT Material Design Addins

2016-06-19 Thread Jaroslav Záruba
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 >

Re: GWT Material Design Addins

2016-06-19 Thread Jaroslav Záruba
Any progress? I am dealing with the same issue... ... ... No cigar. :( 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