Re: [gwt-contrib] attachevent.handler

2010-10-07 Thread Stephen Haberman

 In Panel:
 
 @Override
 protected void onLoad() {
 }
 
 No `super.onLoad()` means attach events don't fire for panels. I assume
 this was not intended?

Given my last ping garnered a response, can I also open an issue in
roo's jira for this?

The AttachEvent is very handy, just seems like a fluke that it doesn't
work for panels.

Thanks,
Stephen

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors


[gwt-contrib] attachevent.handler

2010-10-04 Thread Stephen Haberman
Hi,

We just updated to trunk to use the new AttachEvent (good timing,
thanks!), and a beginner GWT dev here expressed confusion at the
Handler interface. I explained its actually AttachEvent.Handler, an
inner interface. Which he then understood, but pointed at is not
consistent with the rest of the API, ClickHandler, etc.

I am prone to agree with him. Just FWIW.

- Stephen

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors