Re: GWT applications in clustered environment

2010-08-03 Thread Ameya Kulkarni
We are using tomcat container and validating the setup. Is GWT RPC session implementation different from the servlet HTTP session. We saw the following article on a similar issue. http://old.nabble.com/GWT-Sessions-with-Tomcat-Session-Replication--td21544585.html On Aug 2, 8:54 pm, jocke

Re: UTF-8 Encoding Problem

2010-08-03 Thread Kiarash
Hi Amed, I am facing the same problem with UTF-8. Did you find a solution? On Jul 20, 9:37 am, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: Welcome all  , now i face a problem withUTF-8Encoding Problem how to support it in GWT project -- You received this message because you

Re: Problem with UTF-8

2010-08-03 Thread david.herv...@gmail.com
Hi, Have you specified the UTF-8 before creating file or just change it while your files were created ? I've just copy paste your Label in a project where .java file are UTF-8 encoded and everything works fine. Just check on one of your file the properties that is attributed to it (contextual

Re: JSONP: Overlays with Optional Attributes (HostedModeException's), How?

2010-08-03 Thread Andrew Hughes
Fixed... but I think this stinks :) public final Double getXMin(){ return isXMinNull() ? null : getXMinValue(); } private final native boolean isXMinNull()/*-{ return this.xmin == null; }-*/; private final native double getXMinValue()/*-{ return

Re: GWT evaluation: How to realize this specific app scenario? (v.2)

2010-08-03 Thread A.Augustini
Hi Thomas, thank you very much for your explanations. That's exactly what I was looking for. Best regards, Alessandro On 2 Aug., 20:52, Thomas Dvornik amp...@gmail.com wrote: Hey Alessandro, I'm not a GWT expert, but hopefully this will help. Your right about the look of the URL, and that

Firing native events in GWT?!

2010-08-03 Thread Blaze
Hi all, I have one question...how can we fire a native event in gwt...?? by native event I think on let me say..keyboard key pressed...etc Tnx, -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Firing native events in GWT?!

2010-08-03 Thread Rob Coops
No idea if it is the right thing to do but you could just call the onKeyPressed method of the widget in quesion can't you? On Tue, Aug 3, 2010 at 11:40 AM, Blaze baze...@gmail.com wrote: Hi all, I have one question...how can we fire a native event in gwt...?? by native event I think on let

Re: Firing native events in GWT?!

2010-08-03 Thread Rob Coops
Ah, ok fair enough apperantly (google search helps a lot :) you should be able to use: DomEvent.fireEvent(Document.get().createXXXEvent, handlerSource); On Tue, Aug 3, 2010 at 11:52 AM, Blagoja Chavkoski baze...@gmail.comwrote: Hi, first tnx for the rpl.. yes thats ok...also would be ok

Re: Firing native events in GWT?!

2010-08-03 Thread Blagoja Chavkoski
Hmm..this I didnt think about:).. it might work... tnx..have to try it..:) On Tue, Aug 3, 2010 at 11:58 AM, Rob Coops rco...@gmail.com wrote: Ah, ok fair enough apperantly (google search helps a lot :) you should be able to use: DomEvent.fireEvent(Document.get().createXXXEvent,

using ClientBundle

2010-08-03 Thread avi.yaf...@gmail.com
Hi i need to find a way to point out the the @Source location outside the package com. envvoirment. i want to create 'images' directory in 'war' directory and write { @Source (/war/images/img.gif) ImageResource img() } but when i write this i get an error Resource 'img.gif' is missing expected..

How to build a rules-based form controller for a dyn. form in GWT

2010-08-03 Thread A.Augustini
Currently learning GWT, and I still cannot imagine how to build a *rule-based* controller for a dynamically composed form -- preferably a multipage one, and -- due to GWT concepts -- obviously running on the client side in JavaScript. The idea is to have a multi-sections/multi-tabs registration

Uncaught exception escaped

2010-08-03 Thread Santosh kumar
Hi, This is the error which i am getting frequently when i click on the button widget but second time when i click this button its working. please give me some idea to fix this error. Uncaught exception escaped java.lang.AssertionError: A widget that has an existing parent widget may not be

GWT + Hibernate + MySQL + Tomcat + Ant + Log4j + SVN; is this possible all together?

2010-08-03 Thread Sanky
Hello, I am learning GWT for a while. I tried tutorials of GWT. I learnt Hibernate as well. Now I am going to work on a real application. It is divided into 2 parts: Standalone Desktop mode(without internet connection) and web mode(with internet connection, front end will remain same as for

Client side code breakpoints stop to work after user was redirected to the guice servlet page, and the back to the GWT page.

2010-08-03 Thread semirenko
Hi, guys! I am using GWT 2.0.4, Ubuntu 10.04, JDK 1.6.0_20. I am trying to implement Google OAuth in my GWT application. And it needs to specify callback URL, which will be used to store authorization params after user has logged in. In my case this callback url is a guice servlet, which

JSONP callback with unique callback names?

2010-08-03 Thread toxic iguana
Hello forum! A couple o' questions: Q1) How to cancel JS Timer? Given that I have very basic expertise in JS, I am not sure on how to cancel a scheduled timer in Javascript? I ask this because, I am creating an application which is based on the 'Stockwatcher' example using JSONP async call back

Re: Error on execution

2010-08-03 Thread leonardo britez
Fijate si le falta alguna libreria, ok? --- El lun, 8/2/10, Diego Venuzka dvenu...@gmail.com escribió: De: Diego Venuzka dvenu...@gmail.com Asunto: Error on execution A: google-web-toolkit@googlegroups.com Fecha: lunes, 2 de agosto de 2010, 09:11 pm Hi! I'm still trying to build my project,

SplitLayoutPanel.animate()

2010-08-03 Thread Ahmed Ashour
Hi all, I am trying to have an animated effect that simulates 'maximization' with SplitLayoutPanel, in which clicking on the 'north' widget will maximizes it at the expense of 'center' and 'south' .animate() works only for the first time of showing the widgets, but is ignored afterwords. Even

Re: Where can I put a File to be read/write from RPC Servlet ?

2010-08-03 Thread Jose Luis Estrella Campaña
Wow, Thomas... That sounds amazing. But does it work inside another Container's Context like JBoss for example ? But in general terms it does look pretty much amazing. Thanks for your comments and suggestions, Sincerely, Jose. On Aug 2, 2:11 pm, Thomas Dvornik amp...@gmail.com wrote: You are

Re: JSONP: Overlays with Optional Attributes (HostedModeException's), How?

2010-08-03 Thread André Moraes
At least this is private, so nobody will see the hack (except you) :) -- André Moraes Analista de Desenvolvimento de Sistemas andr...@gmail.com http://andredevchannel.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: How to disable menu items?

2010-08-03 Thread Rob Coops
So what you are saying is that you need a way for the menu to detect which user/user group is looking at the menu. As you are already saying you have user groups it should not be to hard to inform the menu about the user group that is trying to open it. Once the menu knows which group is trying

Re: Have one of the edge widget of a DockLayoutPanel overflow into the center

2010-08-03 Thread Philippe Beaudoin
Yes, I found a solution which I posted on Stackoverflow. Forgot to post it here, sorry. Here my SO post: - - - - - I found my answer. The key is to use a LayoutPanel instead of the DockLayoutPanel. For example: g:LayoutPanel g:layer left=100px right=0px g:LayoutPanel

Jetty: Form too large in dev mode

2010-08-03 Thread francescoNemesi
Hello there, I get the error below Form too large28050420 in dev mode. I looked for this error on Google and found that this problem can be fixed by setting the org.mortbay.http.HttpRequest.maxFormContentSize property to a value higher than the default (20). How can I do this in the

Re: using ClientBundle

2010-08-03 Thread Olivier
Hi, don't make a reference to something in the WAR folder, put your image at the same level as the clientbundle for example. Or create a resources folder, but you will have to reference your image like this @source(my/package/with/dot/img.gif) regards Olivier On Aug 3, 1:09 pm,

What is the current equivalent of MenuBar.doItemAction

2010-08-03 Thread David Goodenough
I have some old GWT code (from abount 1.4) which invoked doItemAction on a Menu entry with a submenu, in order to show the submenu programatically. What is the up to date equivalent (i.e. 2.0.4)? Thanks, David -- You received this message because you are subscribed to the Google Groups

Re: using ClientBundle

2010-08-03 Thread lineman78
The purpose of clientbundle is to refer to files that are not deployed on your server. If you need to deploy the resource for other reasons you will not want to use clientbundle. On Aug 3, 9:37 am, Olivier olivier.dau...@gmail.com wrote: Hi, don't make a reference to something in the WAR

Re: JSONP: Overlays with Optional Attributes (HostedModeException's), How?

2010-08-03 Thread lineman78
Reported in Feb, still listed as new, so make sure you vote: http://code.google.com/p/google-web-toolkit/issues/detail?id=4646 On Aug 3, 1:07 am, Andrew Hughes ahhug...@gmail.com wrote: Fixed... but I think this stinks :)     public final Double getXMin(){         return isXMinNull() ? null

Re: Firing native events in GWT?!

2010-08-03 Thread Fernando Barbat
I don't have the answer to your question but maybe this could help: http://code.google.com/p/google-web-toolkit-incubator/wiki/GwtEventSystem On 3 ago, 06:40, Blaze baze...@gmail.com wrote: Hi all, I have one question...how can we fire a native event in gwt...?? by native event I think on let

Re: Eclipse plugin - change text color in Development Mode View?

2010-08-03 Thread Katharina Probst
Hi Ross, unfortunately, we don't currently have a way to do this. I've created an issue for it: http://code.google.com/p/google-web-toolkit/issues/detail?id=5184 kathrin On Wed, Jul 28, 2010 at 10:47 PM, ross ross.m.sm...@googlemail.com wrote: Hi guys, This is a pretty lame question, but I

Re: Client side code breakpoints stop to work after user was redirected to the guice servlet page, and the back to the GWT page.

2010-08-03 Thread Katharina Probst
Hi, it looks indeed like this problem has to do with forwarding. However, I'm surprised that adding the gwt.codesvr parameter to the URL did not fix the problem. A couple of questions: 1. What browser are you using, and does this happen on multiple browsers? (This could point to a

GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread abby
Has anyone gotten these to work? I am surprised at the lack of support gwt has for maven. Looking at the mojo users group, it seems that gwt- maven developers are equally frustrated http://groups.google.com/group/codehaus-mojo-gwt-maven-plugin-users/browse_thread/thread/8ced89b3cb27cf3f Can

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread Hilco Wijbenga
On 3 August 2010 10:44, abby misra.a...@gmail.com wrote: Has anyone gotten these to work? I am surprised at the lack of support gwt has for maven. Looking at the mojo users group, it seems that gwt- maven developers are equally frustrated [I don't know why anyone in 2010 still would want to

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread Dan Billings
The maven-gae-plugin mvp archetype generates a very informative pom.xml that might help you put it all together. I would encourage anyone who has it working to post their pom here! On Aug 3, 2:08 pm, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: On 3 August 2010 10:44, abby

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread abby
The problem is when you try to bring maven, tomcat and google plugin together. I have hacked my way around with jetty and was able to get it working at some level. The problem is there is zero documentation on getting things working. On Aug 3, 4:20 pm, Dan Billings debil...@gmail.com wrote: The

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread Hilco Wijbenga
On 3 August 2010 14:23, abby misra.a...@gmail.com wrote: The problem is when you try to bring maven, tomcat and google plugin together. I have hacked my way around with jetty and was able to get it working at some level. I know it's frustrating but you might want to consider using Jetty then?

Re: Error on execution

2010-08-03 Thread Diego Venuzka
Hi Gal! Well, i'm using Netbeans to build my project, and i don't found the war directory. On Eclipse i saw that, but on Netbeans, not On the main.xml, in the tab Compiler, all the lines are emptythis is correct? Thanks! 2010/8/3 Gal Dolber gal.dol...@gmail.com Jeje, porque contestas en

Re: UTF-8 Encoding Problem

2010-08-03 Thread Ahmed Shoeib
try this For example, if you're using Eclipse (as many of us are) you need to look at the Resource tab under Project Properties, which will probably have defaulted to Cp1252. Switch this to Other: UTF-8. You may also have to look at Edit Set encoding..., although this will probably do the

[Help Needed] GwtCreateResource -- how do I get this working for me?

2010-08-03 Thread Xlorep DarkHelm
Ok, here's the example code: --- public class Settings { /** * The size of the blocks to draw on the client-side, in pixels. */ public static final int PIXEL_SIZE = 5; /** * The length of the array to draw on

Re: Error on execution

2010-08-03 Thread Gal Dolber
mm, I have never used Netbeans.. In general that problem happen when you run an app that isn't compiled. When you run development-mode it generated a folder in the war directory if it didn't exist. And if you try to run the app without development-mode before compiling you will get that alert. If

Re: Error on execution

2010-08-03 Thread Diego Venuzka
Well, in the Netbeans, how i do that? because i'm compiling the project direct on NB, and it open a internet window, to show the page. The project is normally compiled, but show the error message on internet window... Wich files i can delete to solve this? Or how i compile it again ? Thanks!!!

Re: Problem with UTF-8

2010-08-03 Thread lineman78
One simple way to check if it is Java/GWT code or the browser is to add some UTF-8 chars straight to the html file. If that is working correctly then it must be either the Java file isn't UTF-8 or something else is wrong. Eclipse allows you to change the encoding of files through the properties

AE / GWT Newb: How to do RPC Call with my own return type?

2010-08-03 Thread spierce7
Hey guys, I've been mess making an app for a while now, and I've finally got something that is able to save an entity on the server. That entity (to keep it simple) is of type Event. It has 2 Date objects: startDate and endDate. I understand how to do queries and what not, but what I found my

Re: How to disable menu items?

2010-08-03 Thread Magnus
Hi Rob, I think you got me a little bit wrong: I don't want the menu to handle the logic. I can handle the logic my self. But I need to tell the menu that it should show (paint) a menu item as disabled. Give me a method like this and I am happy: MenuItem.setEnabled (boolean enabled); Well, the

[gwt-contrib] [google-web-toolkit] r8465 committed - Fixes UiBinder MenuBar parser to allow MenuItemSeparator, and custom...

2010-08-03 Thread codesite-noreply
Revision: 8465 Author: rj...@google.com Date: Mon Aug 2 18:45:49 2010 Log: Fixes UiBinder MenuBar parser to allow MenuItemSeparator, and custom subclasses of MenuItem. Patch by konstantin.scheg...@gmail.com Review by rj...@google.com http://gwt-code-reviews.appspot.com/702803 Fixes gwt issue

[gwt-contrib] [google-web-toolkit] r8455 committed - Remove 1.6isms from RequestFactory, and fix DynaTableRf (id's...

2010-08-03 Thread codesite-noreply
Revision: 8455 Author: rj...@google.com Date: Mon Aug 2 10:03:54 2010 Log: Remove 1.6isms from RequestFactory, and fix DynaTableRf (id's still must be Long, and at the moment it actually counts). Review at http://gwt-code-reviews.appspot.com/721804 Review by: robertvaw...@google.com

[gwt-contrib] [google-web-toolkit] r8454 committed - Adds integral BiDi support to Label.java and its descendants. Introduc...

2010-08-03 Thread codesite-noreply
Revision: 8454 Author: tomer...@google.com Date: Mon Aug 2 09:47:24 2010 Log: Adds integral BiDi support to Label.java and its descendants. Introduces a new interface, HasAutoHorizontalAlignment. Review at http://gwt-code-reviews.appspot.com/642803

[gwt-contrib] [google-web-toolkit] r8461 committed - Disabling part of HTMLTest because it fails cross browser.

2010-08-03 Thread codesite-noreply
Revision: 8461 Author: jlaba...@google.com Date: Mon Aug 2 14:09:21 2010 Log: Disabling part of HTMLTest because it fails cross browser. http://code.google.com/p/google-web-toolkit/source/detail?r=8461 Modified: /trunk/user/test/com/google/gwt/user/client/ui/HTMLTest.java

[gwt-contrib] [google-web-toolkit] r8463 committed - Change the way we include the User Auth files, keeping more of them...

2010-08-03 Thread codesite-noreply
Revision: 8463 Author: unn...@google.com Date: Mon Aug 2 15:57:18 2010 Log: Change the way we include the User Auth files, keeping more of them checked into GWT code rather than generated by roo Review at http://gwt-code-reviews.appspot.com/721803 Review by: rj...@google.com

[gwt-contrib] [google-web-toolkit] r8459 committed - Fixing HTMLTest so that it doesn't assume tag names returned from getI...

2010-08-03 Thread codesite-noreply
Revision: 8459 Author: jlaba...@google.com Date: Mon Aug 2 13:10:45 2010 Log: Fixing HTMLTest so that it doesn't assume tag names returned from getInnerHtml are lowercase. IE automatically converts tag names to uppercase. http://code.google.com/p/google-web-toolkit/source/detail?r=8459

[gwt-contrib] [google-web-toolkit] r8462 committed - SpeedTracerLogger: Don't throw exceptions on missed events. Instead, t...

2010-08-03 Thread codesite-noreply
Revision: 8462 Author: con...@google.com Date: Mon Aug 2 14:49:52 2010 Log: SpeedTracerLogger: Don't throw exceptions on missed events. Instead, try to recover gracefully. Review at http://gwt-code-reviews.appspot.com/674805 Review by: zun...@google.com

[gwt-contrib] [google-web-toolkit] r8460 committed - Add a file check to handle edge cases like broken symbolic links when ...

2010-08-03 Thread codesite-noreply
Revision: 8460 Author: con...@google.com Date: Mon Aug 2 13:26:01 2010 Log: Add a file check to handle edge cases like broken symbolic links when scanning directories for resources. Review at http://gwt-code-reviews.appspot.com/711803 Review by: sco...@google.com

[gwt-contrib] [google-web-toolkit] r8456 committed - Fixes many compiler warnings in JsonRequestProcessor.

2010-08-03 Thread codesite-noreply
Revision: 8456 Author: rj...@google.com Date: Mon Aug 2 10:40:29 2010 Log: Fixes many compiler warnings in JsonRequestProcessor. http://code.google.com/p/google-web-toolkit/source/detail?r=8456 Modified: /trunk/user/src/com/google/gwt/requestfactory/server/JsonRequestProcessor.java

[gwt-contrib] [google-web-toolkit] r8453 committed - Reintroduces changes from r8440...

2010-08-03 Thread codesite-noreply
Revision: 8453 Author: con...@google.com Date: Sat Jul 31 10:16:08 2010 Log: Reintroduces changes from r8440 Review at http://gwt-code-reviews.appspot.com/707804 Review by: unn...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=8453 Deleted:

[gwt-contrib] [google-web-toolkit] r8464 committed - Finish modernizing the DynaTableRF sample to use an event-based applic...

2010-08-03 Thread codesite-noreply
Revision: 8464 Author: b...@google.com Date: Mon Aug 2 18:09:28 2010 Log: Finish modernizing the DynaTableRF sample to use an event-based application model. Patch by: bobv Review by: rjrjr Review at http://gwt-code-reviews.appspot.com/733802

[gwt-contrib] Re: Add two new ClientBundle annotations: (issue714801)

2010-08-03 Thread bobv
LGTM, just a couple of code style nits I saw re-reading the patch. http://gwt-code-reviews.appspot.com/714801/diff/48001/6003 File user/src/com/google/gwt/resources/client/DataResource.java (right): http://gwt-code-reviews.appspot.com/714801/diff/48001/6003#newcode35

Re: [gwt-contrib] [google-web-toolkit] r8452 committed - Implement ROO-933 and ROO-935. Handle java.lang.{Byte/Short/Character/...

2010-08-03 Thread Pascal Patry
On Tuesday, August 03, 2010 00:15:14 codesite-nore...@google.com wrote: Revision: 8452 Author: cromwell...@google.com Date: Fri Jul 30 17:29:09 2010 Log: Implement ROO-933 and ROO-935. Handle java.lang.{Byte/Short/Character/Integer/Long/BigDecimal/BigInteger/Date/Flo at/Double} as return

[gwt-contrib] Re: Add the ability to change the size of a widget in the (issue719802)

2010-08-03 Thread jgw
On 2010/08/02 18:38:29, toms wrote: On Mon, Aug 2, 2010 at 2:14 PM, mailto:j...@google.com wrote: http://gwt-code-reviews.appspot.com/719802/diff/1/2 File user/src/com/google/gwt/user/client/ui/DockLayoutPanel.java (right): http://gwt-code-reviews.appspot.com/719802/diff/1/2#newcode315

[gwt-contrib] Made the error messages thrown in case of GWTTestCase timeouts more informative, as requested in (issue734801)

2010-08-03 Thread mmendez
http://gwt-code-reviews.appspot.com/734801/diff/1/2 File user/src/com/google/gwt/junit/JUnitShell.java (right): http://gwt-code-reviews.appspot.com/734801/diff/1/2#newcode1019 user/src/com/google/gwt/junit/JUnitShell.java:1019: + Try increasing this timeout using the '-testMethodTimeout number'

[gwt-contrib] Re: Adding support for non-propagating events in Cell based widgets. In modern browsers, we make the... (issue720801)

2010-08-03 Thread jlabanca
committed as r8457 http://gwt-code-reviews.appspot.com/720801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Public: Add default validators for the standard constraints. (issue735801)

2010-08-03 Thread nchalko
Reviewers: Ray Ryan, Description: Public: Add default validators for the standard constraints. Include super source version of the Pattern constraint that does not reference java.util.regex.Pattern Please review this at http://gwt-code-reviews.appspot.com/735801/show Affected files: M

[gwt-contrib] Re: Always show more link when pager's list view has an inexact item count. More should set a rang... (issue708803)

2010-08-03 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/708803/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Public: Add default validators for the standard constraints. (issue735801)

2010-08-03 Thread nchalko
On 2010/08/03 16:07:07, Nick Chalko wrote: Found some spelling errors and pushed a new version for review. http://gwt-code-reviews.appspot.com/735801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Public: Add default validators for the standard constraints. (issue735801)

2010-08-03 Thread rjrjr
I don't see a new patch http://gwt-code-reviews.appspot.com/735801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Public: Add default validators for the standard constraints. (issue735801)

2010-08-03 Thread nchalko
On 2010/08/03 17:03:03, Ray Ryan wrote: I don't see a new patch rietveld was waiting for me to enter a online description on its way now. http://gwt-code-reviews.appspot.com/735801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Public: Add default validators for the standard constraints. (issue735801)

2010-08-03 Thread nchalko
http://gwt-code-reviews.appspot.com/735801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Public: Add default validators for the standard constraints. (issue735801)

2010-08-03 Thread nchalko
On 2010/08/03 17:04:19, Nick Chalko wrote: On 2010/08/03 17:03:03, Ray Ryan wrote: I don't see a new patch rietveld was waiting for me to enter a online description on its way now. Ok new patch uploaded. http://gwt-code-reviews.appspot.com/735801/show --

[gwt-contrib] Re: Public: Add default validators for the standard constraints. (issue735801)

2010-08-03 Thread rjrjr
Holy combinatorial explosion! I assume the stuff that is copyright Google is either by you or by Chris R? A few nits, and one real concern about DefaultConstraints. http://gwt-code-reviews.appspot.com/735801/diff/1/2 File tools/api-checker/config/gwt20_21userApi.conf (right):

[gwt-contrib] Re: Public: Add default validators for the standard constraints. (issue735801)

2010-08-03 Thread rjrjr
Holy combinatorial explosion! I assume the stuff that is copyright Google is either by you or by Chris R? A few nits, and one real concern about DefaultConstraints. http://gwt-code-reviews.appspot.com/735801/diff/1/2 File tools/api-checker/config/gwt20_21userApi.conf (right):

[gwt-contrib] De-bounce built-in selection models (issue722802)

2010-08-03 Thread rice
Reviewers: Ray Ryan, Description: De-bounce built-in selection models Please review this at http://gwt-code-reviews.appspot.com/722802/show Affected files: M user/src/com/google/gwt/view/client/DefaultSelectionModel.java M user/src/com/google/gwt/view/client/MultiSelectionModel.java M

[gwt-contrib] Re: De-bounce built-in selection models (issue722802)

2010-08-03 Thread rjrjr
If I do this: sm.setSelected(!foo, sm.isSelected()); sm.setSelected(!foo, sm.isSelected()); I'll still see an event. Given your nifty event coalescing, I wouldn't have to. Should you do it there instead? Also, I wonder if NoSelectionModel is the exception to the no bounces please rule.

[gwt-contrib] Re: De-bounce built-in selection models (issue722802)

2010-08-03 Thread rjrjr
http://gwt-code-reviews.appspot.com/722802/diff/1/2 File user/src/com/google/gwt/view/client/DefaultSelectionModel.java (right): http://gwt-code-reviews.appspot.com/722802/diff/1/2#newcode84 user/src/com/google/gwt/view/client/DefaultSelectionModel.java:84: scheduleSelectionChangeEvent();

[gwt-contrib] Re: Put in a new fix for DevMode logging that uses bytecode rewriting rather than swapping out (issue725801)

2010-08-03 Thread unnurg
http://gwt-code-reviews.appspot.com/725801/diff/12001/13004 File dev/core/src/com/google/gwt/dev/shell/GWTBridgeImpl.java (right): http://gwt-code-reviews.appspot.com/725801/diff/12001/13004#newcode26 dev/core/src/com/google/gwt/dev/shell/GWTBridgeImpl.java:26: protected static

[gwt-contrib] Re: Put in a new fix for DevMode logging that uses bytecode rewriting rather than swapping out (issue725801)

2010-08-03 Thread unnurg
http://gwt-code-reviews.appspot.com/725801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Ability to support null data in Record (issue712802)

2010-08-03 Thread iscy
Reviewers: , Description: When a record has a property (for instance a Long property) set to 'null', the client side parser will throw out an exception instead of gracefully returning null. Please review this at http://gwt-code-reviews.appspot.com/712802/show Affected files:

[gwt-contrib] Tests and tweaks for DisclosurePanel and StackLayoutPanel parsers (issue736801)

2010-08-03 Thread Konstantin . Scheglov
Reviewers: Ray Ryan, Description: 1. Problems in assertFirstHeader(). 1.1. invalid condition; 1.2. invalid reference on second argument. 2. Use addStatement() instead of addInitStatement(), because same is done everywhere. 3. Small tweaks. 4. Set of tests, including all bad cases. Please review

[gwt-contrib] Fixes various warnings in RequestFactory, most of them generics (issue737801)

2010-08-03 Thread rjrjr
Reviewers: cromwellian, Description: Fixes various warnings in RequestFactory, most of them generics related. Review by: cromwell...@google.com Please review this at http://gwt-code-reviews.appspot.com/737801/show Affected files: M

[gwt-contrib] Re: Put in a new fix for DevMode logging that uses bytecode rewriting rather than swapping out (issue725801)

2010-08-03 Thread tobyr
LGTM http://gwt-code-reviews.appspot.com/725801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add two new ClientBundle annotations: (issue714801)

2010-08-03 Thread fredsa
Thanks, Bob http://gwt-code-reviews.appspot.com/714801/diff/48001/6003 File user/src/com/google/gwt/resources/client/DataResource.java (right): http://gwt-code-reviews.appspot.com/714801/diff/48001/6003#newcode35 user/src/com/google/gwt/resources/client/DataResource.java:35: * Specifies the

[gwt-contrib] Re: Fixes various warnings in RequestFactory, most of them generics (issue737801)

2010-08-03 Thread rjrjr
http://gwt-code-reviews.appspot.com/737801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Add login widgets to Expenses and the Mobile versions (issue713802)

2010-08-03 Thread unnurg
Reviewers: Ray Ryan, Description: Add login widgets to Expenses and the Mobile versions Please review this at http://gwt-code-reviews.appspot.com/713802/show Affected files: M bikeshed/src/com/google/gwt/sample/expenses/gwt/client/Expenses.java M

[gwt-contrib] Re: Put in a new fix for DevMode logging that uses bytecode rewriting rather than swapping out (issue725801)

2010-08-03 Thread Fred Sauer
LGTM -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Public: Add default validators for the standard constraints. (issue735801)

2010-08-03 Thread nchalko
http://gwt-code-reviews.appspot.com/735801/diff/1/2 File tools/api-checker/config/gwt20_21userApi.conf (right): http://gwt-code-reviews.appspot.com/735801/diff/1/2#newcode81 tools/api-checker/config/gwt20_21userApi.conf:81: :user/src/com/google/gwt/validation/client/constraints/*.java\ On

[gwt-contrib] Re: Public: Add default validators for the standard constraints. (issue735801)

2010-08-03 Thread nchalko
http://gwt-code-reviews.appspot.com/735801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Public: Add default validators for the standard constraints. (issue735801)

2010-08-03 Thread nchalko
http://gwt-code-reviews.appspot.com/735801/diff/1/2 File tools/api-checker/config/gwt20_21userApi.conf (right): http://gwt-code-reviews.appspot.com/735801/diff/1/2#newcode81 tools/api-checker/config/gwt20_21userApi.conf:81: :user/src/com/google/gwt/validation/client/constraints/*.java\ Well I