[gwt-contrib] Re: Comment on TroubleshootingOOPHM in google-web-toolkit

2009-12-13 Thread codesite-noreply
Comment by j...@google.com: The source is at https://google-web-toolkit.googlecode.com/svn/plugins/xpcom. The issue you want is http://code.google.com/p/google-web-toolkit/issues/detail?id=609 I have done some work, but things are complicated by the fact Sun doesn't support FF3+, Mozilla

[gwt-contrib] [google-web-toolkit] r7303 committed - Avoid running a test on HtmlUnit where HtmlUnit fails to convert certa...

2009-12-13 Thread codesite-noreply
Revision: 7303 Author: j...@google.com Date: Sun Dec 13 11:42:16 2009 Log: Avoid running a test on HtmlUnit where HtmlUnit fails to convert certain floating point numbers to strings properly. http://code.google.com/p/google-web-toolkit/source/detail?r=7303 Modified:

Re: [gwt-contrib] Re: Problems with UiBinder Internals

2009-12-13 Thread Ray Ryan
Thanks for the interesting use case! I suspect you're discovering limitations in IE's innerHTML support, but that's just a guess. The first thing to do is look at the generated implementation of UploaderWidgetImplIE.Binder, and see if the missing bits are missing there too. --

Re: [gwt-contrib] Re: Comment on UiBinderI18n in google-web-toolkit

2009-12-13 Thread Ray Ryan
Do the new docs here help at all? http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinderI18n.html I'm sorry for the murkiness here, I'm a bit vague on the workings of the -aux directory myself. @jat, do you have enough info to weigh in? --

[gwt-contrib] [google-web-toolkit] r7304 committed - Edited wiki page through web user interface.

2009-12-13 Thread codesite-noreply
Revision: 7304 Author: rj...@google.com Date: Sun Dec 13 13:49:47 2009 Log: Edited wiki page through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=7304 Modified: /wiki/UiBinderI18n.wiki === --- /wiki/UiBinderI18n.wiki

[gwt-contrib] [google-web-toolkit] r7305 committed - Edited wiki page through web user interface.

2009-12-13 Thread codesite-noreply
Revision: 7305 Author: rj...@google.com Date: Sun Dec 13 13:50:48 2009 Log: Edited wiki page through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=7305 Modified: /wiki/UiBinder.wiki === --- /wiki/UiBinder.wiki Tue Dec 8

[gwt-contrib] Re: Comment on UiBinder in google-web-toolkit

2009-12-13 Thread codesite-noreply
Comment by rj...@google.com: @johan.rydberg, generics support is anemic, trying only not to break things. You can't specify generics in your ui.xml file, and you'll need to instantiate your TableRowType in your owner class. I'm pretty sure this should work (making some presumptions about

[gwt-contrib] Re: Comment on UiBinderI18n in google-web-toolkit

2009-12-13 Thread codesite-noreply
Comment by j...@google.com: The -aux directory is named after the module, not any of the classes. @rjrjr: I think the question is about how to control the name of the generated Messages interface so the translations can be put in the right property files. For more information:

[gwt-contrib] [google-web-toolkit] r7306 committed - Javadoc cleanups.

2009-12-13 Thread codesite-noreply
Revision: 7306 Author: j...@google.com Date: Sun Dec 13 21:28:30 2009 Log: Javadoc cleanups. http://code.google.com/p/google-web-toolkit/source/detail?r=7306 Modified: /changes/jat/bigdecimal/user/super/com/google/gwt/emul/java/lang/Float.java