Re: GWT events not firing

2009-08-25 Thread John (Eric) Hamacher
It looks like the presence of "public void onBrowserEvent(Event event) {}" was preventing the events from firing. Thanks! On Aug 25, 8:42 am, "John (Eric) Hamacher" wrote: > Sorry, GWT 1.7 > > On Aug 25, 8:39 am, (श्री) GNU Yoga wrote: > > > On Aug 25, 6:06 pm, badgerduke wrote: > > > > Hell

Re: GWT events not firing

2009-08-25 Thread John (Eric) Hamacher
Sorry, GWT 1.7 On Aug 25, 8:39 am, (श्री) GNU Yoga wrote: > On Aug 25, 6:06 pm, badgerduke wrote: > > > Hello: > > > I have the following panel onto which I want to register events: > > which version of gwt ?? --~--~-~--~~~---~--~~ You received this message becau

Re: GWT events not firing

2009-08-25 Thread श्री
On Aug 25, 6:06 pm, badgerduke wrote: > Hello: > > I have the following panel onto which I want to register events: > which version of gwt ?? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" g

GWT events not firing

2009-08-25 Thread badgerduke
Hello: I have the following panel onto which I want to register events: import com.gallup.sme.cohort.client.event.TopEdgeLeftPanelEventHandler; import com.google.gwt.core.client.GWT; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import