Re: UIBinder & Materials

2016-03-07 Thread Sam Wootton
Stefan, Already did - thanks! If you look at the chat room history, you'll see me being a nuisance there too :) Regards, Sam On 7 March 2016 at 10:36, Stefan Falk wrote: > You can visit the guys on Gitter: > https://gitter.im/GwtMaterialDesign/gwt-material > > :) > >

Re: UIBinder & Materials

2016-03-07 Thread Stefan Falk
You can visit the guys on Gitter: https://gitter.im/GwtMaterialDesign/gwt-material :) BR; Stefan On Sunday, 6 March 2016 15:46:45 UTC+1, Sam Wootton wrote: > > Dear GWT Users, > > As ever, thanks for any help. > > Quick (possibly stupid) question. I'd like to start investigating GWT >

Re: UIBinder & Materials

2016-03-06 Thread Jens
> Can I continue the same approach 'converting' each instance to Material > versions? I'd stil like to use some of my existing styling / css. > I never used the library and I don't know you app. So no idea, if everything that this library offers fits your needs. But I am pretty sure you can

Re: UIBinder & Materials

2016-03-06 Thread Sam Wootton
Thanks Jens, Many thanks. Yes, I see I can just instantiate Material objects directly MaterialButton popupBtn = new MaterialButton(); // Button popupBtn = new Button(); Can I continue the same approach 'converting' each instance to Material versions? I'd stil like to use some of my existing

Re: UIBinder & Materials

2016-03-06 Thread Jens
> My current gwt application does not use UIBinder framework (just > traditional Java). Do I *have* to switch to UIBinder if I want to use > GWT Materials? > No, of course not. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To

UIBinder & Materials

2016-03-06 Thread Sam Wootton
Dear GWT Users, As ever, thanks for any help. Quick (possibly stupid) question. I'd like to start investigating GWT Materials http://gwtmaterialdesign.github.io/gwt-material-demo/#!gettingstarted ... states "*Assuming that you're using UIBinder, add the following namespace to the