Re: 2.1 Documentation

2010-09-30 Thread Daniel Kurka
I'm sorry about the blog not being in english :) Thanks for the hint on SimplePanel. I`m gonna keep this in mind once m4 arrives. 2010/9/30 Thomas Broyer t.bro...@gmail.com On 30 sep, 00:18, Daniel Kurka kurka.dan...@googlemail.com wrote: I just started to take a look on GWT 2.1m3 and MVP

Re: not able to build project in eclipse

2010-09-30 Thread Vik
yes it is using... somewhere people said that long names on windows might cause this. but i dont think mine are really long. Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Thu, Sep 30, 2010 at 9:13 AM, Didier DURAND durand.did...@gmail.comwrote: Hi, Is your

Re: GWT Dev mode Changes in the Java class is not reflecting when refresh the browser

2010-09-30 Thread Daniel Kurka
What you are describing can be caused by many things, so I will try to take a lucky guess? Do you have the gwt.codesrv parameter in the url? (otherwise you are not using the out of process hosted mode, you are just looking at the compiled app) Changes on the server side are only visible after

Re: Explanation of the code server in developer mode

2010-09-30 Thread Daniel Kurka
Hi Paul, heres the link to the design document of the out of process hosted mode: http://code.google.com/p/google-web-toolkit/wiki/DesignOOPHM - Daniel 2010/9/29 Paul Michael Reilly p...@pajato.com I now understand that the code server runs in a JVM and communicates with the gwt plugin

Re: some pb with rpc serialisable

