Re: GWT + Google Maps 1.1 Library Non-Map Uses

2011-01-21 Thread Alberto
Maybe I've to create a new Projection? On 20 Gen, 11:18, Alberto sturialb...@gmail.com wrote: Hi, I'm using Google Maps API to represent some paintings. I've just used MapType object to create a new Map with custom tiles, but Mercator Projection plot my picture continuously in longitude

Download GWT DevMode browser plugins directly

2011-01-21 Thread stuckagain
Hi, Is there a URL that I can go to to download the GWT DevMode plugins directly (so no shell exe that reconnects to google) ? My dev machine is not connected to the Internet so I need to be able to install these plugins offline. David -- You received this message because you are

How to change defaul module autoload?

2011-01-21 Thread shpyo
Hello, today I got big problem. I'm trying to solve it from tomorrow. I got two modules. The fisrt is that which is created as demo - and it is loaded as main. The second is made by me - simple login module. Could someone tell where is can switch param or option in my app to load only my login

Re: how to customize celltree.

2011-01-21 Thread Tej Sarup
Hey there, I have been looking out for a solution to the similar problem. From what i haver understood is that if you use something like the 'CellTree.BasicResources' class at the time of instantiating the tree that links up to CSS/Images provided in the GWT jars. So we have to find a way to

Re: 2.1.1 RequestFactory: Persist method cannot be found

2011-01-21 Thread StefanR
Hi Thomas, thanks for the link. It works now. Regards, Stefan. -- 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

How to return nested 1-to-many EntityProxy

2011-01-21 Thread QkQk
Hi, I have made layered 1-to-many relationship, says, parent-children- grandchildren. It works fine to access grandchildren from children in server. But passing back as 'null' of grandchildren thru requestfactory. I am using request with( propertyRefs). Even multiple

Re: Problem with multiple activity mappers (or understanding)

2011-01-21 Thread Erik Bens
Mistake was that the hyperlink itself calls a BrowserEvent which uses the History to call the new place. I just added the property targetHistoryToken=MyPlace:token to the hyperlink and removed the UiHandlers from the hyperlink. On 20 Jan., 15:46, Erik Bens bense...@googlemail.com wrote: Hi

Re: GWT Activities, Places with Event Bus ??????

2011-01-21 Thread Thomas Broyer
On Thursday, January 20, 2011 10:47:17 PM UTC+1, Bálint Kriván wrote: That's not quite right. You can have more Places, mapping them with different ActivityMappers. You'll of course have multiple places in an app, but as ailinykh said you'll only be at one place at a time (each place will

Re: Overlay types in cell widgets

2011-01-21 Thread Thomas Broyer
The $H property comes from the implementation of JavaScriptObject#hashCode() (in com.google.gwt.cire.client.impl.Impl#getHashCode(Object)). In your case, this is due to AbstractEditableCell maintaining a map of value keys to their view data, and your use (I guess) of the default ProvidesKey

Re: CellTable: Refresh at real-time causes CPU usage of 60%

2011-01-21 Thread remuera
Hi, thanks for the response. As I said I expect a higher CPU usage, but not in that extend. When I am doing the same with the Grid of GXT, it only consumes 20% of CPU usage in IE. Apparently CellTable was not build for this purpose, I'll have to find another solution. The requirement is 4 times

Re: gwt mvp sessions

