[gwt-contrib] [google-web-toolkit] r10677 committed - Remove entrDepthWatchdog exception reporting....

2011-10-03 Thread codesite-noreply
Revision: 10677 Author: emmanu...@google.com Date: Sun Oct 2 22:58:27 2011 Log: Remove entrDepthWatchdog exception reporting. Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10677 Modified:

[gwt-contrib] Re: ui:with to set property values (issue1524803)

2011-10-03 Thread rjrjr
LGTM I agree, I don't think you're making things worse, just subject to the same problems that are already there. I'll submit this today or tomorrow presuming Rafa doesn't shout me down. Thanks for this! On 2011/10/03 04:46:22, justin_hickman wrote: Any updates to this issue? From my

[gwt-contrib] Re: ui:with to set property values (issue1524803)

2011-10-03 Thread rjrjr
Justin, I'm having trouble applying the patch. Do you need to sync and post a new one? On 2011/10/03 17:19:57, rjrjr wrote: LGTM I agree, I don't think you're making things worse, just subject to the same problems that are already there. I'll submit this today or tomorrow presuming Rafa

[gwt-contrib] Re: Design Time Access to UiBinder Model

2011-10-03 Thread Konstantin Scheglov
Basically these hooks allow you get notification about bean object creation and provide result for @UiField(provided=true) and @UiFactory. That's all. See implementation here:

[gwt-contrib] [google-web-toolkit] r10678 committed - Fixed issue that was causing ERROR log messages due to duplicate cssma...

2011-10-03 Thread codesite-noreply
Revision: 10678 Author: gwt.mirror...@gmail.com Date: Mon Oct 3 12:47:54 2011 Log: Fixed issue that was causing ERROR log messages due to duplicate cssmap file names. Since there may be multiple css resources with the same base subtype (e.g. CssResource), the subtype class is not

[gwt-contrib] Re: Hosted mode without plugin

2011-10-03 Thread Tomasz Gawel
Fresh idea. and what about implementing debugger in an applet? :) -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: Hosted mode without plugin

2011-10-03 Thread Eric Ridge
Not real fresh, but still edible... I send the below to the google-web-tool...@googlegroups.com list last week, but I can't find a link to it via groups.google.com. Maybe it got held for moderation? eric --- Anyways, I think it's entirely possible. Here's the solution -- ditch the

[gwt-contrib] Re: ui:with to set property values (issue1524803)

2011-10-03 Thread Rafael Castro
No shouting from here :-) As soon as we get the attributes thing out of the way, maybe we should sit down and try to figure out some definite solution for this precedence thing? On Mon, Oct 3, 2011 at 2:19 PM, rj...@google.com wrote: LGTM I agree, I don't think you're making things worse,