Re: GWT 2.8b1: "runAsyncCallback7 is not a function" - compiler error with GWT.runAsync(...)?

2018-07-24 Thread Phuoc Huynh
We were also getting this issue when we migrated it to 2.8.2. With the upgrade, we had to define a custom linker name instead of overloading the "xsiframe" name like we were doing in 2.7. We thought that was enough but then this error occurred. The fix was to basically replicate this deferred

Re: GWT behaves differently in Chrom vs Firefox

2018-07-24 Thread David Nouls
clear your temp folder, sdm puts lots of stuff there and sometimes it gets corrupted and you get these kind of errrors. On 24 Jul 2018, 18:53 +0200, Velusamy Velu , wrote: > Hi Michael > > I appreciate your recommendation. Yes it's in SDM mode. I don't have the > luxury to try your suggestion

Re: GWT behaves differently in Chrom vs Firefox

2018-07-24 Thread Velusamy Velu
Hi Michael I appreciate your recommendation. Yes it's in SDM mode. I don't have the luxury to try your suggestion right away due to my travel. Will try it on my return. I did suspect something to the effect of a cache behind this. Hence I tried clearing and rebuilding, it failed yet. Nothing

Re: GWT behaves differently in Chrom vs Firefox

2018-07-24 Thread Michael Joyner
Is this in SDM mode? If yes, try turning off incremental compilations. On Mon, Jul 23, 2018 at 9:43 PM, Velusamy Velu wrote: > Friends: > > I have an application written using GWT 2.8.2 framework and it behaves > differently. The snippet of the GWT code in question is here - > (ReferenceError)

Re: GWT Single Selection Model to prevent having all records unchecked in Cell List.

2018-07-24 Thread Thomas Broyer
On Monday, July 23, 2018 at 6:17:58 PM UTC+2, BM wrote: > > I have GWT cell list with single selection model and checkbox which is one > of the selection column. So it does toggle between rows since it acquires > single section model. > > The toggle should function AS-IS but what I want is if