[gwt-contrib] Re: OOPHM in gwt trunk doesn't like ExtGWT's Viewport class

2009-02-04 Thread John Tamplin
On Wed, Feb 4, 2009 at 2:57 AM, Cameron Braid came...@braid.com.au wrote: Using ExtGWT 1.2.1, with this simple entry point public void onModuleLoad() { Viewport vp = new Viewport(); RootPanel.get().add(vp); } causes the module to immediately unload with this

[gwt-contrib] Re: OOPHM in gwt trunk doesn't like ExtGWT's Viewport class

2009-02-04 Thread Cameron Braid
Ahh.. yeah. I was using the NPAPI plugin. I didn't realise there were two plugins. Thanks for pointing that out. I switched over to the XPCOM plugin, and it works a treat ! Thanks again. Cameron On Wed, Feb 4, 2009 at 6:00 PM, John Tamplin j...@google.com wrote: On Wed, Feb 4, 2009 at 2:57

[gwt-contrib] Re: FastTree gen2 tweaks

2009-02-04 Thread Emily Crutcher
On Wed, Feb 4, 2009 at 10:02 AM, nw...@google.com wrote: looks great, thanks for doing this. I have one minor question/comment. http://gwt-code-reviews.appspot.com/2801/diff/1/7 File src/com/google/gwt/gen2/widgetbase/public/FastTree.css (right):

[gwt-contrib] Re: strange compiler error in trunk

2009-02-04 Thread Cameron Braid
For the benefit of other ExtGWT users out there - Lex provided a patch that fixes this issue. See http://code.google.com/p/google-web-toolkit/issues/detail?id=3304 for the patch. Another issue still exists when using ExtGWT's Window class with gwt trunk and gwt-1.6. The fix has been implemented

[gwt-contrib] Re: FastTree gen2 tweaks

2009-02-04 Thread bobv
http://gwt-code-reviews.appspot.com/2801/diff/1/7 File src/com/google/gwt/gen2/widgetbase/public/FastTree.css (right): http://gwt-code-reviews.appspot.com/2801/diff/1/7#newcode66 Line 66: background: #e3e8f3 url('%selectionBar%') repeat-x; This could be an @sprite rule that references an

[gwt-contrib] Re: FastTree gen2 tweaks

2009-02-04 Thread ecc
http://gwt-code-reviews.appspot.com/2801/diff/1/7 File src/com/google/gwt/gen2/widgetbase/public/FastTree.css (right): http://gwt-code-reviews.appspot.com/2801/diff/1/7#newcode66 Line 66: background: #e3e8f3 url('%selectionBar%') repeat-x; The problem is that this css file needs to work for

[gwt-contrib] [google-web-toolkit commit] r4622 - in changes/bobv/elide_rpc_type_names_r4602/user: src/com/google/gwt/user/rebind/rpc src/c...

2009-02-04 Thread codesite-noreply
Author: b...@google.com Date: Wed Feb 4 08:23:36 2009 New Revision: 4622 Modified: changes/bobv/elide_rpc_type_names_r4602/user/src/com/google/gwt/user/rebind/rpc/ProxyCreator.java changes/bobv/elide_rpc_type_names_r4602/user/src/com/google/gwt/user/server/rpc/RPC.java

[gwt-contrib] Re: strange compiler error in trunk

2009-02-04 Thread Scott Blum
Is this for 1.6 or trunk? On Tue, Feb 3, 2009 at 8:19 PM, Lex Spoon sp...@google.com wrote: Scott or Bob, could you thumb wrestle and have the loser review the patch on this page? http://code.google.com/p/google-web-toolkit/issues/detail?id=3304 It's a fix to unbreak Ext GWT, which I

[gwt-contrib] [google-web-toolkit commit] r4624 - in branches/snapshot-2009.01.29/user: src/com/google/gwt/dom/client src/com/google/gwt/us...

2009-02-04 Thread codesite-noreply
Author: j...@google.com Date: Wed Feb 4 10:49:05 2009 New Revision: 4624 Added: branches/snapshot-2009.01.29/user/test/com/google/gwt/user/client/ui/ButtonTest.java Modified: branches/snapshot-2009.01.29/user/src/com/google/gwt/dom/client/ButtonElement.java

[gwt-contrib] Re: strange compiler error in trunk

2009-02-04 Thread Lex Spoon
On Wed, Feb 4, 2009 at 12:43 PM, Scott Blum sco...@google.com wrote: Is this for 1.6 or trunk? Trunk. It's a fix to revision 4477 from trunk. -Lex --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit commit] r4625 - in releases/1.6: samples/mail/src/com/google/gwt/sample/mail/client user/src/com/google/g...

2009-02-04 Thread codesite-noreply
Author: jlaba...@google.com Date: Wed Feb 4 12:15:34 2009 New Revision: 4625 Modified: releases/1.6/samples/mail/src/com/google/gwt/sample/mail/client/MailList.java releases/1.6/user/src/com/google/gwt/user/client/ui/HTMLTable.java

[gwt-contrib] [google-web-toolkit commit] r4626 - branches/snapshot-2009.01.29

2009-02-04 Thread codesite-noreply
Author: rj...@google.com Date: Wed Feb 4 12:29:51 2009 New Revision: 4626 Modified: branches/snapshot-2009.01.29/branch-info.txt Log: typo Modified: branches/snapshot-2009.01.29/branch-info.txt == ---

