Re: An Open Source implementation of Google Drive Realtime API

2014-07-15 Thread 田传武
Fixed some bugs for the *live web playground* and the *android application* , now you can do live concurrent editing like which google docs provides. Currently supported fe

Re: GWT 2.6.1 Compile issues - [ERROR] Out of memory

2014-07-15 Thread Jens
> > I have upped it to 2 GB on XP, which is the MAX. GWT is supposed to run > on XP with 512M RAM. Am I wrong on that? > Sure if your app is small enough 512MB are fine. However if your app gets larger over time the GWT compiler also needs more memory to compile it to JavaScript. So it's tot

Re: GWT 2.6.1 Compile issues - [ERROR] Out of memory

2014-07-15 Thread Mo Baig
I have upped it to 2 GB on XP, which is the MAX. GWT is supposed to run on XP with 512M RAM. Am I wrong on that? On Tuesday, July 15, 2014 10:43:04 AM UTC-4, Mo Baig wrote: > > We are encountering compile - Out of memory issues since we moved to GWT > 2.6.1. Any reason for this? We were fi

Re: GWT 2.6.1 Compile issues - [ERROR] Out of memory

2014-07-15 Thread Mo Baig
Thanks for the reply. I have upped it to 2 GB on XP, which is the MAX. GWT is supposed to run on XP with 512M RAM. Am I wrong on that? On Tuesday, July 15, 2014 12:18:20 PM UTC-4, Jens wrote: > > Well do as the error states: Use -Xmx to increase the java heap space > memory. Looks like GWT 2

Devmode with GWT 2.6.1 - [ERROR] 503 - GET /Quant.html?gwt.codesvr=127.0.0.1:9997 (127.0.0.1) 1299 bytes

2014-07-15 Thread Mo Baig
This issue came up with our upgrade to GWT 2.6.1, prior versions worked fine. We are on GWT 2.4. When the dev mode is started we get this error --- [ERROR] 503 - GET /Quant.html?gwt.codesvr=127.0.0.1:9997 (127.0.0.1) 1299 bytes in the console I see this output. Anyone has any ideas? Thanks [WAR

Re: The First-Time loading issue of a deployed GWT app?

2014-07-15 Thread Jens
> > Thank you very much Thomas, so putting the that *js ..* > inside > the * *will NOT cause any later problems right? > It is common practice to put the

Re: The First-Time loading issue of a deployed GWT app?

2014-07-15 Thread Tom
Thank you very much Thomas, so putting the that *js ..* inside the * *will NOT cause any later problems right? But can we have a more professional way to solve the problem? Can we use Code Splitting in the *EntryPoint* method? On Wednesday, July 16, 2014 2:10:48 AM UTC+10, Thomas Broyer wrote:

Re: How to make SuggestBox display scroll properly?

2014-07-15 Thread Andy
To be more specific, once you provide access to the MenuBar in your subclass via something like: public native MenuBar getPrivateMenuBar() /*-{ return ... ; }-*/; you should be able to do: getPrivateMenuBar().getSelectedItem().getElement().scrollIntoView(); Oh, but getSelectedItem() is

Re: GWT 2.6.1 Compile issues - [ERROR] Out of memory

2014-07-15 Thread Jens
Well do as the error states: Use -Xmx to increase the java heap space memory. Looks like GWT 2.6.1 needs a bit more memory to compile your app. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop

Re: How to make SuggestBox display scroll properly?

2014-07-15 Thread Andy
This is a common problem when trying to extend and modify GWT widgets. The easiest way to work around the use of private is to use JSNI. Here is an example

Re: The First-Time loading issue of a deployed GWT app?

2014-07-15 Thread Thomas Broyer
On Tuesday, July 15, 2014 6:05:13 PM UTC+2, Tom wrote: > > Someone told me to put the *" language="javascript" src="myproject.nocache.js">"* inside the > ** tag rather than inside the * *tag. > > After doing that it seem that it had loaded the "loading" indicator right > at the beginning before

GWT 2.6.1 Compile issues - [ERROR] Out of memory

2014-07-15 Thread Mo Baig
We are encountering compile - Out of memory issues since we moved to GWT 2.6.1. Any reason for this? We were find with GWT 2.4. Have others seen this? Is there a work around? We have windows machines with 4 GB ram. Thanks Compile error: [java] at com.google.gwt.core.ext.linker.impl.StandardLi

Re: The First-Time loading issue of a deployed GWT app?

2014-07-15 Thread Tom
Or do I need to do the *Code Splitting *in the *EntryPoint* ? or using CSS loading indicator? On Tuesday, July 15, 2014 1:34:29 PM UTC+10, Tom wrote: > > I deployed my app and I got this issue. > > The first time the app got loaded, it will show a blank white page for 5-7 > second which is prett

Re: The First-Time loading issue of a deployed GWT app?

2014-07-15 Thread Tom
Someone told me to put the *""* inside the ** tag rather than inside the * *tag. After doing that it seem that it had loaded the "loading" indicator right at the beginning before loaded the *.nocache.js * But I am not sure if i put the that *js ..* inside the **, then will that cause any later

Desktop gxt 3.1

2014-07-15 Thread sassy
Hello, how i can use the desktop gxt 3.1.0 step by step. I try but always found errors please need help -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to g