Style sheet occupied all data in Ajax crawling

2010-11-14 Thread Kevin (Yau) Leung
I am trying to use Ajax crawling with Uibinder. When I tried using googlebot the fetch the page, I found that the page crawled (the first 100k of page) was purely the style sheet generated by uibinder. The funny thing is my style sheet only has 46k but the resulting

turn off auto-completion suggestion box on uibinder ui.xml in eclipse

2010-10-20 Thread Kevin (Yau) Leung
I wonder if it's only me having this problem. Whenever I edit the ui.xml in eclipse, the auto-completion box comes up and it's extraordinary slow. Is there any method to turn it off? Kevin -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

Adding HTML / Label to flowPanel

2010-10-19 Thread Kevin (Yau) Leung
I would like to use a flowPanel to contain a list of tags. The tag contain a name and a close button. However, when I add HTML / Label to flowPanel, it will create a new line because it's a DIV element. If the HTML / Label is a span element, there is no new line. However, I can't create spanEle

how to remove gwt development plugins from ie?

2010-10-15 Thread Kevin (Yau) Leung
I'm not sure if I have upgrade the gwt plugins of 2.1 into ie9 and now I can't run hosted mode from ie anymore. Can someone tell how how to remove this plugin and install it? Thanks. Kevin -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

will crash hosted mode

2010-10-14 Thread Kevin (Yau) Leung
Has anyone tried adding to the app page html? I would like use the better css implementation of IE9 (e.g. round corner) and added that piece of meta tag. It will restart the IE every time i run hosted mode. I have both gwt sdk 2.0.3 and 2.1 rc1 installed in different instance of eclipse and

Spring Roo & 2.1 M3, not recommended if you haven't tried.

2010-09-25 Thread Kevin (Yau) Leung
I think most gwt developer who watched the demo of Spring Roo in Google IO video would be interested in giving "the expense-tracking GWT project under 200 keystrokes" a try. However, that 200 keystrokes took me almost a day to put into debug mode. (if you also got stuck and would like too know ho

How to use the ClientLocation class

2010-08-31 Thread Kevin (Yau) Leung
I can't find any example of how to use this class. Can anyone suggest how to do it? Thanks. http://code.google.com/p/gwt-google-apis/source/browse/trunk/ajaxloader/ajaxloader/src/com/google/gwt/ajaxloader/client/ClientLocation.java?r=1609 -- You received this message because you are subscribed

Serializable objects lost during Async call

2010-07-22 Thread Kevin (Yau) Leung
I'm using GWT 2.0.3 and have encountered a problem during async rpc. I have a serializable class containing a number of other serializable class. E.g. class Parent implements java.io.Serializable { private ChildA childA; private ChildB childB; private ChildC childC; private ChildD childD

How to bind the built-in server to another IP?

2010-07-13 Thread Kevin (Yau) Leung
I am developing a facebook app with GWT and it requires us to use an internet domain name to connect. But in hosted debug mode, I can only run the built-in server at 127.0.0.1: and therefore I can never connect to facebook and debug. C:\>netstat -an | grep TCP127.0.0.1: