Google Gadgets - How to debug a GWT Gadget using OOPH

2010-03-26 Thread BR
Does anyone know how? Since in a gadget container the gadget cannot get access to the frame's URL, it can't check for the codesvr param. The gadget seems to be in its own iframe, but i have not figured out how to add the codesvr parameter to that. I added the xs linker to the compile. Any

GWT Google Gadget RPC call fails with StatusCodeException (status code: 0)

2010-03-26 Thread BR
Hi, I have a Google Gadget that is trying to make an RPC call (standard GWT RPC). The endpoint URL for the service is correct. When debugging in Firebug, I get the following: The client seems to send an OPTIONS with the endpoint URL to the server, which returns the correct response: headers

Re: GWT Google Gadget RPC call fails with StatusCodeException (status code: 0)

2010-03-26 Thread BR
I should also add that this is on an igoogle page. On Mar 26, 4:49 pm, BR benjamin.ren...@gmail.com wrote: Hi, I have a Google Gadget that is trying to make an RPC call (standard GWT RPC). The endpoint URL for the service is correct. When debugging in Firebug, I get the following

Error loading my app

2010-02-08 Thread BR
I get this while loading my app. Anyone knows what it might be caused by? This is GWT 2.0, on MacOS X Snow Leopard, in OOPHM: 00:04:00.123 [ERROR] Uncaught exception escaped com.google.gwt.core.client.JavaScriptException: (NS_ERROR_FAILURE): Component returned failure code: 0x80004005

Re: GWT Developer Plugin (GWT 2.0 RC1) crashes FF 3.5.5

2009-11-19 Thread br...@google.com
The FF 3.5 crash (assuming you're seeing the same thing we are) is definitely a known thing, and it's a very high priority bug. On Nov 19, 5:27 pm, Yozons Support on Gmail yoz...@gmail.com wrote: I wish I had a fixed way to make it happen, but it seems like I get a few different scenarios.

Re: JSOs, SingleJsoImpl, and Generators

2009-11-19 Thread br...@google.com
Your thinking makes perfect sense, but if I recall correctly, there's an implementation detail that prevents this exact scenario (that is, generating JSO impls of interfaces). It's a feature we haven't gotten to yet, and it won't make it into 2.0, sadly. On Nov 19, 7:09 am, Brendan

Re: Google Web Toolkit 2.0 RC1 Now Available

2009-11-17 Thread br...@google.com
You should be in good shape either way, actually. The same project structure will work with either SDK version, so you can retain the option to switch back and forth. The only one-way choice would be if you start using the new UiBinder, ClientBundle, and layout panel stuff. If you need to play it

Problem loading GWT Module - $stats not defined

2009-09-27 Thread BR
I have a couple of GWT module which I deploy inside a Confluence page (the Wiki from Atlassian). I am currently testing on the latest 3.1 release of Confluence, and ran into an issue which is a - a serious blocker for me - seems worthy of consideration as an issue for GWT This is with Mac OS X

Code Generation - server-side artifacts

2009-06-17 Thread BR
in the client code (though given how smart the compiler is, it needs to actually do something). I was wondering if there is an elegant way to tell the generator to generate beans no matter what. Thanks! BR --~--~-~--~~~---~--~~ You received this message because you

[ERROR] Communication error [INFO] java.net.ConnectException: Connection refused while compiling under 1.6

2009-05-14 Thread BR
I am getting this error while compiling with 1.6.4 under MacOSX 10.5.6 Anyone knows why? It seems to compile fine otherwise. [ERROR] Communication error [INFO] java.net.ConnectException: Connection refused [INFO] at java.net.PlainSocketImpl.socketConnect (Native

Re: GWT 1.6.2 fails to load

2009-04-27 Thread BR
I am running into the very same issue. To answer your questions: 1. No. It's happening in hosted mode as well (MacOS - so safari too) 2. The HTML is plain as can be (looks identical to the ones from dynatable sample, really). I have votecreator.hml and in the same directory, a votecreator

Re: GWT 1.6.4 fails to load

2009-04-27 Thread BR
Just changed the title to make it clear it's 1.6.4. On Apr 27, 10:51 am, BR benjamin.ren...@gmail.com wrote: I am running into the very same issue. To answer your questions: 1. No. It's happening in hosted mode as well (MacOS - so safari too) 2. The HTML is plain as can be (looks

What's in a name - div name for your app

2009-04-27 Thread BR
Hi everyone, I just went through quite a bit of pain today to figure out something which I think developers on the list (and @Google) should be aware of. In my apps I routinely do RootPanel.get(divname).add(mymainobject); Where divname is the lowercase version of my application. For example,

Re: Help upgrading to 1.6.4

2009-04-27 Thread BR
Having just upgraded to 1.6.4 myself today, I had a similar experience and it's especially problematic because I have 6 modules, and they all replicate all the images 6 times. I read http://code.google.com/p/google-web-toolkit/wiki/WAR_Design_1_6 which details the layout, but I still have some

Popup is NOT modal

2008-12-26 Thread BR
can still click around the panels from which which I created the popup, its parent and its parent's other children. An I misunderstanding the meaning of modal in this context? Thanks, BR --~--~-~--~~~---~--~~ You received this message because you are subscribed