2010-09-30 Thread matipblaiso30000
here my greet service : named Iconsultation @RemoteServiceRelativePath(greetDesktop) public interface Iconsultation extends RemoteService{ public Boolean MettreEnInstanceAbstractConsultationVO(connexionParametres param,ParametreVO parametre,SymtomesVO symptomes,String idconsultant,String

Problem with GWT Google-Maps-API 1.1 and IE 6

2010-09-30 Thread Boris Lenzinger
Hi everybody, I'm currently facing a blocking problem when using GWT google map api (version 1.1.0) with IE 6. GWT version used is 2.0.3. Here is the context : I have a web interface that displays 2 maps : one on the left that shows a general view and one the right that shows details of a

Re: Having problems with GWT and RMI for client-server communication

2010-09-30 Thread christophe.jour...@stambia.com
Thanks for the answer, but actually I'm trying to run my app with the Google App Engine, and obviously the app don't compile when I tried to untick the GAE box in the project settings. Is it impossible to use RMI on server-side withe GAE ? On 30 sep, 05:38, Didier DURAND

Re: Loading GWT module after page is loaded

2010-09-30 Thread szebeni
please propose a solution On Sep 29, 5:54 pm, szebeni kha...@gmail.com wrote: Hy peps,  I have a GWT App which is loading perfectly on a host page, but I need to do some interaction before Its loaded, which cause this issue: I get only a loading blank screen if I'm writing the script tag for

Re: Loading GWT module after page is loaded

2010-09-30 Thread szebeni
please propose a solution On Sep 29, 5:54 pm, szebeni kha...@gmail.com wrote: Hy peps,  I have a GWT App which is loading perfectly on a host page, but I need to do some interaction before Its loaded, which cause this issue: I get only a loading blank screen if I'm writing the script tag for

Hello Sample doesn't work in Chrome. Issues with invoking onScriptLoad()

2010-09-30 Thread Denis Vilyuzhanin
I compiled Hello Sample from GWT SDK and tried to run it in Chrome. But it doesn't work. Only empty page. In IE and Firefox it works fine. After some debugging I found that cause of this. In last rows of any *.cache.html (not hello.nocache.js) gwt compiler append following code if

Re: Having problems with GWT and RMI for client-server communication

2010-09-30 Thread christophe.jour...@stambia.com
Good news, it works now :) I don't know why it doesn't works with my actual app, but I created a new project with the GAE box unticked at the beginning and it works. So I have tested with RMI and it works if I have not the GAE actived. Thanks for your idea ! Christophe. On 30 sep, 09:28,

Re: Loading GWT module after page is loaded

2010-09-30 Thread Denis Vilyuzhanin
I know that GWT has problem with dynamic loading after page already loaded. Because default linker uses document.write() expression during bootstrap. document.write() method replace all content of page and you get empty page. if you open you *.nocache.js which was compiled with -style DETAILED

Re: some pb with rpc serialisable

2010-09-30 Thread Thomas Broyer
On Sep 29, 1:51 pm, matipblaiso3 blaiso30...@gmail.com wrote: i have some problem with the RPC [WARN] greetServlet: An IncompatibleRemoteServiceException was thrown while processing this call. com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: Invalid type signature for

Re: Hello Sample doesn't work in Chrome. Issues with invoking onScriptLoad()

2010-09-30 Thread Thomas Broyer
On Sep 30, 10:15 am, Denis Vilyuzhanin dandsoft@gmail.com wrote: I compiled Hello Sample from GWT SDK and tried to run it in Chrome. But it doesn't work. Only empty page. In IE and Firefox it works fine. After some debugging I found that cause of this. In  last rows of any *.cache.html

Re: Hello Sample doesn't work in Chrome. Issues with invoking onScriptLoad()

2010-09-30 Thread Denis Vilyuzhanin
Thanks, it was surprise for me, that chrome has such policy about local files. On Sep 30, 3:11 am, Thomas Broyer t.bro...@gmail.com wrote: On Sep 30, 10:15 am, Denis Vilyuzhanin dandsoft@gmail.com wrote: I compiled Hello Sample from GWT SDK and tried to run it in Chrome. But it doesn't

Re: API design rant!

2010-09-30 Thread Slava Lovkiy
I am 100% agree about GXT Api as being not extensible, causing to produce parallel suite of widgets. On Sep 30, 3:39 am, Jeff Larsen larse...@gmail.com wrote: GWT may not have the most perfect API design, but saying GXT is a design to implement is laughable at best. GXT has just barely enough

Re: Benchmark

2010-09-30 Thread Slava Lovkiy
Did anybody try this on practice http://code.google.com/p/google-web-toolkit/wiki/LightweightCollections? Would be interested to see the results in real life project. On Sep 30, 12:00 am, jhulford jhulf...@gmail.com wrote: They already have addressed

SliderBar has yellow border after clicking

2010-09-30 Thread vkrejcirik
Hi, could you help me to remove yellow border after clicking on SliderBar? I cannot find it in css style. Thanks. -- 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-tool...@googlegroups.com. To

Re: not able to build project in eclipse

2010-09-30 Thread Didier DURAND
It's not only a question of having long names: I had this problem when I had many classes in the directory parsed by Datanucleus enhancer (even if I had only a few that were JDO-enabled) I ended up removing * wildcard in project properties and specifying the classes to jdo-enhance 1 by 1: the

Re: Hello Sample doesn't work in Chrome. Issues with invoking onScriptLoad()

2010-09-30 Thread Thomas Broyer
On Sep 30, 12:44 pm, Denis Vilyuzhanin dandsoft@gmail.com wrote: Thanks, it was surprise for me, that chrome has such policy about local files. Scenario: 1. make a request to file:///etc/passwd to grab its content (GET with XMLHttpRequest, or loading it in an iframe) 2. make a cross-site

Re: FlowPanel - Children are added from right to left #-)

2010-09-30 Thread bconoly
Unfortunately this doesn't have anything to do with GWT. Floating elements to the right always place the first element to the far right and the next to the left of it. One thing you could try is putting this elements in a span with display=inline-block and then floating that span to the right.

PagingScrollTable Future

2010-09-30 Thread Adam
I've done some googling around and curious if anyone knows what the future holds for PagingScrollTable. We're currently using GWT 2.0.4 and have a need for such a table, but our hesitant to start using it if it's going to be replaced in the near future. I've not done a tone of digging around GWT

Re: 2.1 Documentation

2010-09-30 Thread Ashton Thomas
I am putting together documentation for my own project and will have another copy that is the same but intended to post to everyone. Below are some details on what I will be putting together over the next month. If anyone is interested in helping compile a good starting point that will be ready

Re: Benchmark

2010-09-30 Thread Thomas Broyer
On Sep 30, 2:16 pm, Slava Lovkiy slava.lov...@gmail.com wrote: Did anybody try this on practicehttp://code.google.com/p/google-web-toolkit/wiki/LightweightCollections? Would be interested to see the results in real life project. The code is here:

RE: Datastore

2010-09-30 Thread Trevor Branch
This is just not helping. I have gone through Tutorials gallor and just cannot get it. I have GWT and Eclipse yet I just do not seem to understand how to start writing to Datastore. I have designed a schema layout and rearing to get some where Any more ideas -Original Message-

Re: 2.1 Documentation

2010-09-30 Thread Duong BaTien
Hi Ashton: This sounds useful to many. Please give a URL of your updated progress. Duong BaTien DBGROUPS and BudhNet On Thu, 2010-09-30 at 06:22 -0700, Ashton Thomas wrote: I am putting together documentation for my own project and will have another copy that is the same but intended to post

Re: 2.1 Documentation

2010-09-30 Thread Jeff Larsen
What is the reason for IsWidget only returning the widget and not having all of the public methods available to widget? One thing I've done for a new project I'm starting on is writing an interface that exposes every public method on every class, mirroring the gwt class hierarchy. That way I

servlet mapping

2010-09-30 Thread András Csányi
Hi Guys, I'm really new at gwt world and this is my first steps in JEE world to. I'm working as tester so I think I'm able to understand lot of things but the experience is missing. After Stockwatcher tutorial I wanted to built something else but I'm totally lost at servlet mapping. I got always

Re: SliderBar has yellow border after clicking

2010-09-30 Thread Jim Douglas
That's the focus rectangle. Try adding these: slider.getElement().getStyle().setProperty(outline, none); slider.getElement().setPropertyBoolean(hideFocus, true); And if you're targeting iOS, you'll probably want these as well:

Re: PagingScrollTable Future

2010-09-30 Thread Gal Dolber
I did the migration from PagingScrollTable to CellTable 2 weeks ago. It didn't take very much.. less than a day. The new table work awesome, it is very customizable and fast as hell. They are still working on it, a few days ago they added keyboard support! BTW thanks for that GWT team! Definitely

Birt and GWT

2010-09-30 Thread matipblaiso30000
Hi , i want to integrated Birt with GWT 2.0 , actually i use Myeclipse 6.6 Birt 2.2.1 please cant help me for this -- 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: Loading GWT module after page is loaded

2010-09-30 Thread lineman78
That is correct, you will end up with a blank page if you try to use the default iFrame linker and load modules dynamically. This used to not be the case, but is now. You could probably go back to GWT 1.5 or 1.6 and grab it's iFrame linker and use it. On Sep 30, 3:28 am, Denis Vilyuzhanin

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-30 Thread David
Any other feedback about this ? What's odd is that we are still asking this very same question after several years of existence of both frameworks, don't you think ? So, we have : - GWT SL - Spring4GWT - Gwt-dispatch - gwt-spring (My) Questions are : - which of them are still maintained ? -

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-30 Thread Jeff Larsen
On Sep 30, 12:22 pm, David dmartin@gmail.com wrote: Any other feedback about this ? What's odd is that we are still asking this very same question after several years of existence of both frameworks, don't you think ? So, we have : - GWT SL - Spring4GWT - Gwt-dispatch - gwt-spring

Re: GWT-Platform with GWT 2.1

2010-09-30 Thread PhilBeaudoin
One good place to start are Thomas Broyer article on 2.1 MVP in case you haven't read them already: http://tbroyer.posterous.com/gwt-21-places http://tbroyer.posterous.com/gwt-21-places-part-ii http://tbroyer.posterous.com/gwt-21-activities

Re: GWT-Platform with GWT 2.1

2010-09-30 Thread Travis Camechis
Thanks for you response. I think we will use GWTP along with 2.1M3+ so we can take advantage of the cell widgets. Hopefully in doing so I will also be able to make contributions to GWTP. Travis Camechis Software Engineer On Thu, Sep 30, 2010 at 2:01 PM, PhilBeaudoin

Re: GWT-Platform with GWT 2.1

2010-09-30 Thread PhilBeaudoin
Also, the following discussion will likely be of interest to you: http://groups.google.com/group/gwt-platform/browse_thread/thread/4c00e59dc139ccdf On Sep 30, 11:01 am, PhilBeaudoin philippe.beaud...@gmail.com wrote: One good place to start are Thomas Broyer article on 2.1 MVP in case you

Project works in development mode but compiled version fails!!!

2010-09-30 Thread Jan
Hi, I just stumbled upon a very weird problem. My gwt project (GWT 2.1.0.M3/AE 1.3.6) worked flawlessly in development mode. However after compiling, it failed. I was able to reduce the problem to the following minimal example: import com.google.gwt.core.client.EntryPoint; import

Re: Slow Connection

2010-09-30 Thread George Georgovassilis
Hello Stefan, There is the Firefox Throttle (Windows only) addon, another tool (Windows only) called NetLimiter which operates on a network basis and I hear there is a Linux distro that can do this, also simulating packet loss etc, you might want to check the discussion over at stackoverflow [1].

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-30 Thread PhilBeaudoin
Many gwt-platform [1] users have also successfully integrated its dispatch module with Spring. The next version (0.5), planned in a month or so, will add built-in support for Spring. It will also make it easy and seamless to switch the backing service for your various server actions. (Some can use

MathML support...

2010-09-30 Thread HommeDeJava
Greetings folks How to add support for equations and MathML into your GWT applications... I proved to myself the faisability using the JavaScript library ASCIIMathML.js from Peter Jipsen de Chapman University (GNU LGPL 2.1+ license). http://www1.chapman.edu/~jipsen/mathml/asciimath.html So,

Re: Where can I find documentation to GWT MVP comming with version 2.1

2010-09-30 Thread Daniel
I just wrote a blog post about gwt 2.1 m3 mvp, containing a small example how to use activities and activitiesmappers: http://blog.daniel-kurka.de/2010/09/testdriving-gwt-mvp-from-gwt-21-m3-part.html On 28 Sep., 21:25, Kasper Hansen kbhdk1...@gmail.com wrote: Sounds good !! Can you provide a

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-30 Thread Jason Hatton
I took a brief look at gwt-platform. I didn't see examples where the GWT 2.0 UI binding capability is used. We are successfully using this with Gin. Do you know of examples that include the use of UI Binder? On Thu, Sep 30, 2010 at 2:35 PM, PhilBeaudoin philippe.beaud...@gmail.comwrote: Many

Re: Project works in development mode but compiled version fails!!!

2010-09-30 Thread lineman78
Your regex is invalid and the unexpected quantifier is being ignored in java, but javascript is throwing an exception. The '+' after the {2,} is a quantifier after a quantifier, it needs some sort of character class before it. Depending on the goal of your match here are some valid regex

Minimalistic JPA in GWT 2.1.0.M3

2010-09-30 Thread Y2i
Client's requests go the server through RequestFactoryServlet. My service objects (those annotated with @Service(SomeDomainClass.class) on the client side are being called fine. When a service method explicitly creates an entity and returns it to the client, the request returns without problems.

Re: PagingScrollTable Future

2010-09-30 Thread Adam
So the features were similar? Meaning support for pagination and sorting? Thanks, Adam On Sep 30, 12:37 pm, Gal Dolber gal.dol...@gmail.com wrote: I did the migration from PagingScrollTable to CellTable 2 weeks ago. It didn't take very much.. less than a day. The new table work awesome, it

Re: keyboard shortcuts with CTRL

2010-09-30 Thread Marcin Misiewicz
I'm also interested in that topic. Does anybody has some experience with keyboard shortcuts in gwt. I'd like to have at least one application wide shortcut for opening a log panel and a few shortcuts dependent of what panel actually has focus on. On 1 Wrz, 19:13, levier

Re: PagingScrollTable Future

2010-09-30 Thread Gal Dolber
Sure, did you take a look at the Expenses sample? thats the new table gwt-bikeshed.appspot.com/Expenses.html On Thu, Sep 30, 2010 at 6:35 PM, Adam ambr...@gmail.com wrote: So the features were similar? Meaning support for pagination and sorting? Thanks, Adam On Sep 30, 12:37 pm, Gal

Re: servlet mapping

2010-09-30 Thread Y2i
Servlet mapping is a part of the servlet specification. It maps a servlet name to a URI that is used to access the servlet. A minimalistic description that is enough to get started can be found here: http://code.google.com/appengine/docs/java/config/webxml.html On Sep 30, 7:49 am, András Csányi

Re: Minimalistic JPA in GWT 2.1.0.M3

2010-09-30 Thread lineman78
persistence.xml should be located in /war/META-INF On Sep 30, 4:28 pm, Y2i yur...@gmail.com wrote: Client's requests go the server through RequestFactoryServlet. My service objects (those annotated with @Service(SomeDomainClass.class) on the client side are being called fine. When a service

Cannot specify different version of App Engine SDK

2010-09-30 Thread hezjing
Hi It seem like the Google plugin doesn't allow me to select version of App Engine SDK for a Maven project. I'm following the instructions described at http://googlewebtoolkit.blogspot.com/2010/08/how-to-use-google-plugin-for-eclipse.html to enable Google Plugin for Eclipse to work with an

Access Bean (POJO) classes at Client Side

2010-09-30 Thread Parth
Hi all, I am using GWT 2.0.4. I am not able to use user defined instance of class defined even at client side. I am able to access data using JSON object with JSNI at client side. But not found any way to pass object of user defined class such as Bean class at client side in EntryPoint class. I

Re: Minimalistic JPA in GWT 2.1.0.M3

2010-09-30 Thread Y2i
Thanks for the reply. I'm doing something wrong because I'm getting the same error even when I place persistence.xml to /war/META-INF. javax.persistence.PersistenceException: No Persistence provider for EntityManager named Domain The exception is thrown in both hosted and stand-alone mode. I'll

Re: Loading GWT module after page is loaded

2010-09-30 Thread szebeni
Thanks for help, I think I will try to use a custom linker this way. On szept. 30, 19:02, lineman78 linema...@gmail.com wrote: That is correct, you will end up with a blank page if you try to use the default iFrame linker and load modules dynamically.  This used to not be the case, but is now.

[gwt-contrib] [google-web-toolkit] r8898 committed - Add verbose validation and diagnostics to RequestFactoryGenerator...

2010-09-30 Thread codesite-noreply
Revision: 8898 Author: cromwell...@google.com Date: Wed Sep 29 21:51:38 2010 Log: Add verbose validation and diagnostics to RequestFactoryGenerator Review at http://gwt-code-reviews.appspot.com/929801 http://code.google.com/p/google-web-toolkit/source/detail?r=8898 Modified:

[gwt-contrib] Re: moving to EntityProxyId

2010-09-30 Thread Patrick Julien
8897 fixes it, thank you On Wed, Sep 29, 2010 at 5:18 PM, Patrick Julien pjul...@gmail.com wrote: I am trying to migrate to EntityProxyId and all I can get is java.lang.AssertionError: encodedId required I can my response from from AbstractRequest.handleResponseText, I do get the response I

[gwt-contrib] Re: Adding more unit tests to RequestFactoryTest. Refactoring SimpleFoo to use a HashMap to store re... (issue931802)

2010-09-30 Thread jlabanca
http://gwt-code-reviews.appspot.com/931802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adding more unit tests to RequestFactoryTest. Refactoring SimpleFoo to use a HashMap to store re... (issue931802)

2010-09-30 Thread jlabanca
You guys make it way too difficult to be lazy. I took RayC's advice and added loop detection. http://gwt-code-reviews.appspot.com/931802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Removing isChanged() because requestProxyGenerator doesn't handle is. (issue907802)

2010-09-30 Thread jlabanca
committed as r8889 http://gwt-code-reviews.appspot.com/907802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Changes required to make the Scaffold app look like the mocks. Added null checks AbstractProxyLi... (issue925801)

2010-09-30 Thread jlabanca
committed as r8886 http://gwt-code-reviews.appspot.com/925801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8899 committed - back to utf8 as it should be

2010-09-30 Thread codesite-noreply
Revision: 8899 Author: gwt.mirror...@gmail.com Date: Thu Sep 30 08:38:26 2010 Log: back to utf8 as it should be http://code.google.com/p/google-web-toolkit/source/detail?r=8899 Modified: /trunk/plugins/webkit/English.lproj/InfoPlist.strings === ---

[gwt-contrib] editor framework and radio buttons

2010-09-30 Thread Patrick Julien
Is there a class that integrates the two? same for check boxes? -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8900 committed - Fix dynatablerf validation problem cause by overloaded method.

2010-09-30 Thread codesite-noreply
Revision: 8900 Author: cromwell...@google.com Date: Thu Sep 30 06:57:12 2010 Log: Fix dynatablerf validation problem cause by overloaded method. http://code.google.com/p/google-web-toolkit/source/detail?r=8900 Modified:

[gwt-contrib] [google-web-toolkit] r8901 committed - Fix the hack in RequestFactoryGenerator....

2010-09-30 Thread codesite-noreply
Revision: 8901 Author: amitman...@google.com Date: Thu Sep 30 06:59:32 2010 Log: Fix the hack in RequestFactoryGenerator. Patch by: amitmanjhi Review by: rice Review at http://gwt-code-reviews.appspot.com/935801 http://code.google.com/p/google-web-toolkit/source/detail?r=8901 Modified:

[gwt-contrib] Re: Display all suggestions with query words bolded rather than just the full query. (issue937801)

2010-09-30 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/937801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Added a RowStyles interface that can be used to customize the classes (issue930801)

2010-09-30 Thread jlabanca
LGTM I'm pretty sure that the style names will be escaped by the Template.tr because they are passed as a String. String args are escaped automatically. http://gwt-code-reviews.appspot.com/930801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8903 committed - Remove misleading change record from MethodInliner....

2010-09-30 Thread codesite-noreply
Revision: 8903 Author: sco...@google.com Date: Thu Sep 30 07:59:38 2010 Log: Remove misleading change record from MethodInliner. The real AST isn't being mutated here, that happens a few lines below. http://gwt-code-reviews.appspot.com/934801/show Review by: zun...@google.com

[gwt-contrib] [google-web-toolkit] r8904 committed - Display all suggestions with query words bolded rather than just the f...

2010-09-30 Thread codesite-noreply
Revision: 8904 Author: eschoeff...@google.com Date: Thu Sep 30 08:46:04 2010 Log: Display all suggestions with query words bolded rather than just the full query. Addresses bug 3040137 Review at http://gwt-code-reviews.appspot.com/937801 Review by: jlaba...@google.com

[gwt-contrib] [google-web-toolkit] r8905 committed - remove SeriaizableLogRecord and SerializableThrowable...

2010-09-30 Thread codesite-noreply
Revision: 8905 Author: gwt.mirror...@gmail.com Date: Thu Sep 30 09:09:15 2010 Log: remove SeriaizableLogRecord and SerializableThrowable Review at http://gwt-code-reviews.appspot.com/875803 Review by: sco...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=8905 Added:

[gwt-contrib] [google-web-toolkit] r8906 committed - Update rules for standalone gwt-compiler....

2010-09-30 Thread codesite-noreply
Revision: 8906 Author: sco...@google.com Date: Thu Sep 30 10:09:39 2010 Log: Update rules for standalone gwt-compiler. Review by: fabb...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=8906 Modified: /trunk/dev/build.xml /trunk/eclipse/dev/compiler/.checkstyle

[gwt-contrib] [google-web-toolkit] r8907 committed - Added a RowStyles interface that can be used to customize the classes...

2010-09-30 Thread codesite-noreply
Revision: 8907 Author: dburr...@google.com Date: Thu Sep 30 10:22:22 2010 Log: Added a RowStyles interface that can be used to customize the classes assigned to tr elements in a CellTable. Review at http://gwt-code-reviews.appspot.com/930801

[gwt-contrib] Re: Adding more unit tests to RequestFactoryTest. Refactoring SimpleFoo to use a HashMap to store re... (issue931802)

2010-09-30 Thread jlabanca
Integrated Ray's change from http://gwt-code-reviews.appspot.com/932802/show. There were two other places where null was converted to a string: ClientRequestHelper (client) wrapped everything in a string and JsonRequestProcessor.getParameterMap (server) requested a string even if the value was

[gwt-contrib] Re: Adding more unit tests to RequestFactoryTest. Refactoring SimpleFoo to use a HashMap to store re... (issue931802)

2010-09-30 Thread jlabanca
http://gwt-code-reviews.appspot.com/931802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Converting MultiWordSuggestOracle to use SafeHtml to escape suggestions, and fixing fixing broke... (issue938801)

2010-09-30 Thread jlabanca
Reviewers: rice, Description: Converting MultiWordSuggestOracle to use SafeHtml to escape suggestions, and fixing fixing broken tests. Please review this at http://gwt-code-reviews.appspot.com/938801/show Affected files: M user/src/com/google/gwt/user/client/ui/MultiWordSuggestOracle.java

[gwt-contrib] [google-web-toolkit] r8908 committed - Allow RequestFactoryGenerator to process method signatures of the form...

2010-09-30 Thread codesite-noreply
Revision: 8908 Author: amitman...@google.com Date: Thu Sep 30 12:30:13 2010 Log: Allow RequestFactoryGenerator to process method signatures of the form: P extends EmployeeProxy P echo(P proxy); and generate EmployeeProxyImpl, if it has not already been generated. Added tests to check this stuff.

[gwt-contrib] [google-web-toolkit] r8909 committed - Adding more unit tests to RequestFactoryTest. Refactoring SimpleFoo to...

2010-09-30 Thread codesite-noreply
Revision: 8909 Author: jlaba...@google.com Date: Thu Sep 30 12:36:38 2010 Log: Adding more unit tests to RequestFactoryTest. Refactoring SimpleFoo to use a HashMap to store records instead of a singleton. Review at http://gwt-code-reviews.appspot.com/931802 Review by: rj...@google.com

[gwt-contrib] Public: Add isEnabled to HasEnabled (issue939801)

2010-09-30 Thread nchalko
Reviewers: jlabanca, Description: Public: Add isEnabled to HasEnabled Please review this at http://gwt-code-reviews.appspot.com/939801/show Affected files: M user/src/com/google/gwt/user/client/ui/HasEnabled.java Index: user/src/com/google/gwt/user/client/ui/HasEnabled.java

[gwt-contrib] Re: Public: Add isEnabled to HasEnabled (issue939801)

2010-09-30 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/939801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Public: Add isEnabled to HasEnabled (issue940801)

2010-09-30 Thread nchalko
Reviewers: jlabanca, Description: Public: Add isEnabled to HasEnabled Review by: jlaba...@google.com Please review this at http://gwt-code-reviews.appspot.com/940801/show Affected files: M user/src/com/google/gwt/user/client/ui/HasEnabled.java Index:

[gwt-contrib] [google-web-toolkit] r8910 committed - Converting MultiWordSuggestOracle to use SafeHtml to escape suggestion...

2010-09-30 Thread codesite-noreply
Revision: 8910 Author: jlaba...@google.com Date: Thu Sep 30 13:24:30 2010 Log: Converting MultiWordSuggestOracle to use SafeHtml to escape suggestions, and fixing fixing broken tests. Review at http://gwt-code-reviews.appspot.com/938801

[gwt-contrib] delayTestFinish allowing the next test to begin before the previous one finishes (2.1.0.m3)?

2010-09-30 Thread Damon Lundin
We are trying to upgrade from 2.0.4 to 2.1.0.m3 because of some bugs in 2.0.4 but in doing so our GWT test cases have begun failing and I have determined it's because the next test is beginning before the previous one is complete and they are messing each other up. I know that delayTestFinish is

[gwt-contrib] [google-web-toolkit] r8911 committed - Rolled back previous patch due to failing RequestFactory tests....

2010-09-30 Thread codesite-noreply
Revision: 8911 Author: amitman...@google.com Date: Thu Sep 30 13:49:33 2010 Log: Rolled back previous patch due to failing RequestFactory tests. Patch by: amitmanjhi http://code.google.com/p/google-web-toolkit/source/detail?r=8911 Modified:

[gwt-contrib] Re: Adding more unit tests to RequestFactoryTest. Refactoring SimpleFoo to use a HashMap to store re... (issue931802)

2010-09-30 Thread jlabanca
committed as r8909 http://gwt-code-reviews.appspot.com/931802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Converting MultiWordSuggestOracle to use SafeHtml to escape suggestions, and fixing fixing broke... (issue938801)

2010-09-30 Thread jlabanca
committed as r8910 http://gwt-code-reviews.appspot.com/938801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Fixes some bugs in CellBrowser. CellBrowser#setChildState() was exited early too aggressively, ... (issue942801)

2010-09-30 Thread jlabanca
Reviewers: rice, Description: Fixes some bugs in CellBrowser. CellBrowser#setChildState() was exited early too aggressively, which could put CellBrowser in an invalid state if you mix leaf and non-leaf nodes. CellBrowser was overriding onFocus() to open children, but it isn't focusable if

[gwt-contrib] [google-web-toolkit] r8912 committed - Allow RequestFactoryGenerator to process method signatures of the form...

2010-09-30 Thread codesite-noreply
Revision: 8912 Author: amitman...@google.com Date: Thu Sep 30 18:35:57 2010 Log: Allow RequestFactoryGenerator to process method signatures of the form: P extends EmployeeProxy P echo(P proxy); and generate EmployeeProxyImpl, if it has not already been generated. Added tests to check this stuff.