[gwt-contrib] Make GWT fun again - what's the status of faster GWT compilation from scratch?

2017-08-04 Thread Geoffrey De Smet
Currently we suffer a lot from time-consuming and memory-hungry GWT compilation on a big project, especially during a "mvn clean install", the GWT compilation takes several minutes. GWT super dev mode does alleviate some of these problems sometimes, but when backend code changes, often the only

Re: mvn plugin

2010-11-30 Thread Geoffrey De Smet
... Op 28-11-10 15:25, Stefan Bachert schreef: Hi, I am about to switch to maven. Using gwt-maven-plugin.1.3.2 It looks strange to me that the goal install does not include a gwt:compile. Has someone any idea why? Stefan Bachert http://gwtworld.de -- With kind regards, Geoffrey De Smet

Re: Reload CellTable data

2010-11-03 Thread Geoffrey De Smet
, Geoffrey De Smet ge0ffrey.s...@gmail.com wrote: I 'd like to add a button to reload the CellTable when it's pushed, but I can only find: - cellTable.redraw(); // Doesn't reload the data from the backend

Re: CellTable as a replacement for incubator ?

2010-11-03 Thread Geoffrey De Smet
. -- With kind regards, Geoffrey De Smet -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr

Re: AsyncDataProvider's updateRowCount(int, boolean) method doesn't behave correctly on the last page

2010-11-03 Thread Geoffrey De Smet
...@google.com On Tue, Nov 2, 2010 at 6:17 AM, Geoffrey De Smet ge0ffrey.s...@gmail.com mailto:ge0ffrey.s...@gmail.com wrote: Hi, I am using AsyncDataProvider and in my testcase I have 3 pages: * First page: 1 to 10, renders correctly as 1-10 of 23 * Second page: 11

AsyncDataProvider's updateRowCount(int, boolean) method doesn't behave correctly on the last page

2010-11-02 Thread Geoffrey De Smet
updateRowData(start, result.getRowList()); } });     } }; -- With kind regards, Geoffrey De Smet -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" grou

Reload CellTable data

2010-11-02 Thread Geoffrey De Smet
() or cellTable.refresh() ? -- With kind regards, Geoffrey De Smet -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit

[2.1.0.RC1] UnableToCompleteException: Loading inherited module 'com.google.gwt.core.XSLinker'

2010-10-25 Thread Geoffrey De Smet
package: com.google.gwt.core.linker.XSLinker instead of Loading inherited module 'com.google.gwt.core.XSLinker' Might that be causing it? -- With kind regards, Geoffrey De Smet -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Firefox gwt dev plugin

2010-10-25 Thread Geoffrey De Smet
/thread/3aa568ed50974f88 On Oct 18, 10:39 am, FireSnaketruefiresn...@gmail.com wrote: it was! I can see it in the plugins list -- With kind regards, Geoffrey De Smet -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

Re: Firefox gwt dev plugin

2010-10-25 Thread Geoffrey De Smet
mixed, it's possible to circumvent the modality of one of the installation dialogs which stops you from installation it twice at the same time. Op 25-10-10 15:01, Geoffrey De Smet schreef: I have the same problem (firefox 3.6, 64 bit ubuntu linux 10.10), but the solutions outlined on the page

CellTable sorting: roadmap?

2010-10-15 Thread Geoffrey De Smet
In the bikeshed example, the CellTable support column sorting, by use of some custom classes called SortableColumn and SortableHeader. Is CellTable sorting support on the roadmap for gwt-user? What about CellTable filtering? -- With kind regards / Met vriendelijke groeten, Geoffrey De Smet