[gwt-contrib] Re: Recent browser-specific change to JSONObject

2009-11-17 Thread Sripathi Krishnan
Sending to the contributors mailing list.. --Sri 2009/11/17 Matt Bishop m...@re-entry.ca I am referring to this recent checkin: http://code.google.com/p/google-web-toolkit/source/diff?spec=svn6936r=6936format=sidepath=/releases/2.0/user/src/com/google/gwt/json/client/JSONObject.java The

[gwt-contrib] Re: Moving PagingScrollTable Friends to Trunk

2009-10-09 Thread Sripathi Krishnan
Reviving this old thread .. Has there been a decision on this yet? Just want to know if PagingScrollTable is likely to make it to trunk in a future release. --Sri 2009/10/9 Sri sripathikrish...@gmail.com -- Forwarded message -- From: Bruce Johnson br...@google.com Date:

[gwt-contrib] UiBinder : provided=true and constructor with parameters

2009-09-24 Thread Sripathi Krishnan
I have a custom widget which has a constructor with some fields. class HelpWidget extends Composite { //usual interface declaration for UiBinder public HelpWidget(HandlerManager eventBus) { . initWidget(uibinder.createAndBindUi(this); } } Now, I have another widget

[gwt-contrib] Re: UiBinder : provided=true and constructor with parameters

2009-09-24 Thread Sripathi Krishnan
Created issue http://code.google.com/p/google-web-toolkit/issues/detail?id=4075 Thanks! --Sri 2009/9/24 Ray Ryan rj...@google.com That's a flat out bug. Would you mind putting something on the issue tracker? On Thu, Sep 24, 2009 at 11:48 AM, Sripathi Krishnan sripathi.krish