Re: GWT 2.6.1 is now available

2014-06-03 Thread Bernard Lumbroso
Hello, I would like to inform you that the SDK version in the update site is wrong : https://dl.google.com/eclipse/plugin/4.3 in fact the SDK included is 2.6.0 not the 2.6.1. Best regards Bernard Lumbroso Le vendredi 9 mai 2014 23:54:20 UTC+2, Daniel Kurka a écrit : Hi GWT community

Re: How to add TextColumn to DataGrid in uibinder?

2014-01-17 Thread Bernard Lumbroso
I coulb be great to declare column whith uibinder Le mercredi 6 février 2013 16:04:32 UTC+1, Thomas Broyer a écrit : On Wednesday, February 6, 2013 2:57:22 PM UTC+1, membersound wrote: Hi, is it possible to add c:TextColumn to a c:DataGrid? Something like: c:DataGrid c:TextColumn /

Re: ImageBundle loading and progress bar

2008-09-27 Thread bernard
My application consists of a main ImageBundle containing the default theme of the web site and of other ImageBundles representing the other themes. The aim is to allow the user to switch the theme without having to stop interacting with the web site during loading. So I want him to press a

ImageBundle loading and progress bar

2008-09-24 Thread bernard
For performance reasons, my application needs to have multiple ImageBundles. I want to load them on demand according to user interactions. Is there a way to observe the loading progression of an ImageBundle? Or to know when it is available to the client? Thanks.