Re: GWT MVP Re-Using Activities where Caching and Filtered ActvityMapper don't work ?

2011-01-24 Thread Thomas Broyer
That's what the Expenses sample does IIRC, so I wouldn't say it's bad design. It's just that you now have to manage state in your activity, which makes it a bit less easy to maintain (notice that I've not used more difficult!) -- You received this message because you are subscribed to the

cannot install gwt IE developer plugin

2011-01-24 Thread Elhanan
hi.. running windows ultimate 7 64 bit, no antivirus. have 2 java versions, of 6_23 (one 64 bit, another 32). trying to download the install the ie dev plugin caused 0x80040204, even with disabled firewall, and as admin.. -- You received this message because you are subscribed to the Google

GWT SDK 2.1.1 eclipse plugin crashes Helios

2011-01-24 Thread T S
I just installed a fresh eclipse 3.6.1 and tried to install Google Plugin for Eclipse 3.6 including App Engine and GWT. Everything installed fine, but when I restart Eclipse, it crashes while loading the GWT plugins. I tried with both the 64bit and 32bit eclipse versions. Any ideas or

Re: GWT Developer plugin For IE installation problem

2011-01-24 Thread othman
No no solution yet if someone finds a solution to this problem please share here thanks On Jan 23, 9:40 am, 肖鹏 eagle.x...@gmail.com wrote: I got the same problem. My guest os is Windows Xp. Have you found a solution? On Jan 21, 9:39 pm, christian elsen christian.el...@ect-telecoms.de wrote:

Re: cannot install gwt IE developer plugin

2011-01-24 Thread FabioV
We are investigating the issue and will post back here once we have a solution. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send

Re: Highlight some rows in CellTable

2011-01-24 Thread Tolwi
cellTable.setRowStyles(..) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: GWT Developer plugin For IE installation problem

2011-01-24 Thread FabioV
We are investigating the error 0x80040204 in the mean time, try to download from http://dl.google.com/gwt/plugins/ie/1.1.9345.20101203172300/gwt-dev-p... make sure to right click, save as and run from there. On Jan 24, 10:01 am, Ryan driving.b...@gmail.com wrote: I'm having the exact same

Google Wave UI

2011-01-24 Thread Allahbaksh
Hi, Google Wave became Apache Wave but still the code of Google Wave UI is not committed to SVN repo. I would ask GWT contributor to please contribute the Wave UI code to the community as early as possible as the best standards application design ability will get improved. Warm Regards, Allahbaksh

Re: GWT Developer plugin For IE installation problem

2011-01-24 Thread Justin Ryan
I too had the verification error that christian elsen had, in a Windows 7 VirtualBox instance. I was able to follow the dl.google.com msi link just fine. It installed and everything is working for me. When re-opening IE, it prompted me to download the plugin, but it also gave me the security

Re: Intra iFrame communication in GWT

2011-01-24 Thread mlb
I have a hunch as to what's going on. I'm using OpenAjax unmanagedhub to do the event notification. The js file for OpenAjax is included with a base module (CommonAjax) I built that encapsulates the OpenAjax js in JSNI. When a plugin inherits this CommonAjax module, gwt copies the associated

Re: RequestFactory does not preserve owned 1-to-many list order

2011-01-24 Thread QkQk
Hi David, Thanks for the reply. What i want is support for 'collection' of embedded classes. I am using gwt2.1.1 + appengine sdk 1.4.0. What i found is jdo implementation in appEngine seems not support this feature. I saw your sample code of 'listwidget' by JPA. it seems ok. Is it correct? On

Re: Widget Library

2011-01-24 Thread nacho
Check this post: http://swe-strongsteve.blogspot.com/2010/11/creating-re-usable-composites-using-gwt.html -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To

[gwt-contrib] Re: Update the mac xpcom plugin for Gecko 2.0 (FF4). This is a platform switch for (issue1311802)

2011-01-24 Thread fabiomfv
LGTM http://gwt-code-reviews.appspot.com/1311802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add option to use JSONP in ExternalTextResource (issue1310801)

2011-01-24 Thread bobv
Why maintain both modes of operation? There's more code and more stuff to test when JSONP is a more general solution than XHR. http://gwt-code-reviews.appspot.com/1310801/diff/1/3 File user/src/com/google/gwt/jsonp/client/JsonpRequest.java (right):

[gwt-contrib] Re: Update the mac xpcom plugin for Gecko 2.0 (FF4). This is a platform switch for (issue1311802)

2011-01-24 Thread conroy
http://gwt-code-reviews.appspot.com/1311802/diff/1/2 File plugins/config.mk (right): http://gwt-code-reviews.appspot.com/1311802/diff/1/2#newcode85 plugins/config.mk:85: ALLARCHCFLAGS=-arch i386 -arch ppc -arch x86_64 On 2011/01/24 02:47:49, jat wrote: So we will build with all 3

[gwt-contrib] [google-web-toolkit] r9597 committed - Update the mac xpcom plugin for Gecko 2.0 (FF4). This is a platform s...

2011-01-24 Thread codesite-noreply
Revision: 9597 Author: con...@google.com Date: Mon Jan 24 04:30:43 2011 Log: Update the mac xpcom plugin for Gecko 2.0 (FF4). This is a platform switch for mac: ppc+i386 to i386+x86_64 to mirror Firefox's platform shift. Also, fixup the linux libxul linkage: we had been getting lucky with

[gwt-contrib] [google-web-toolkit] r9598 committed - Some fixes to Only JClassTypes should have a super class.

2011-01-24 Thread codesite-noreply
Revision: 9598 Author: sco...@google.com Date: Mon Jan 24 06:53:26 2011 Log: Some fixes to Only JClassTypes should have a super class. http://code.google.com/p/google-web-toolkit/source/detail?r=9598 Modified: /trunk/dev/core/src/com/google/gwt/dev/jjs/impl/ControlFlowAnalyzer.java

[gwt-contrib] Allows isBoolean() properties to be handled correctly by AutoBeanCodex. (issue1320801)

2011-01-24 Thread bobv
Reviewers: rjrjr, Description: Allows isBoolean() properties to be handled correctly by AutoBeanCodex. Issue 5902. Moves all method-to-property computations into BeanMethod and JBeanMethod utiliy enums. Patch by: bobv Review by: rjrjr Reported by: jasonhall Please review this at

[gwt-contrib] Re: Generator Result Caching implementation for ClientBundle (issue1236801)

2011-01-24 Thread zundel
just some nits and a possible TODO http://gwt-code-reviews.appspot.com/1236801/diff/39001/40003 File dev/core/src/com/google/gwt/dev/javac/rebind/CachedClientDataMap.java (right): http://gwt-code-reviews.appspot.com/1236801/diff/39001/40003#newcode2

[gwt-contrib] Re: Generator Result Caching implementation for ClientBundle (issue1236801)

2011-01-24 Thread tobyr
Almost there http://gwt-code-reviews.appspot.com/1236801/diff/39001/40001 File dev/core/src/com/google/gwt/core/ext/typeinfo/JRealClassType.java (right): http://gwt-code-reviews.appspot.com/1236801/diff/39001/40001#newcode28 dev/core/src/com/google/gwt/core/ext/typeinfo/JRealClassType.java:28:

[gwt-contrib] Re: Add option to use JSONP in ExternalTextResource (issue1310801)

2011-01-24 Thread unnurg
http://gwt-code-reviews.appspot.com/1310801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Generator Result Caching implementation for ClientBundle (issue1236801)

2011-01-24 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1236801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Generator Result Caching implementation for ClientBundle (issue1236801)

2011-01-24 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1236801/diff/39001/40003 File dev/core/src/com/google/gwt/dev/javac/rebind/CachedClientDataMap.java (right): http://gwt-code-reviews.appspot.com/1236801/diff/39001/40003#newcode2 dev/core/src/com/google/gwt/dev/javac/rebind/CachedClientDataMap.java:2: *

Re: [gwt-contrib] Re: Issue 5549: fix is/has support for boolean properties (issue1272801)

2011-01-24 Thread BobV
Argh. I forgot about this and it wasn't on a 2.3 issue tracker. I'll merge the extra things that this fixes into the patch I sent out. -- Bob Vawter Google Web Toolkit Team -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Updated StackTraceDeobfuscator javadoc in follow up to r9162. (issue1321801)

2011-01-24 Thread fredsa
Reviewers: unnurg, Description: Updated StackTraceDeobfuscator javadoc in follow up to r9162. Fixes issues: 5923 Please review this at http://gwt-code-reviews.appspot.com/1321801/show Affected files: M user/src/com/google/gwt/logging/server/StackTraceDeobfuscator.java Index:

[gwt-contrib] [google-web-toolkit] r9599 committed - Support for IE9 GWT Developer Mode plugin.

2011-01-24 Thread codesite-noreply
Revision: 9599 Author: fabio...@google.com Date: Mon Jan 24 08:49:19 2011 Log: Support for IE9 GWT Developer Mode plugin. http://code.google.com/p/google-web-toolkit/source/detail?r=9599 Added: /trunk/plugins/ie/oophm/oophm/Constants.h /trunk/plugins/ie/oophm/oophm/IEUtils.h

[gwt-contrib] Re: Updated StackTraceDeobfuscator javadoc in follow up to r9162. (issue1321801)

2011-01-24 Thread unnurg
LGTM On 2011/01/24 19:53:04, fredsa wrote: http://gwt-code-reviews.appspot.com/1321801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9600 committed - Cherry picking r9595 into 2.2 release branch.

2011-01-24 Thread codesite-noreply
Revision: 9600 Author: gwt.mirror...@gmail.com Date: Mon Jan 24 13:01:56 2011 Log: Cherry picking r9595 into 2.2 release branch. http://code.google.com/p/google-web-toolkit/source/detail?r=9600 Modified: /releases/2.2/samples/showcase/src/com/google/gwt/sample/showcase/Showcase.gwt.xml

[gwt-contrib] Re: Include class level constraints in the BeanDescriptor. (issue1319801)

2011-01-24 Thread rchandia
LGTM. Wit nits. http://gwt-code-reviews.appspot.com/1319801/diff/1/3 File user/src/com/google/gwt/validation/rebind/GwtSpecificValidatorCreator.java (right): http://gwt-code-reviews.appspot.com/1319801/diff/1/3#newcode499

[gwt-contrib] Re: Include class level constraints in the BeanDescriptor. (issue1319801)

2011-01-24 Thread nchalko
Why is this comment important? It used to start at one. I will remove it now that it is no longer significant. http://gwt-code-reviews.appspot.com/1319801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9601 committed - Include class level constraints in the BeanDescriptor....

2011-01-24 Thread codesite-noreply
Revision: 9601 Author: ncha...@google.com Date: Mon Jan 24 10:40:07 2011 Log: Include class level constraints in the BeanDescriptor. All BeanDescriptor TCK tests now pass. [JSR 303 TCK Result] 65 of 257 (25.29%) Pass with 25 Failures and 4 Errors. Review at

[gwt-contrib] Re: Add option to use JSONP in ExternalTextResource (issue1310801)

2011-01-24 Thread unnurg
http://gwt-code-reviews.appspot.com/1310801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9602 committed - Improve canvas for browsers (and permutations) with partial canvas sup...

2011-01-24 Thread codesite-noreply
Revision: 9602 Author: p...@google.com Date: Mon Jan 24 12:09:10 2011 Log: Improve canvas for browsers (and permutations) with partial canvas support. Review at http://gwt-code-reviews.appspot.com/1296801 http://code.google.com/p/google-web-toolkit/source/detail?r=9602 Added:

[gwt-contrib] Re: Allow Editor framework to handle primitive types. (issue1312802)

2011-01-24 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/1312802/diff/1/2 File user/src/com/google/gwt/editor/rebind/model/EditorModel.java (right): http://gwt-code-reviews.appspot.com/1312802/diff/1/2#newcode503 user/src/com/google/gwt/editor/rebind/model/EditorModel.java:503: if (!lastPart lookingAt ==

[gwt-contrib] Re: Generator Result Caching implementation for ClientBundle (issue1236801)

2011-01-24 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1236801/diff/39001/40001 File dev/core/src/com/google/gwt/core/ext/typeinfo/JRealClassType.java (right): http://gwt-code-reviews.appspot.com/1236801/diff/39001/40001#newcode28 dev/core/src/com/google/gwt/core/ext/typeinfo/JRealClassType.java:28: void

[gwt-contrib] Re: Generator Result Caching implementation for ClientBundle (issue1236801)

2011-01-24 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1236801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Update MissingPlugin.html for FF4 support (issue1322802)

2011-01-24 Thread conroy
Reviewers: jat, fabiomfv, Description: Update MissingPlugin.html for FF4 support Please review this at http://gwt-code-reviews.appspot.com/1322802/show Affected files: M plugins/MissingPlugin/war/MissingPlugin.html Index: plugins/MissingPlugin/war/MissingPlugin.html

[gwt-contrib] Re: Update MissingPlugin.html for FF4 support (issue1322802)

2011-01-24 Thread jat
LGTM http://gwt-code-reviews.appspot.com/1322802/diff/1/2 File plugins/MissingPlugin/war/MissingPlugin.html (right): http://gwt-code-reviews.appspot.com/1322802/diff/1/2#newcode84 plugins/MissingPlugin/war/MissingPlugin.html:84: platforms : Win x86, Linux x86/x86_64, Mac x86/PPC(3.x

[gwt-contrib] Re: Generator Result Caching implementation for ClientBundle (issue1236801)

2011-01-24 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1236801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Generator Result Caching implementation for ClientBundle (issue1236801)

2011-01-24 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1236801/diff/39001/40001 File dev/core/src/com/google/gwt/core/ext/typeinfo/JRealClassType.java (right): http://gwt-code-reviews.appspot.com/1236801/diff/39001/40001#newcode28 dev/core/src/com/google/gwt/core/ext/typeinfo/JRealClassType.java:28: void

[gwt-contrib] Re: Generator Result Caching implementation for ClientBundle (issue1236801)

2011-01-24 Thread tobyr
http://gwt-code-reviews.appspot.com/1236801/diff/39001/40001 File dev/core/src/com/google/gwt/core/ext/typeinfo/JRealClassType.java (right): http://gwt-code-reviews.appspot.com/1236801/diff/39001/40001#newcode28 dev/core/src/com/google/gwt/core/ext/typeinfo/JRealClassType.java:28: void

[gwt-contrib] Re: Generator Result Caching implementation for ClientBundle (issue1236801)

2011-01-24 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1236801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Update MissingPlugin.html for FF4 support (issue1322802)

2011-01-24 Thread fabiomfv
lgtm http://gwt-code-reviews.appspot.com/1322802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9603 committed - Public (t.bro...@gmail.com):...

2011-01-24 Thread codesite-noreply
Revision: 9603 Author: rj...@google.com Date: Mon Jan 24 15:45:54 2011 Log: Public (t.bro...@gmail.com): Addresses http://code.google.com/p/google-web-toolkit/issues/detail?id=5563 For GIN friendliness, make the PlaceHistoryMapperGenerator return null when it encounters a concrete

[gwt-contrib] [google-web-toolkit] r9604 committed - Updated StackTraceDeobfuscator javadoc in follow up to r9162....

2011-01-24 Thread codesite-noreply
Revision: 9604 Author: fre...@google.com Date: Mon Jan 24 18:37:39 2011 Log: Updated StackTraceDeobfuscator javadoc in follow up to r9162. Fixes issues: 5923 Review at http://gwt-code-reviews.appspot.com/1321801 Review by: unn...@google.com