[gwt-contrib] [google-web-toolkit commit] r4627 - in releases/1.6: dev/core/src/com/google/gwt/dev/javac dev/core/src/com/google/gwt/dev/sh...

2009-02-04 Thread codesite-noreply
Author: amitman...@google.com Date: Wed Feb 4 14:50:42 2009 New Revision: 4627 Added: releases/1.6/dev/core/test/com/google/gwt/dev/javac/GeneratedClassnameFinderTest.java Modified: releases/1.6/dev/core/src/com/google/gwt/dev/javac/CompilationUnit.java

[gwt-contrib] [google-web-toolkit commit] r4628 - branches/snapshot-2009.01.29/user/src/com/google/gwt/user/client/ui

2009-02-04 Thread codesite-noreply
Author: j...@google.com Date: Wed Feb 4 15:02:08 2009 New Revision: 4628 Modified: branches/snapshot-2009.01.29/user/src/com/google/gwt/user/client/ui/PopupPanel.java Log: Causes PopupPanels that are forcibly remove()d to hide themselves, removing event previews. Patch by: jgw Review

[gwt-contrib] Hosted mode compiled JavaScript output directory

2009-02-04 Thread Alexandre Walter Pretyman
Hello GWT Devs, thanks for the great library! I noticed that the hosted mode in the trunk allows the user to specify the war directory in which a directory with the module name will be created and the JavaScript files will be generated, but I found no way to explicitly set which exact directory

[gwt-contrib] How GWT/Ajax Image viewer/editor

2009-02-04 Thread Sandeep Khanna
Can someone guide me as to how one would go about to build a very very simple multi-page image (TIFF) viewer/editor using GWT. The interface would be similar to Adobe Reader with page thumbnails on the left and the actual page image on the right. Additionally, the actions allowed on this

[gwt-contrib] Re: Hosted mode compiled JavaScript output directory

2009-02-04 Thread Scott Blum
Hi Alexandre, I'm not 100% clear on what you're asking, but I can offer three possible answer. 1) You can use the -war option to deploy somewhere other than ./war 2) You can use the the rename-to attribute on your module XML to change the effective name of your module, which affects where it

[gwt-contrib] Announcing GWT 1.6 Milestone 1

2009-02-04 Thread Scott Blum
Greetings GWT developers, The GWT team is happy to announce the availability of 1.6 Milestone 1! Binary distributions are available for download directly from GWT's Google Code project. http://code.google.com/p/google-web-toolkit/downloads/list?can=1q=1.6.0 As always, milestone builds like this

[gwt-contrib] Re: Announcing GWT 1.6 Milestone 1

2009-02-04 Thread Ray Cromwell
Congratulations on the milestone release! I think some beers are in order. :) -Ray On Wed, Feb 4, 2009 at 4:34 PM, Scott Blum sco...@google.com wrote: Greetings GWT developers, The GWT team is happy to announce the availability of 1.6 Milestone 1! Binary distributions are available for

[gwt-contrib] [google-web-toolkit commit] r4631 - changes/jat/ihm/dev/core/src/com/google/gwt/dev/javac

2009-02-04 Thread codesite-noreply
Author: j...@google.com Date: Wed Feb 4 16:56:06 2009 New Revision: 4631 Added: changes/jat/ihm/dev/core/src/com/google/gwt/dev/javac/BinaryCompiledClass.java (contents, props changed) changes/jat/ihm/dev/core/src/com/google/gwt/dev/javac/SourceCompiledClass.java

[gwt-contrib] Re: How GWT/Ajax Image viewer/editor

2009-02-04 Thread Miroslav Pokorny
Wrong forum try the regular GWT forum. On Thu, Feb 5, 2009 at 9:17 AM, Sandeep Khanna sandeep.p.kha...@gmail.comwrote: Can someone guide me as to how one would go about to build a very very simple multi-page image (TIFF) viewer/editor using GWT. The interface would be similar to Adobe

[gwt-contrib] [google-web-toolkit commit] r4630 - releases/1.6/user/super/com/google/gwt/emul/java/util

2009-02-04 Thread codesite-noreply
Author: sco...@google.com Date: Wed Feb 4 16:26:35 2009 New Revision: 4630 Modified: releases/1.6/user/super/com/google/gwt/emul/java/util/Arrays.java Log: Fixes issue #3334; Arrays.deepHashCode() containing embedded nulls. Modified:

[gwt-contrib] RR : Declassifying RPC / Removing all type names from compilation

2009-02-04 Thread BobV
I've been working on a branch to eliminate the use of type names by GWT RPC. Type names over the wire are replaced with obfuscated identifiers and the client-side RPC code no longer relies on hard-coded type names. The RPC whitelist file is extended to include a map from type names to

[gwt-contrib] [google-web-toolkit commit] r4632 - in changes/bobv/elide_rpc_type_names_r4602: dev/core/src/com/google/gwt/dev/jjs/ast dev/c...

2009-02-04 Thread codesite-noreply
Author: b...@google.com Date: Wed Feb 4 20:48:47 2009 New Revision: 4632 Added: changes/bobv/elide_rpc_type_names_r4602/dev/core/src/com/google/gwt/dev/shell/SyntheticClassMember.java (contents, props changed)