override codeserver serverUrl

2016-02-14 Thread alexl
hi, I am using SSL in superdev mode so I can develop Facebook canvas app which requires SSL. I can get codeserver to work in SSL with reverse http proxy, but nocache.js keeps getting overwritten everytime it recompiles. Can it be set somehow in gwt.xml or other method? thanks -- You received

stuck at v1.5.3 of the SDK in eclipse

2011-08-20 Thread alexl
hi, is there a way to upgrade to 1.5.3 within eclipse? I tried check for updates but it only finds up to 1.5.2, thx Initializing AppEngine server [WARN] There is a new version of the SDK available. --- Latest SDK: Release: 1.5.3

Re: stuck at v1.5.3 of the SDK in eclipse

2011-08-20 Thread alexl
thanks it worked! say would you know how to disable stats (whatever that is) I keep getting this error $stats is not defined thx -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: stuck at v1.5.3 of the SDK in eclipse

2011-08-20 Thread alexl
oops never mind, there as a syntax error I introduced in my hosted.html -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

how do u capture click events in cellbrowser

2011-05-02 Thread alexl
hi, I want to make cellbrowser consisting of albums and photos, and when you click on a photo (ImageCell) the id is returned, how do you capture those events thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: Safari 5 - (RangeError): Maximum call stack size exceeded

2010-06-29 Thread alexl
hi, what is the svn command to download 2.0.3 source? thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

using textresource in external file

2010-06-13 Thread alexl
hi, is there a how-to for retrieving text resource strings stored in an external file instead of being compiled? thx -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com.

Re: using textresource in external file

2010-06-13 Thread alexl
oops I found it http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this

Re: can I have a hidden column in a flextable

2010-06-07 Thread alexl
and the RPC result. On Jun 5, 8:35 pm, alexl alexthebl...@gmail.com wrote: I want to have a hidden column for the row id, or is there a better way to do it? so I can tell the corresponding mysql db delete from table where rowid=rowid -- You received this message because you

can I have a hidden column in a flextable

2010-06-05 Thread alexl
I want to have a hidden column for the row id, or is there a better way to do it? so I can tell the corresponding mysql db delete from table where rowid=rowid -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

looking for a proxyservlet for the jetty instance

2010-06-02 Thread alexl
hi, I tried a couple of proxy servlets but each time the engine says such and such is a restricted class. I recompiled some of the dependencies but after getting rid of ssl's for example then it complained about inet address being a restricted class. the reason I want a proxy is so it is easier