Exception trigger if server is not working

2012-02-05 Thread bognekadje
Hi everyone, I want want to know which exception is return in following case: - When a RPC call is launched on a server which is not working. - When a RPC call is launched and during execution server is stopped Thanks for your help. Eric. -- You received this message because you are

Re: FF10, here we go again

2012-02-05 Thread Filipe Sousa
I build it for Fedora 16 x86_64 (only). http://dl.dropbox.com/u/5176435/gwt-dev-plugin.xpi -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: New to GWT: Need Help

2012-02-05 Thread Sebastian Gurin
try to give a fixed height in pixel to those componenets you don't see, like your's SplitlayoutPanel, something like width=200px. good look On Sat, 4 Feb 2012 07:11:04 -0800 (PST) Pascal Auderset auders...@gmail.com wrote: Hello I try to write a little Application. I' ve the problem that I'

parallel RequestFactory calls within an Editor

2012-02-05 Thread bloo
Hi all, I have a complex Editor that contains a number of TextBox inputs and a Selector backed child Editor which represents a child EntityProxy of the root EntityProxy. I'm using the RequestFactoryEditorDriver to drive the root EntityProxy. My Selector backed Editor uses an oracle that performs

CellTree with Generics

2012-02-05 Thread Qrunk
Hi , What can be the possible replacement for the *instanceof* check made while developing a cell tree, currently we are facing an issue because of it as we are using generics, i.e something like public class GWTreeM extends CellTree { /

Re: To any Editors Gurus: I could use some ListEditor use help for the GWT demo I've made...

2012-02-05 Thread Thomas Broyer
FYI, we have a very similar code in our project, with on major difference: we use HasRequestContexthttp://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/web/bindery/requestfactory/gwt/client/HasRequestContext.htmlto have the RequestContext passed down to editors, instead of

Não responder / Do not reply

2012-02-05 Thread Francisco Bischoff
Estou apenas verificando meus contatos que já não existem mais, desculpe o incômodo. I'm just checking my contacts that no longer exist, sorry for any inconvenience. -- Francisco Bischoff -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: Activity Places - Remove Add of a widget for every new activity - Why?

2012-02-05 Thread Thomas Broyer
I don't think adding/removing is any more costly than showing/hiding, but even then, you could make it work that way (show/hide) by simply providing a DeckLayoutPanel (or an AcceptsOneWidget wrarpper around a DeckPanel). The problem with such an approach is when your activities don't reuse

Re: parallel RequestFactory calls within an Editor

2012-02-05 Thread Thomas Broyer
Er, well, don't pass the EntityProxy as an argument to your method in the oracle; pass its ID instead. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: To any Editors Gurus: I could use some ListEditor use help for the GWT demo I've made...

2012-02-05 Thread Brandon Donnelson
That is slick! Thanks for sharing that! That helps simplify the context push into the subeditors. http://code.google.com/p/gwt-examples/source/browse/trunk_2012/DemoGwtEditor/src/com/gonevertical/client/views/peopleedit/editor/todos/TodoListEditor.java#33 - added HasRequestContextT Took me

Re: To any Editors Gurus: I could use some ListEditor use help for the GWT demo I've made...

2012-02-05 Thread Brandon Donnelson
In this project I've used an Owned Collection for TodoDataProxy in App Engine. When a Todo list item is removed and then a persist request, the shortened list is sent to App Engine. In this case I am using an owned collection, so I need to remove the child independently. And this is probably

Using Listener instead of GWT Event Bus

2012-02-05 Thread Alex Tretyakov
Hello everyone! I have written a post about Listener pattern and GWT Event Bus: http://alextretyakov.blogspot.com/2012/02/using-listener-instead-of-gwt-event-bus.html -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Error

2012-02-05 Thread george ch
Hi there can anyone help ! I have install play framework version 1.1 and gwt2.0.4 gwt module for play 2.1.3 and i get this error Error: C:\Webapp\gwt2 is not a valid GWT installation (checked for gwt- user.jar and gwt-dev.jar) ~ This module has been tested with GWT 2.0.3 i cannot compile a

Architecting a timed, multi-user game

2012-02-05 Thread GCSimon
I have developed a multi-user game using GWT, and I would like some feedback on how I implemented it. It works OK but it isn't perfect so I'm trying to work out the glitches. Here is a summary of the key features of the game: - Multiple independent games can be happening concurrently

Re: Activity Places - Remove Add of a widget for every new activity - Why?

2012-02-05 Thread Alfredo Quiroga-Villamil
Tx, appreciate the response. Alfredo On Sun, Feb 5, 2012 at 11:19 AM, Thomas Broyer t.bro...@gmail.com wrote: I don't think adding/removing is any more costly than showing/hiding, but even then, you could make it work that way (show/hide) by simply providing a DeckLayoutPanel (or an

Modifying default GWT CSS styles with UiBinder and ClientBundle

2012-02-05 Thread GCSimon
I want to use default CSS styles with UiBinder and ClientBundle (e.g. .gwt-DecoratedTabBar, etc.), but I get a compile error when I make a Resources interface which extends ClientBundle, with @Source(my_css.css) before my CssResource field. The only way I have found to get around that is to