Re: GWT using SDM throws error at app startup

2014-08-31 Thread Jens
The stack trace says the error is inside setBookingSheetRowData(). But just don't be afraid to look at the JS code. Open Chrome Dev Tools, go to the sources tab, open adloader-0.js (and wait a bit as it is maybe a large file), hit ctrl + g and enter the line numbers of the stack trace. For

Re: Use FilterTextBox after a specific time

2014-08-31 Thread Tomek Kańka
W dniu czwartek, 28 sierpnia 2014 13:39:55 UTC+2 użytkownik Dominic Warzok napisał: Hi, in my webapp we have a very lagre collection. The user has the ability to filter these collection. But if you tipe in one letter and start filtering it needs a lot of time. So I try to change the

Re: GWT using SDM throws error at app startup

2014-08-31 Thread David Hoffer
My bad. Somehow I almost convinced myself that GWT was wrapping my 'view' variable with a getter called getView that I didn't see what the stack trace was really telling me. (If I would have called my variable x this would have been obvious.) Yes you are right there was a case where a widget

[gwt-contrib] Chrome LiveEdit and SDM

2014-08-31 Thread Ivan Markov
(Background: I'm trying to further shorten the edit-compile-debug cycle by playing with hot-code swapping of recompiled JavaScript in Chrome (via Eclipse / SDBG)) GWT 2.7.0-SNAPSHOT, SDM mode, xsiframe linker (obviously), playing with LiveEdit from within Chromedevtools initially: - Editing

Re: [gwt-contrib] Chrome LiveEdit and SDM

2014-08-31 Thread 'Ray Cromwell' via GWT Contributors
Try using the xs linker instead. On Sun, Aug 31, 2014 at 10:15 AM, Ivan Markov ivan.mar...@gmail.com wrote: (Background: I'm trying to further shorten the edit-compile-debug cycle by playing with hot-code swapping of recompiled JavaScript in Chrome (via Eclipse / SDBG)) GWT