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

2015-05-07 Thread Julien Dramaix
In GWT 2.7, you need to enable the automatic conversion of css file by setting the configuration property CssResource.legacy to true: In GWT 2.8, the compiler will choose the right resource file according to your configuration (GSS enabled or not) On Wednesday, May 6, 2015 at 5:38:22 PM UTC+

Re: Exception whit the GWT 2.7

2015-05-07 Thread Chad Vincent
My understanding is that the Eclipse Android GUI tool is likewise discontinued/deprecated. If you want Android GUI tools that will continue to be officially supported, you have to move to IntelliJ/Android Studio or code the GUI manually. On Wednesday, May 6, 2015 at 3:11:18 PM UTC-5, Marcin Ku

Re: GWT js for Windows10 Universal Apps?

2015-05-07 Thread Bademus l.
If WinJS is set of APIs GWT Elemntal stuff can be generated for it (auto-generated from IDL specifications), but still someone need to write the generator. On Saturday, May 2, 2015 at 9:29:13 PM UTC+2, darkflame wrote: > > Just wondering, anyo

Re: How to implement Expandable-Collapsible Rows in CellTable ?

2015-05-07 Thread Larry L
Hi, I have a follow up question about this CustomDataGrid example. My DataGrid is enabled for selection. So I can select/highlight the major rows. But how do I get the selected minor-rows? for example, my code is like this: SelectionModel model = dataGrid.getSelectionModel(); But the minor rows

A new way to handle page navigation in GWT

2015-05-07 Thread Gilberto
Hi folks, I just opensourced a project I was using in several GWT projects to handle page navigation. It is something between Activities and Places and the full featured GWTP: GWT Views - https://github.com/gilberto-torrezan/gwt-views It's a framework to define Views using simple annotations.