Is passing the event handler a good idea ? or to have a global event ?

2010-04-23 Thread amjedonline
Hi, Please help me understand what is the best way of event handling in nested panel structures. what i mean is, suupose you have something like this: // fires event BusinessEvent1 // handles event BusinessEvent2 class MyWidget extends Composite{ } // fires event BusinessEvent2 // handlers

Help with DockPanelLayout and UIBinder - Not able to bind field names

2010-04-14 Thread amjedonline
Hi, Am trying to create a simple DockPanelLayout for my applicaiton. Layout itself is divided into north, south and center regions. Below is the binding xml: ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' g:DockLayoutPanel

Re: Google Web Toolkit 2.0 RC1 Now Available

2009-11-22 Thread amjedonline
Hi Bruce, When can we expect the release ( roughly )? So that we could decide whether to start working on 2.0 or not ?? -Amjed -- 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: [ERROR] Type 'com.mycompany.web.client.UFOWebClientTree.MyTreeListener' was not serializable and has no concrete serializable subtypes

2009-11-01 Thread amjedonline
Has anyone got the solution ?? Am experiencing the same problem with GWT-1.7.1 on windows. -Amjed Palani wrote: Any guidance for the following problem would be appreciated. I am in the process of converting an existing GWT 1.5 project to GWT 1.7 and getting the following error. [ERROR]