Re: Are there any currently developed GWT Widget Libraries?

2016-01-17 Thread Stefan Falk
:D Yeah, I am sure you can customize it. The phrase "too desktop-like" was intended to be some kine of compliment :P On Sunday, 17 January 2016 04:10:52 UTC+1, Alain wrote: > > Thanks :) > > "That is almost too desktop-like for my needs". LOL. It will be fully > customizable. > You can add remov

Re: Are there any currently developed GWT Widget Libraries?

2016-01-17 Thread Alain Ekambi
No worries I took it like a compliment. :) :) :) . Thx a lot. On 17 Jan 2016 10:54, "Stefan Falk" wrote: > :D Yeah, I am sure you can customize it. The phrase "too desktop-like" was > intended to be some kine of compliment :P > > On Sunday, 17 January 2016 04:10:52 UTC+1, Alain wrote: >> >> Thank

Re: migrating from css to gss (gwt 2.7) - CellWidgets compile errors ?

2016-01-17 Thread Julien Dramaix
The old CssResource (before GWT 2.7 or GWT 2.7+ without enabling GSS) doesn't support several CSS3 syntax. If you want a full CSS3 support in GWT, you have to turn GSS on. That doesn't mean that you have to use GSS syntax because GSS is a superset of CSS. It offers several additional features above

Re: Are there any currently developed GWT Widget Libraries?

2016-01-17 Thread Predrag Remark
I think that this one looks promissing: https://github.com/GwtMaterialDesign/gwt-material I was working with SmartGwt and I do not like it at all. I am working with GXT and I am happy with it but it's to expensive I agree. Vaadin looks interesting, especially GWT Polymer: http://vaadin.github

Re: Are there any currently developed GWT Widget Libraries?

2016-01-17 Thread Gilberto
I'm using GWT Material in two commercial projects and I'm quite satisfied with it. It's not really "desktop like" but more focused on responsive views - great for mobile and desktop. In my opinion, nowadays, you should really consider starting

Re: GWT 3.0 Question

2016-01-17 Thread Gilberto
I assume there will be a migration path from the widgets to world to the... not-widgets world. UiBinder is the standard GWT way of creating declarative UIs. In my opinion, using a declarative way is still better suited for the future than using the procedural way. UIBinder can be discontinued b

Re: Are there any currently developed GWT Widget Libraries?

2016-01-17 Thread Alain Ekambi
Agreed GWT Material looks neat. Speaking on targeting mobile from day one I shared a video on the GWT G+ group about how we solve multi platform multi device development with GWT. There we share code between the web app and a native mobile app. But we can extend that to web mobile and desktop too