2011-01-21 Thread Ernesto Reig
Ok. If I haven´t misunderstood (reading at http://code.google.com/appengine/docs/java/users/overview.html#Authentication_Options), you have three options to authenticate users with App Engine: - A Google Account - An account from an (my) Google Apps domain. - An OpenID identifier BUT, if I

Compressing GUIDs for JSON

2011-01-21 Thread shahid
I am using .NET C# on the server side and GWT on the client and the data is interchange using JSON. I am currently going through some optimisation to improve efficiency. Among other measures (code splitting, shrinking parameter and property names etc), I have noticed that the JSON transported back

Re: gwt mvp sessions

2011-01-21 Thread Ernesto Reig
Following my previous post... what I need is to provide my users with username and password, and to have full control of the users that login in my application. I don´t want that everybody who has a google account or an openID identifier can do login. So, the question again: - Is this possible

Page Navigation and GWT Designer

2011-01-21 Thread Steve
Hi -- I'm new to GWT and have a (hopefully!) quick question. I'm reading about how page navigation works, and typically, the response is to have a single HTML page and add/remove the widgets from the page to move the application forward and backwards. All fine and good; but I have quickly

Strange Eclipse problem

2011-01-21 Thread J S
I`ve created two projects in Eclipse - GWT project for presentation, and plain Java project for model. Added model.gwt.xml to Model project, then added it to View project build path. I also putinherits tag to view.gwt.xml Now eclipse displays error message Product can not be found in source

NPE on Integrating GIN with Request Factory

2011-01-21 Thread Romain BIARD
Hi everybody, I'm currently trying to integrate GIN on a POC which deals with RequestFactory and EventBus. 1) I first noticed that I had to extends some Technical Classes with no reasons except to mark the constructor whit @Inject like this : public class PamdaPlaceHistoryHandler extends

AbstractHasDataT.setRowdata question

2011-01-21 Thread TAP
Is it possible for this method to take an iterator versus a List. I am sure you are iterating through the list to get the objects anyway. the reason I ask this because I am currently using a Set along with the CellTable and the conversion from Set to List is annoying and comes at a performance

Re: GWT Scroll Bar Issue

2011-01-21 Thread wajad abbasi
Thanks for your reply. Dear when will data grid be available??? OR is there any other Widget/Option which gives this kind of feature like smartgwt's Live Gird On Jan 20, 8:18 pm, John LaBanca jlaba...@google.com wrote: It isn't possible with CellTable.  I'm working no a variation of CellTable

Re: How to insert an Image in Celltable cell?

2011-01-21 Thread John LaBanca
You can use IconCellDecorator to add an icon next to a Cell. Thanks, John LaBanca jlaba...@google.com On Thu, Jan 20, 2011 at 11:47 PM, varakumar varakumar@gmail.com wrote: Hi all, In CellTable cell How can I insert an imageresouce -- You received this message because you are

Re: How to show a message in CellTable?

2011-01-21 Thread John LaBanca
That isn't implement yet, but we plan to add it for GWT 2.3. Thanks, John LaBanca jlaba...@google.com On Thu, Jan 20, 2011 at 11:18 PM, varakumar varakumar@gmail.com wrote: Hi all, I am using CellTable to show list of records. It is working fine, But when there is no records I

Re: GWT + Google Maps 1.1 Library Non-Map Uses

2011-01-21 Thread Eric Ayers
That sounds right to me. On Jan 21, 2011 3:16 AM, Alberto sturialb...@gmail.com wrote: Maybe I've to create a new Projection? On 20 Gen, 11:18, Alberto sturialb...@gmail.com wrote: Hi, I'm using Google Maps API to represent some paintings. I've just used MapType object to create a new Map

Re: do you think RangeChange of CellTable should update the History Token ?

2011-01-21 Thread Thomas Broyer
On Friday, January 21, 2011 1:47:19 AM UTC+1, zixzigma wrote: could you please explain what is the criteria for data to be highly dynamic ? and in case of GWT, the entire app is one page, and we have the concept of places. and we don't have to forward to a new place, we can have a

Re: Overlay types in cell widgets

2011-01-21 Thread Javier
You are right! Giving a ProvidesKey solves the issue. For next releases it would be great if overlay types could define their own hashCode. Thanks a lot, not only for the solution but also for the detailled explanation. On 21 ene, 11:18, Thomas Broyer t.bro...@gmail.com wrote: The $H property

Re: NPE on Integrating GIN with Request Factory

2011-01-21 Thread Thomas Broyer
On Friday, January 21, 2011 12:59:12 AM UTC+1, Romain BIARD wrote: Hi everybody, I'm currently trying to integrate GIN on a POC which deals with RequestFactory and EventBus. 1) I first noticed that I had to extends some Technical Classes with no reasons except to mark the constructor

Re: Sample Application RPC Problems with Tomcat

2011-01-21 Thread hakito
Yes you can forward the request. Take a look at mod_jk http://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html Maybe this can help. On 21 Jan., 01:31, Bill Morrison hipgno...@gmail.com wrote: Apparently the requests weren't getting to Tomcat. If I accessed the site through the Tomcat port

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

2011-01-21 Thread David Sowerby
Hi qkQk I don't think @Embedded is supported by RequestFactory. See http://code.google.com/webtoolkit/doc/trunk/DevGuideRequestFactory.html under Entity Relationships On Jan 20, 2:42 pm, QkQk michael@gmail.com wrote: Hi Thomas,  you are correct in list order. It's my mistake.  For the

@sprite clarification

2011-01-21 Thread João Pereira
Hi, I'm trying to inderstand the use of @sprite in css. Here's my scenario: I have a GlobalResources like this: package com.medibooking.admin.client.view.resources; ... public interface GlobalResources extends ClientBundle { public GlobalResources INSTANCE =

Re: Compressing GUIDs for JSON

2011-01-21 Thread Ümit
Well it depends. I don't know how you generate the JSON data on the .NET backend but it shouldn't be a big issue to add a autoincrement field to the db and use that instead of the GUID. Another approach which works really good especially with big JSON data transfers is compressing the json

Re: How to Constrain the Width of a FlexTable

2011-01-21 Thread JAppetta
John: Thank you for taking the time to examine my post. The suggestion you offered works well for truncating the text. However, I was looking to simply wrap the text onto the next line and that doesn't happen when I set the tabel-layout property to fixed for the FlexTable and change the width to

Re: GWT Scroll Bar Issue

2011-01-21 Thread Jeff Schwartz
+1 On Jan 21, 2011 7:53 AM, wajad abbasi wajadabb...@gmail.com wrote: Thanks for your reply. Dear when will data grid be available??? OR is there any other Widget/Option which gives this kind of feature like smartgwt's Live Gird On Jan 20, 8:18 pm, John LaBanca jlaba...@google.com wrote:

Re: gwt mvp sessions

2011-01-21 Thread Y2i
It sounds, based on the full control requirement, that you cannot deploy on GAE. -- 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

ActivityMapper und Split Points

2011-01-21 Thread P.G.Taboada
Hi, I would like to create split points for each of my places. The problem is, that there is no async activity mapper. Any tips? brgds, Papick -- 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: Tab order of TextInputCell

2011-01-21 Thread David Chandler
Hi Sean, If you don't set a tabindex,then tabbing should naturally go from row to row. Alternatively, the following SafeHtml template takes a second arg for the tabIndex, which allows you to set it dynamically: @Template(input type=\text\ value=\{0}\ tabindex=\{1}\/input) SafeHtml input(String

Re: do you think RangeChange of CellTable should update the History Token ?

2011-01-21 Thread Y2i
*when we click next on SimplePager, the range changes, and **table is updated with new data* I would store this range (start + length) on the server. -- 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: RequestFactory does not preserve owned 1-to-many list order

2011-01-21 Thread David Chandler
As of 2.1.1, RF now supports @Embedded types using ValueProxy on the client. Docs are lagging, will update shortly. /dmc On Fri, Jan 21, 2011 at 9:18 AM, David Sowerby david.sowe...@virgin.netwrote: Hi qkQk I don't think @Embedded is supported by RequestFactory. See

Re: how to pass GAE DataStore Cursor from GWT app to the server ?

2011-01-21 Thread David Chandler
See http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/Cursor.html#toWebSafeString() You can pass / return the Web safe string representation of a cursor in your service methods. /dmc On Wed, Jan 19, 2011 at 11:37 PM, zixzigma zixzi...@gmail.com wrote: Hello

Re: @sprite clarification

2011-01-21 Thread Thomas Broyer
I don't know what you're doing in your com/medibooking/admin/client/view/editor/UserEditor.ui.xml but you're not using the @sprite from the EditorCss that's being linked from a GWT.create()d GlobalResources. The code you gave for GlobalResources and EditorCss looks OK to me. -- You received

Re: ActivityMapper und Split Points

2011-01-21 Thread Thomas Broyer
See http://code.google.com/p/google-web-toolkit/issues/detail?id=5129 -- 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: Is it possible to pass parameters/data from Server to Client package?

2011-01-21 Thread Irene
Yes, that is exactly what I am trying. :) So, what you are suggesting is just using something like return ListOfValues? If so, the problem I have is that client package and server package communicate using RPC and I tried to give back to the client package a String type list with the return but

Re: .setHorizontalAlignment on a Textcolumn does not compile

2011-01-21 Thread frank
Thanks, that was the problem. I updated and everything works fine. Frank -- 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

Re: @sprite clarification

2011-01-21 Thread João Pereira
I get it now working, I was doing everything wrong (I'm starting the puzzle now:) ). This was in the ui.xml ui:style type=com.medibooking.admin.client.view.editor.EditorCss field='editor' src='editor.css' / I was doing this because I didn't want to add all styles in the

Re: Is it possible to pass parameters/data from Server to Client package?

2011-01-21 Thread Y2i
On Friday, January 21, 2011 8:42:39 AM UTC-8, Irene wrote: So...what do you suggest is just finishing ConnectServiceImpl with a return with the list value and that's it? Yes, return a string or something more appropriate for the application. This gives more info on GWT RPC:

Re: Sample Application RPC Problems with Tomcat

2011-01-21 Thread a...@mechnicality.com
@Bill Morrisson What hakito says is correct and a perfectly valid approach, but; What platform will your server be deployed to? If its windows, you can just change the port from the default of 8080 to 80 (unless, of course you *must* also run apache.) If its linux, you can use jsvc (part of

Re: How to return nested 1-to-many EntityProxy

2011-01-21 Thread Y2i
with(child).with(child) will not help. You probably need something like with(child.child). Also, this thread may help https://groups.google.com/forum/#!topic/google-web-toolkit/sCW3JQ5AxhE/discussion -- You received this message because you are subscribed to the Google Groups Google Web

Re: do you think RangeChange of CellTable should update the History Token ?

2011-01-21 Thread zixzigma
Y2i, by storing the range on the server, you make the server responsible for knowing at what page of result you currently are, instead of putting the responsibility on the client ? in other words, your client tells the server, give me the next page of result, the client doesnt specifically says,

Re: gwt mvp sessions

2011-01-21 Thread Ernesto Reig
Thank u for your help and comments Y2i (and the others). To sum up, I will say that Google App Engine is a great thing to use with your apps, but it´s designed for apps where everybody having an openID account can log in, I mean, you cannot have your custom authentication. - You cannot have your

Basic Strategies for Using GWT Outside of GAE

2011-01-21 Thread Ed
Hi, I am migrating a Special Education Student System to GWT. There are 1700 fields, in 200 tables. To ensure compatibility across all the diverse browsers in the past we stuck with a html template and performed merges into the template. Very little js on the client was used. I am concerned

Re: How to change defaul module autoload?

2011-01-21 Thread Y2i
You need to edit welcome-file-list/ in web.xml. -- 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 mvp sessions

2011-01-21 Thread Ernesto Reig
I forgot to say this in my previous message: I don´t think that including the Expenses app in the distribution of GWT is a good idea. I ONLY SAY THIS BECAUSE OF THE AUTHENTICATION APPROACH USED. I mean, it seems to be a custom app for a private organization/company. But as said in my previous

Re: do you think RangeChange of CellTable should update the History Token ?

2011-01-21 Thread Y2i
in other words, your client tells the server, give me the next page of result, the client doesnt specifically says, give me page 4, give me page X, client just says give me Next page, and it is the server that knows what this next page would be, and returns the result to the client.

Re: do you think RangeChange of CellTable should update the History Token ?

2011-01-21 Thread zixzigma
Just that your ActivityMapper would probably return the very same Activity instance, so the activity isn't re started as a result of navigation between pages. please refer to the sample code below [1], which is used to put this post into context. They would still be distinct Place instances

Re: do you think RangeChange of CellTable should update the History Token ?

2011-01-21 Thread zixzigma
It all depends on the UX you're looking for (i.e. should the back button of your browser take you to the previous page?) should the back button take us to the previous page ? that's what I was getting at. GWT puts a strong emphasis on UX, and making sure history, browser back button work as

Re: do you think RangeChange of CellTable should update the History Token ?

2011-01-21 Thread zixzigma
Thank You. does your Table work with Browser back button ? hitting back/forward button taking the user to the correct page of results in the table ? On Jan 21, 9:47 am, Y2i yur...@gmail.com wrote: in other words, your client tells the server, give me the next page of result, the client

Re: Basic Strategies for Using GWT Outside of GAE

2011-01-21 Thread Jeff Chimene
On 01/21/2011 10:35 AM, Ed wrote: Hi, I am migrating a Special Education Student System to GWT. There are 1700 fields, in 200 tables. To ensure compatibility across all the diverse browsers in the past we stuck with a html template and performed merges into the template. Very little

Re: Loading state of CellTable

2011-01-21 Thread Tolwi
or just cellTable.setRowCount(0); -- 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

Gwt Generic type issue

2011-01-21 Thread 全能
The following is the Interface A which extends RemoteService: public interface AT extends RemoteService { String greeting1(T name); } Then, the Interface B is a subclass of A, likewise: public interface B extends AString { } The implement of Interface B is: public

[gwt-contrib] Issue 4916: optgroups in select elements cause issue in WebKit-based browsers (issue1313801)

2011-01-21 Thread t . broyer
Reviewers: cramsdale, jgw, Description: http://code.google.com/p/google-web-toolkit/issues/detail?id=4916 Remove old workaround code from DOMImplSafari for something that's been fixed in Safari for a while makes it hard to work with optgroups in select elements. Assigning arbitrarily to Chris

[gwt-contrib] Re: Add support for mapping ConstraintViolation objects into SimpleBeanEditor. (issue1260801)

2011-01-21 Thread BobV
On Thu, Jan 20, 2011 at 10:00 PM, Ray Ryan rj...@google.com wrote: Bob, did this land? r9562 -- Bob Vawter Google Web Toolkit Team -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Only JClassTypes should have a super class. (issue1312801)

2011-01-21 Thread zundel
http://gwt-code-reviews.appspot.com/1312801/diff/3001/4004 File dev/core/src/com/google/gwt/dev/jjs/ast/JInterfaceType.java (right): http://gwt-code-reviews.appspot.com/1312801/diff/3001/4004#newcode36 dev/core/src/com/google/gwt/dev/jjs/ast/JInterfaceType.java:36: return null; I don't

[gwt-contrib] Issue 5879: Make UiBinder accept IsWidget subinterfaces properly

2011-01-21 Thread Luis Solano
Hello, I need a solution for this issue (http://code.google.com/p/google-web- toolkit/issues/detail?id=5879), and I would like to fix it by myself. I thought about two solutions and I wonder if somebody can point me the right way to get this done. Thank you! - Luis --

[gwt-contrib] Fixing a bug in ResizeLayoutPanel where moving the scroll bars triggers a scroll event on older ... (issue1314801)

2011-01-21 Thread jlabanca
Reviewers: pdr, Description: Fixing a bug in ResizeLayoutPanel where moving the scroll bars triggers a scroll event on older versions of Safari, which causes an infinite loop. Please review this at http://gwt-code-reviews.appspot.com/1314801/show Affected files: M

[gwt-contrib] [google-web-toolkit] r9584 committed - Adding Jeff Larsen to CLA Signers file. CLA electronically signed on ...

2011-01-21 Thread codesite-noreply
Revision: 9584 Author: jlaba...@google.com Date: Fri Jan 21 07:40:06 2011 Log: Adding Jeff Larsen to CLA Signers file. CLA electronically signed on 1/18/2011. http://code.google.com/p/google-web-toolkit/source/detail?r=9584 Modified: /CLA-SIGNERS ===

[gwt-contrib] Re: Issue 5563: Make it easier to implement PlaceHistoryMapper directly (issue1293801)

2011-01-21 Thread t . broyer
http://gwt-code-reviews.appspot.com/1293801/diff/1/2 File user/src/com/google/gwt/place/rebind/PlaceHistoryGeneratorContext.java (right): http://gwt-code-reviews.appspot.com/1293801/diff/1/2#newcode41 user/src/com/google/gwt/place/rebind/PlaceHistoryGeneratorContext.java:41: static

[gwt-contrib] [google-web-toolkit] r9585 committed - Optimize redundant 'switch' statements...

2011-01-21 Thread codesite-noreply
Revision: 9585 Author: r...@google.com Date: Fri Jan 21 04:40:04 2011 Log: Optimize redundant 'switch' statements Fix bug caused by using short idents when matching case bodies Review at http://gwt-code-reviews.appspot.com/1311801 Review by: sco...@google.com

[gwt-contrib] [google-web-toolkit] r9586 committed - Fixing a bug in ResizeLayoutPanel where moving the scroll bars trigger...

2011-01-21 Thread codesite-noreply
Revision: 9586 Author: jlaba...@google.com Date: Fri Jan 21 04:52:44 2011 Log: Fixing a bug in ResizeLayoutPanel where moving the scroll bars triggers a scroll event on older versions of Safari, which causes an infinite loop. http://gwt-code-reviews.appspot.com/1314801 Review by:

[gwt-contrib] Fixing the overflow-x and overflow-y properties in Style to use camelCase instead of hyphenated ... (issue1315801)

2011-01-21 Thread jlabanca
Reviewers: jgw, Description: Fixing the overflow-x and overflow-y properties in Style to use camelCase instead of hyphenated notation. Please review this at http://gwt-code-reviews.appspot.com/1315801/show Affected files: M user/src/com/google/gwt/dom/client/Style.java M

[gwt-contrib] Re: Only JClassTypes should have a super class. (issue1312801)

2011-01-21 Thread scottb
http://gwt-code-reviews.appspot.com/1312801/diff/3001/4004 File dev/core/src/com/google/gwt/dev/jjs/ast/JInterfaceType.java (right): http://gwt-code-reviews.appspot.com/1312801/diff/3001/4004#newcode36 dev/core/src/com/google/gwt/dev/jjs/ast/JInterfaceType.java:36: return null; Yes, but super

[gwt-contrib] Re: Fixing the overflow-x and overflow-y properties in Style to use camelCase instead of hyphenated ... (issue1315801)

2011-01-21 Thread jgw
On 2011/01/21 16:09:17, jlabanca wrote: LGTM. http://gwt-code-reviews.appspot.com/1315801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] AbstractPlaceHistoryMapper doesn't process tokens correctly wrt empty prefixes (issue1316801)

2011-01-21 Thread t . broyer
Reviewers: rjrjr, Description: in r8817, we landed a patch that allows @Prefix(), i.e. a non-prefixed PlaceTokenizer, and produces a separator-less history token as a result. The token parsing however wasn't updated, and such a token would always go the fallback route to the default place,

[gwt-contrib] Fixing a bug in ResizeLayoutPanel where moving the scroll bars triggers a scroll event on older ... (issue1314801)

2011-01-21 Thread jlabanca
Reviewers: pdr, Message: committed as r9586 Description: Fixing a bug in ResizeLayoutPanel where moving the scroll bars triggers a scroll event on older versions of Safari, which causes an infinite loop. Please review this at http://gwt-code-reviews.appspot.com/1314801/show Affected files:

[gwt-contrib] [google-web-toolkit] r9587 committed - Fixing the overflow-x and overflow-y properties in Style to use camelC...

2011-01-21 Thread codesite-noreply
Revision: 9587 Author: jlaba...@google.com Date: Fri Jan 21 05:38:10 2011 Log: Fixing the overflow-x and overflow-y properties in Style to use camelCase instead of hyphenated notation. Review at http://gwt-code-reviews.appspot.com/1315801 Review by: j...@google.com

[gwt-contrib] Re: Fixing the overflow-x and overflow-y properties in Style to use camelCase instead of hyphenated ... (issue1315801)

2011-01-21 Thread jlabanca
committed as r9587 http://gwt-code-reviews.appspot.com/1315801/diff/1/3 File user/test/com/google/gwt/dom/client/StyleTest.java (right): http://gwt-code-reviews.appspot.com/1315801/diff/1/3#newcode214 user/test/com/google/gwt/dom/client/StyleTest.java:214: assertEquals(Overflow.AUTO,

[gwt-contrib] Re: Fixing the overflow-x and overflow-y properties in Style to use camelCase instead of hyphenated ... (issue1315801)

2011-01-21 Thread jlabanca
committed as r9587 http://gwt-code-reviews.appspot.com/1315801/diff/1/3 File user/test/com/google/gwt/dom/client/StyleTest.java (right): http://gwt-code-reviews.appspot.com/1315801/diff/1/3#newcode214 user/test/com/google/gwt/dom/client/StyleTest.java:214: assertEquals(Overflow.AUTO,

Re: [gwt-contrib] RFC: Fixed width column support in CellTable

2011-01-21 Thread vela . ignacio
Hi, I need to use this patch, but I'm really losed about how to download and use it. How must I install this patch in my enviroment? -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

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

2011-01-21 Thread bobv
Reviewers: rjrjr, Description: Allow Editor framework to handle primitive types. Issue 5864. Patch by: bobv Review by: rjrjr Please review this at http://gwt-code-reviews.appspot.com/1312802/show Affected files: M user/src/com/google/gwt/editor/rebind/model/EditorModel.java M

Re: [gwt-contrib] RFC: Fixed width column support in CellTable

2011-01-21 Thread John LaBanca
The easiest way to get it is to wait for the GWT 2.2 milestone, which should be released soon. You can also build GWT from trunk by following the directions at the link below. You'll need a JDK, svn, and ant installed to build it.

Re: [gwt-contrib] RFC: Fixed width column support in CellTable

2011-01-21 Thread vela . ignacio
Thanks John, I will try to build from trunk but if I can't do it myself i will be waiting for the GWT 2.2 milestone to be released soon :) Regards. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Optimizations for server-side invocations of CustomFieldSerializers. (issue1273801)

2011-01-21 Thread jat
LGTM http://gwt-code-reviews.appspot.com/1273801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Decentralize JNonNullType from JProgram. (issue1317801)

2011-01-21 Thread scottb
Reviewers: cromwellian, Please review this at http://gwt-code-reviews.appspot.com/1317801/show Affected files: M dev/core/src/com/google/gwt/dev/jjs/EnumNameObfuscator.java M dev/core/src/com/google/gwt/dev/jjs/ast/JNewArray.java M

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

2011-01-21 Thread codesite-noreply
Revision: 9588 Author: con...@google.com Date: Fri Jan 21 12:55:57 2011 Log: Edited wiki page TroubleshootingOOPHM through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=9588 Modified: /wiki/TroubleshootingOOPHM.wiki === ---

[gwt-contrib] Re: Decentralize JNonNullType from JProgram. (issue1317801)

2011-01-21 Thread cromwellian
LGTM http://gwt-code-reviews.appspot.com/1317801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Make sure redundant calls to an Activity's display setWidget are OK (issue999802)

2011-01-21 Thread rjrjr
r9583 On 2011/01/21 04:12:05, rjrjr wrote: lgtm, in it goes http://gwt-code-reviews.appspot.com/999802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9594 committed - Make maven_script.sh more flexible

2011-01-21 Thread codesite-noreply
Revision: 9594 Author: rj...@google.com Date: Fri Jan 21 13:52:51 2011 Log: Make maven_script.sh more flexible http://code.google.com/p/google-web-toolkit/source/detail?r=9594 Modified: /trunk/tools/scripts/maven_script.sh === ---

[gwt-contrib] [google-web-toolkit] r9595 committed - Fix inadvertent commenting of Showcase locales....

2011-01-21 Thread codesite-noreply
Revision: 9595 Author: j...@google.com Date: Fri Jan 21 14:07:46 2011 Log: Fix inadvertent commenting of Showcase locales. Patch by: jat Review by: jlabanca (TBR) http://code.google.com/p/google-web-toolkit/source/detail?r=9595 Modified:

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

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

[gwt-contrib] Re: Only JClassTypes should have a super class. (issue1312801)

2011-01-21 Thread cromwellian
LGTM tentatively (I don't think my comments on weird implicit object supertypes will actually have any real affect on GWT programs) http://gwt-code-reviews.appspot.com/1312801/diff/3001/4001 File dev/core/src/com/google/gwt/dev/jjs/ast/JArrayType.java (left):