Re: HTML5 Offline GWT APP

2010-07-28 Thread Shawn Brown
Hi, The problem is finding out which files are cached and how... i don't know if there is any tool that show you that. I tried to see what would happen if a file wasn't cached by using a whitelist of things to load off the network. CACHE MANIFEST ...list of files... NETWORK: index.html

Re: CssResources @external and tail-globs

2010-07-28 Thread david.herv...@gmail.com
Thanks, I just have to wait ! On Jul 27, 7:00 pm, lineman78 linema...@gmail.com wrote: Apparently the doc has been updated prematurely and this feature is not available in 2.0, but is in 2.1. On Jul 27, 7:43 am, david.herv...@gmail.com david.herv...@gmail.com wrote: Hello, as

Re: Strange Mail from group 'islam'

2010-07-28 Thread Peter Simun
Yes On 26. Júl, 18:39 h., jsaar duddelfud...@googlemail.com wrote: After having posted a question to GWT ... Has anynone had problems of thos kind? -- 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: DevMode slower than GwtShell?

2010-07-28 Thread Björn
Hi Jason, thanks for sharing your experience with Spring Roo. Looks interesting. I am not sure if it is possible to change our architecture to match with roo. But I let you know. Any other thoughts on the performance of DevMode? cheers, Björn -- You received this message because you are

possibly obscure bug present in DialogBox and all other capture-related widgets

2010-07-28 Thread lkcl
this is a courtesy message to inform the GWT team of a potential issue that you might like to investigate: http://code.google.com/p/google-web-toolkit/issues/detail?id=5167 i've been tracking this issue in pyjamas for two years, and, last time i checked the GWT KitchenSink showcase and gwt-dnd

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

2010-07-28 Thread Katharina Probst
Did you get this solved? It doesn't look to me like it has anything to do with GWT, but it's purely a file permission thing. Have you set the file permissions on your file properly? Is your server-side directory somehow read-restricted? On Tue, Jul 27, 2010 at 4:25 PM, Jose Luis Estrella

Re: HTML5 Offline GWT APP

2010-07-28 Thread Julio Faerman
The filter didn't work for me, i don't know exactly why, i am guessing that static files (such as gwt artifacts) under GAE dev have different access... On Jul 28, 4:56 am, Shawn Brown big.coffee.lo...@gmail.com wrote: Hi, The problem is finding out which files are cached and how... i don't

A little help

2010-07-28 Thread Diego Venuzka
Hello guys! I'm going to do a work for my course, and i will use GWT+Ajax on Eclipse Helios. I never used GWT, and i need build a system to control a machine shop. My question is, somebody have a template, or guide to use GWT/Ajax on Eclipse? I saw a site that use GWT and Ajax:

gwt 2.x maven linux support

2010-07-28 Thread Ovidiu Drumia
Hey, I've started using gwt. I'm currently trying to integrate my new project within a maven module suite, using the codehaus gwt-maven plugin. My pom.xml file contains gwt dependencies. All is well until I try to go beyond the 1.x gwt version. The pom.xml contains the following code: ...

Export gwt grid to Excel

2010-07-28 Thread Mepi
I have a problem i get the grid data with js and i have my servlet to open xls but i don´t know how to send data from clien side to servlet, and i don´t want to send by url this is my example ---Button IButton export = new IButton(Export);

Re: JNDI datasources in GWT 2.1.0 M2 hosted mode

2010-07-28 Thread Y2i
My simple problem in GWT 2.0.3 is solved: all I had to do is to copy jetty-naming-6.1.23.jar and jetty-plus-6.1.23.jar into war/WEB-INF/ lib. No modifications to java command line were required. On Jul 27, 12:45 pm, Y2i yur...@gmail.com wrote: Hi Lukateake, Have you been able to solve your

Sorting in flex table

2010-07-28 Thread Manivannan Malaichamy
i want a sorting in flextable. Any help.. -- 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 unsubscribe from this group, send email to

Re: enum serialization

2010-07-28 Thread Mike Heath
All enum extend java.lang.Enum which implements java.io.Serializable so explicitly implementing Serializable shouldn't make a difference. On Tue, Jul 27, 2010 at 9:15 AM, Prashant nextprash...@gmail.com wrote: try public enum Status *implements **java.io.**Serializable* { ACTIVE, INACTIVE,

Re: A little help

2010-07-28 Thread Christian Goudreau
I don't really understand your question since Ajax is part of Gwt and that Gwt handle all the asynchronous work for you as soon as you use RequestBuilder or RPC. Every application build on top of GWT are Ajax application. And Btw, it's awesome that you have a course where you have to use Gwt !

GWT optimization overview ?

2010-07-28 Thread Olivier
Hi, I am looking for a description of all optimization performed by GWT compilation. I have some question like that. - Does it remove call to method that has no body ? - Is there a way to make all client bundle merged into one ? - Does the compiler detect multiple time same code and optimize it

Problem in sending RPC call while using AnalogX proxy

2010-07-28 Thread Ganesh
Friends I have developed an application using GWT deployed it to my client. My client uses AnalogX proxy server. Now problem is he is not able to access my application due to AnalogX. If he uses direct connection to internet or some other proxy server like WinProxy, he is able to access my

Re: A little help

2010-07-28 Thread Rob Coops
Hi Diego, I think the template you like comes form the book: GWT in Action Easy Ajax with the Google Web Toolkit Robert Hanson and Adam Tacy ISBN: 1-933988-23-1 At least a large part of the interface seems to work very similar to what is build as an example app in that book. The book by now is

Re: gwt 2.x maven linux support

2010-07-28 Thread igor mejia
i don´t think you need linux libraries if you use webapp instance of war you can find the pluging information in http://mojo.codehaus.org/gwt-maven-plugin/ or if you use war i have this pom project xmlns=*http://maven.apache.org/POM/4.0.0* xmlns:xsi=* http://www.w3.org/2001/XMLSchema-instance;

Views without presenters - how should they handle events?

2010-07-28 Thread PeteUK
Hello, I'm starting with GWT and struggling to know how I should architect my program. I am using the Mail application's source code as a basis for mine, so I'm hoping this reaches others who have inspected the source for the Mail application. Within the Shortcuts area, are three sub-areas

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

2010-07-28 Thread Jose Luis Estrella Campaña
No, I have not solved it Katharina. Apparently there's nothing wrong with the file or directory permissions. I'm working on windows vista, and I don't know If there's some kind of requirement in terms of the user I'm logging in with. Which in this case it's not administrator. Don't know what else

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

2010-07-28 Thread Jose Luis Estrella Campaña
Katharina, Hi, and... No, I have not solved it. apparently the file and/or directory restrictions are ok, at least according to what I have seen, I wonder If there's a problem with the permissions a non-administrator user has in Windows vista, but otherwise the file seems to be ok. Frankly I

Re: enum serialization

2010-07-28 Thread Raphaël Brugier
The serialization of inner enum works for me, Be sure to have a default constructor in your enum. Maybe also non-final fields. Does your class is on a serializable package, usually the client or shared ? On 28 juil, 06:35, Mike Heath mhe...@apache.org wrote: All enum extend java.lang.Enum

Re: gwt 2.x maven linux support

2010-07-28 Thread Olivier Monaco
Hi, You need to use version 1.2 of gwt-maven plugin. The 1.1 does not support GWT 2.0 due to the replacement of Hosted Mode by the Dev Mode. The Hosted Mode is specific for each platform and so gwt-maven plugin need to download a jar specific to linux. But with the Dev Mode, the same code (the

Re: Views without presenters - how should they handle events?

2010-07-28 Thread xworker
Hi For now I'm putting events on the eventbus from the view. Then in the entrypoint class handle all the events. I send the eventbus in the constructor to the view since I have'nt put in GIN yet. I will look into the new AcitvityManager concept from the 2010 IO and the PlaceManager. /A On 28

Re: Views without presenters - how should they handle events?

2010-07-28 Thread Christian Goudreau
Reference the presenter like explained in MVP part 2 : public interface MyPresenter extends Presenter { void onSave(); } private MyPresenter presenter; @Override public void setPresenter(MyPresenter presenter) { this.presenter = presenter; } Then in your presenter, you

Re: TabPanel within TabPanel styling

2010-07-28 Thread Carlo
I have an outer set of tabs that contains panels that I have given the class my-MainPanel. Some of these panels contain tab panels as well. The outer tabs are styled with just the .gwt-Tab* styles, and the inner tabs are selected with .my-MainPanel .gwt-Tab*. I just put this in this morning,

Hiding Tabs in TabLayoutPanel at runtime

2010-07-28 Thread rvns-pats
Hi All, I am trying to hide and show some panels with in a TabLayout Panel at runtime. I have the following code in my UiBInder g:TabLayoutPanel ui:field=myTabPanel g:tab g:headerTab1/g:header

Re: GWT Distrubted Compiler Project

2010-07-28 Thread Dobes Vandermeer
Hi Charlie, If you use an RSS reader you can monitor different aspects of the project using the project feeds: http://code.google.com/p/gwt-distcc/feeds For example, you could monitor downloads if you wanted to know any time a new build was posted. If you prefer email you can use an RSS to

Re: GWT Distrubted Compiler Project

2010-07-28 Thread Dobes Vandermeer
Thanks, Jim! I had found those before. On Tue, Jul 27, 2010 at 3:35 PM, Jim Douglas jdoug...@basis.com wrote: You might be interested in these references, Dobes: http://code.google.com/p/google-web-toolkit/wiki/DistributedBuilds http://development.lombardi.com/?p=993

Re: Web service call

2010-07-28 Thread Deepak Singh
Any suggestion pls... On Wed, Jul 28, 2010 at 12:54 AM, Deepak Singh deepaksingh...@gmail.comwrote: Hi, With GWT 2.1 My requirement is, I have to connect to different airlines thorugh their web services at the same time to search for available flights and then display the search result on

Re: GWT Distrubted Compiler Project

2010-07-28 Thread Dobes Vandermeer
OK let me know. Currently the system basically works (you can run a distributed build) but it could probably use some help in terms of just trying it out and finding the kinks. Cheers, Dobes On Tue, Jul 27, 2010 at 3:30 PM, Gal Dolber gal.dol...@gmail.com wrote: Love your idea... even

How can I use tomcat instead of jetty

2010-07-28 Thread htorre
Hi everyone I used to work with gwt 1.5.3, and deploy my webapps with tomcat as a default application server in the same proyect , but now i want to upgrade to gwt 2.0.4 but i dont know how can I use tomcat instead of Jetty as a default application server to be used with Eclipse+GWT. Can anyone

Re: Web service call

2010-07-28 Thread lineman78
Due to the SOP you might need to write your own server-side translator. Personally, I would use the WSDL to generate a Java SOAP client and use the same objects for a Jersey REST service to pass the data down to the client. Look at the Jersey project for REST examples(the getting started guide

Re: Sorting in flex table

2010-07-28 Thread lineman78
I have extended this for my solution: http://sites.google.com/site/psthapar/simplesortabletable On Jul 28, 3:37 am, Manivannan Malaichamy manivann...@gmail.com wrote: i want a sorting  in flextable. Any help.. -- You received this message because you are subscribed to the Google Groups

Re: GWT Eclipse Plugin doesn't work with read-only Eclipse Helios file system

2010-07-28 Thread Rajeev Dayal
Added a FAQ entry on this: http://edge.atl.corp.google.com:/eclipse/docs/faq.html#multiuser On Thu, Jul 15, 2010 at 11:52 AM, Rajeev Dayal rda...@google.com wrote: Hi, We've been hearing reports of this, but also for people using Eclipse 3.5. Do you run into the same problem if using

Re: A little help

2010-07-28 Thread RPB
Just start with the google tutorials and go from there: http://code.google.com/webtoolkit/doc/latest/tutorial/gettingstarted.html If you can write Java, you'll be surprised how far you can go! -Rob Diego Venuzka wrote: Hello guys! I'm going to do a work for my course, and i will use GWT+Ajax

Re: How can I specify a browser that GWT tests should be run on?

2010-07-28 Thread Damian Rodziewicz
Hey Arthur, Thanks for help! Eventually I found out that in order to test in other browsers, one has to launch the test case manually in production mode by adding the VM Arguments: -Dgwt.args=-runStyle Manual:1 This will show a link that one can paste to the browser he wants tests to be run

Re: GWT Eclipse Plugin doesn't work with read-only Eclipse Helios file system

2010-07-28 Thread Rajeev Dayal
Sorry, I meant http://code.google.com/eclipse/docs/faq.html#multiuser. On Thu, Jul 15, 2010 at 11:52 AM, Rajeev Dayal rda...@google.com wrote: Hi, We've been hearing reports of this, but also for people using Eclipse 3.5. Do you run into the same problem if using Eclipse 3.5? Also, did

Re: Sorting in flex table

2010-07-28 Thread Nirmal
You could use ScrollTable from the GWT Incubator. http://code.google.com/p/google-web-toolkit-incubator/wiki/ScrollTable On Jul 28, 9:57 pm, lineman78 linema...@gmail.com wrote: I have extended this for my solution: http://sites.google.com/site/psthapar/simplesortabletable On Jul 28, 3:37 

Re: Web service call

2010-07-28 Thread Deepak Singh
Hi, Plan to use Jibx binding on server side due to its fast response. will it be compatible with gwt? On Wed, Jul 28, 2010 at 10:24 PM, lineman78 linema...@gmail.com wrote: Due to the SOP you might need to write your own server-side translator. Personally, I would use the WSDL to generate a

GWT + Web SQL

2010-07-28 Thread Julio Faerman
Hello, I am building a GWT app that uses Web SQL Local Storage ( http://dev.w3.org/html5/webdatabase/ ). The problem is that the Web SQL API uses callback functions as arguments. Is it possible to pass Java callbacks to JSNI? Thanks, Julio -- You received this message because you are

GWT 2.0 presentation at OSCON 2010

2010-07-28 Thread Sean Sullivan
I gave a presentation about GWT 2.0 at OSCON last week. The slides are available here: http://www.slideshare.net/sullis/gwt-20-oscon-2010 Cheers, Sean -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

CellTree issues

2010-07-28 Thread gpan...@gmail.com
Hoping someone can help me with this It seems that the new CellTree data presentation widget has several issues: 1) There's no way to programatically expand/collapse tree nodes. In my application, I want the tree's top level to be expanded by default. I've had to resort to native JSNI

Re: Web service call

2010-07-28 Thread Sanjiv Jivan
Smart GWT supports binding to your webservices WSDL directly without the need for writing any additional server side binding code. Have a look at the following samples. http://www.smartclient.com/smartgwtee/showcase/#data_integration_server_wsdl_generic

Re: Web service call

2010-07-28 Thread Deepak Singh
Hi Sanjeev, I am concerned with speed of server response. So how fast can i get the response using this SmartGwt technique ? My need is to call web service from different airlines at the same time as it happens with any travel portal when you search for flight on a particular date. Thanks Deepak

Re: How to show server log file on the client?

2010-07-28 Thread nacho
and if you have a timer that runs every 5 seconds for example and you call a rpc and get the last logs entries on the server? On 28 jul, 02:21, Magnus alpineblas...@googlemail.com wrote: Hi, I would like to show the contents of a log at the client side: There is a complex operation

Re: Tree Padding

2010-07-28 Thread nacho
jejje yes i pulled out all my hairs from the head when i was fighting with that. On 28 jul, 11:36, David E. dve1...@gmail.com wrote: Thanks for the response Nacho. I got too frustrated trying to work with the GWT Tree implementation, so I just rolled out my own from scratch. It's much more

Can't set or remove focus from a TabBar.Tab

2010-07-28 Thread Steve C
One would think that the following should remove the focus border around a tab: TabBar bar = new TabBar(); // populate bar.getTab(0).setFocus(false); Yet a tab behaves as if it is focusable. I think this is because it COULD be Focusable, a FocusWidget, or a FocusPanel, but in the existing

Re: Web service call

2010-07-28 Thread Sanjiv Jivan
Hi Deepak, I was just informing you about Smart GWT's capability of binding to WSDL's directly as a possible option. Multiple calls to webservices can be made asynchronously and the results can be presented in a grid / tabular form as the results arrive. Implementing this using Smart GWT is

Re: GWT Rocks!

2010-07-28 Thread Frederic Conrotte
Complètement d'accord. I've started professionnal GWT developement 5 months ago and I must say I've been really amazed by the productivity and easiness of GWT. Well done GWT Team ! On 28 juil, 07:28, Craigo craig...@gmail.com wrote: In Australian  GWT is a bloody rippa!!! On Jul 28, 8:30 am,

Re: XML Validation directly

2010-07-28 Thread John Ivens
Okay, I tried one which produces some pretty bad messages, I will search for something better, maybe xerces. On Mon, Jul 26, 2010 at 5:59 PM, Jeff Chimene jchim...@gmail.com wrote: On 07/26/2010 04:09 PM, John Ivens wrote: I know that this is off topic for GWT, but if anyone knows of how to

Re: GWT optimization overview ?

2010-07-28 Thread Gal Dolber
http://code.google.com/p/google-web-toolkit/w/list 2010/7/28 Olivier olivier.dau...@gmail.com Hi, I am looking for a description of all optimization performed by GWT compilation. I have some question like that. - Does it remove call to method that has no body ? - Is there a way to make all

Re: Spring Security UI Conditional Rendering

2010-07-28 Thread seanrocket
Thanks Arthur and Peter for responding. Peter, I looked at the Acris Security but I noticed that Acris Security uses its own filter and not the Spring Security Filter. I would like the Annotations in the GWT widget to correspond to the Roles(authorities) from Spring Security not Roles that are

Re: How to show server log file on the client?

2010-07-28 Thread Nick
http://logging.apache.org/chainsaw/index.html or build-your-own: // (You may need to synchronise the methods or events list, provide support for multiple HTTP sessions etc... public class BufferedAppender extends org.apache.log4j.AppenderSkeleton { private ListLoggingEvent events;

Load widgets with user specific information strategy

2010-07-28 Thread Ho Jimmy
Hi, This is a application design question with GWT. After the user login, the application needs to load widgets with user specific data. I maintain a base panel with a private variable, accountId. After the user login, it will assigned the account id to this private variable. Then, the widgets

Re: How to show server log file on the client?

2010-07-28 Thread lineman78
I would prefer the log entries to be shown as they are created. I think that in this case the server has to contact the client. I have run into this use case a lot as a lot of my work has to do with operational environments. You are correct that the traditional way of doing a notification of

multiple icons using IconCellDecorator in IE7

2010-07-28 Thread Ted
Hello, I would like to decorate a text cell with two or more icons. I attempt to 'chain' the decorators together with the last decorator acting on the text cell, the second decorator acting on the first icon decorator, etc. This works fine in Safari, but in IE7 it repeats the next to last icon

@ConstructorProperties annotation

2010-07-28 Thread Syntax
I recently put together a GWT web front end (Client) for an existing Client Server application written in Java. I struggled to define my GWT RPC enabled classes in such a way that I could have final member variables (as I desired Immutable objects). The only workable solution I found was

Do we have any Library for OpenID autentication(Authentication using Google accounts/Face book etc.)

2010-07-28 Thread V M
Hello GWT Users, I am just wondering if we have any Library to do authentication using OpenID providers like Google accounts/Facebook. Here is what i am trying to do: * Create a site which needs log-in widget/page/module to customize UI for Users. What is the best way to create a Login form in

how to size Frame so no scrollbars?

2010-07-28 Thread bcw
Hello, I've tried ideas in several posts, but none gets me what I need. If I assign a URL to a Frame, and also set a fixed size that is smaller than the resulting page, the Frame provides scroll bars. But my Frame is itself embedded in another page which provides the scroll bars. I want to set

[gwt-contrib] Re: - Refactors SpeedTracerLogger so that the start() and stop() methods are static (issue719801)

2010-07-28 Thread zundel
http://gwt-code-reviews.appspot.com/719801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Fixing a bug in AbstractListViewAdapter where it does not inform new views of the current data s... (issue721801)

2010-07-28 Thread jlabanca
Reviewers: Dan Rice, Description: Fixing a bug in AbstractListViewAdapter where it does not inform new views of the current data size. We now cache the data size and pass it to views as they are added. Please review this at http://gwt-code-reviews.appspot.com/721801/show Affected files: M

[gwt-contrib] Re: Fixing a bug in AbstractListViewAdapter where it does not inform new views of the current data s... (issue721801)

2010-07-28 Thread rice
LGTM http://gwt-code-reviews.appspot.com/721801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: GRIN scene graph for GWT

2010-07-28 Thread Nathan Wells
I'm a little confused... It seems like the project you link to has more to do with tv's and dvd's... is the browser the screen in this case? Also, what is Javelin? the Grin page links to it but it looks like an non-existent project? On Jul 27, 6:56 pm, ggeorg georgopoulos.georg...@gmail.com

[gwt-contrib] Re: - Refactors SpeedTracerLogger so that the start() and stop() methods are static (issue719801)

2010-07-28 Thread conroy
On 2010/07/28 07:11:01, zundel wrote: still LGTM http://gwt-code-reviews.appspot.com/719801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Begin to convert DynaTableRF sample to using UiBinder. (issue698802)

2010-07-28 Thread bobv
Reviewers: Ray Ryan, Description: Begin to convert DynaTableRF sample to using UiBinder. Next step will be to add app-wide event bus to disentangle widget relationships. Patch by: bobv Review by: rjrjr Please review this at http://gwt-code-reviews.appspot.com/698802/show Affected files: M

[gwt-contrib] Re: Begin to convert DynaTableRF sample to using UiBinder. (issue698802)

2010-07-28 Thread bobv
Review requested. http://gwt-code-reviews.appspot.com/698802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Call GZIPOutputStream.finish() from RpcServlet.processPost() to ensure the data received by the ... (issue722801)

2010-07-28 Thread bobv
Reviewers: tms, Description: Call GZIPOutputStream.finish() from RpcServlet.processPost() to ensure the data received by the browser is properly formatted. Patch by: bobv Review by: tms Please review this at http://gwt-code-reviews.appspot.com/722801/show Affected files: M

[gwt-contrib] Re: Make javax.validation available to gwt clients. (issue711801)

2010-07-28 Thread nchalko
http://gwt-code-reviews.appspot.com/711801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: GRIN scene graph for GWT

2010-07-28 Thread ggeorg
Yes hdcookbook project is a framework that helps seting up a blu-ray java developemnt enevironment (Blu-ray discs use JavaME for building menus based on Xlets kind of Applets, the name comes from JavaTV). GRIN is the scene graph that comes with hdcookbook framework and it is used for the UI. It

[gwt-contrib] Re: - Refactors SpeedTracerLogger so that the start() and stop() methods are static (issue719801)

2010-07-28 Thread scottb
LGTM to me to, w/ minor nits that don't need any further review. http://gwt-code-reviews.appspot.com/719801/diff/18002/26011 File dev/core/src/com/google/gwt/dev/util/log/speedtracer/SpeedTracerLogger.java (right): http://gwt-code-reviews.appspot.com/719801/diff/18002/26011#newcode68

Re: [gwt-contrib] Re: GRIN scene graph for GWT

2010-07-28 Thread Nathan Wells
Thanks for that summary. Very cool project! Nathan Wells On Wed, Jul 28, 2010 at 10:54 AM, ggeorg georgopoulos.georg...@gmail.comwrote: Yes hdcookbook project is a framework that helps seting up a blu-ray java developemnt enevironment (Blu-ray discs use JavaME for building menus based on

[gwt-contrib] [google-web-toolkit] r8421 committed - Rollback update to Jetty7 since it is causing classloader problems in...

2010-07-28 Thread codesite-noreply
Revision: 8421 Author: amitman...@google.com Date: Tue Jul 27 17:24:40 2010 Log: Rollback update to Jetty7 since it is causing classloader problems in conjunction with Spring. Will update to Jetty 7.1.6 after fixing these problems. Patch by: jat Review by: amitmanjhi

[gwt-contrib] [google-web-toolkit] r8422 committed - 3 small things:...

2010-07-28 Thread codesite-noreply
Revision: 8422 Author: amitman...@google.com Date: Tue Jul 27 18:10:49 2010 Log: 3 small things: (a) fix checkstyle failures in bikeshed, (b) invoke checkstyle in bikeshed when checkstyle is run in trunk, (c) remove unnecessary @Override Patch by: amitmanjhi,unnurg Review by: unnurg,amitmanjhi

[gwt-contrib] dialog box and other capture-related obscure issue

2010-07-28 Thread lkcl
[apologies i forgot about gwt-contributors group, i initially posted this on gwt users group] this is a courtesy message to inform the GWT team of a potential issue that you might like to investigate: http://code.google.com/p/google-web-toolkit/issues/detail?id=5167 i've been tracking this issue

[gwt-contrib] [google-web-toolkit] r8423 committed - Fixing a bug in AbstractListViewAdapter where it does not inform new v...

2010-07-28 Thread codesite-noreply
Revision: 8423 Author: jlaba...@google.com Date: Wed Jul 28 06:51:41 2010 Log: Fixing a bug in AbstractListViewAdapter where it does not inform new views of the current data size. We now cache the data size and pass it to views as they are added. Review at

[gwt-contrib] [google-web-toolkit] r8424 committed - Rolling back this change because it included changes from a different ...

2010-07-28 Thread codesite-noreply
Revision: 8424 Author: jlaba...@google.com Date: Wed Jul 28 07:12:59 2010 Log: Rolling back this change because it included changes from a different patch. Review at http://gwt-code-reviews.appspot.com/721801 http://code.google.com/p/google-web-toolkit/source/detail?r=8424 Modified:

[gwt-contrib] [google-web-toolkit] r8425 committed - Resubmitting this change because I accidentally included changes from ...

2010-07-28 Thread codesite-noreply
Revision: 8425 Author: jlaba...@google.com Date: Wed Jul 28 08:02:11 2010 Log: Resubmitting this change because I accidentally included changes from another patch the first time I submitted. Fixing a bug in AbstractListViewAdapter where it does not inform new views of the current data size.

[gwt-contrib] [google-web-toolkit] r8426 committed - Call GZIPOutputStream.finish() from RpcServlet.processPost() to ensure...

2010-07-28 Thread codesite-noreply
Revision: 8426 Author: gwt.mirror...@gmail.com Date: Wed Jul 28 10:19:37 2010 Log: Call GZIPOutputStream.finish() from RpcServlet.processPost() to ensure the data received by the browser is properly formatted. Patch by: bobv Review by: tms Review at http://gwt-code-reviews.appspot.com/722801

[gwt-contrib] Re: Fixing a bug in AbstractListViewAdapter where it does not inform new views of the current data s... (issue721801)

2010-07-28 Thread jlabanca
committed as r8425 http://gwt-code-reviews.appspot.com/721801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Renaming ListView.Delegate to ListView.DataProvider. setDataProvider() and setPager() now updat... (issue723801)

2010-07-28 Thread jlabanca
Reviewers: rjrjr_oogle.com, Description: Renaming ListView.Delegate to ListView.DataProvider. setDataProvider() and setPager() now update their delegates automatically. Adding overloads for setDataProvider() and setPager() to optionally choose not to initialize the delegates when they are set.

[gwt-contrib] Re: Renaming ListView.Delegate to ListView.DataProvider. setDataProvider() and setPager() now updat... (issue723801)

2010-07-28 Thread jlabanca
Fixing typo in reviewer rjrjr's email. http://gwt-code-reviews.appspot.com/723801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Make javax.validation available to gwt clients. (issue711801)

2010-07-28 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/711801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

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

2010-07-28 Thread rjrjr
http://gwt-code-reviews.appspot.com/720801/diff/1/4 File user/src/com/google/gwt/cell/client/EditTextCell.java (right): http://gwt-code-reviews.appspot.com/720801/diff/1/4#newcode231 user/src/com/google/gwt/cell/client/EditTextCell.java:231: } else if (blur.equals(type)) { Are there really no

[gwt-contrib] Re: Faster edit-distance computation in JsFunctionClusterer (issue669801)

2010-07-28 Thread avassalotti
http://gwt-code-reviews.appspot.com/669801/diff/20001/21006 File dev/core/src/com/google/gwt/dev/jjs/impl/JsFunctionClusterer.java (right): http://gwt-code-reviews.appspot.com/669801/diff/20001/21006#newcode62 dev/core/src/com/google/gwt/dev/jjs/impl/JsFunctionClusterer.java:62: if

[gwt-contrib] Add ability to get Boolean types from Record (issue703802)

2010-07-28 Thread iscy
Reviewers: , Description: If you create a Record that needs to transfer a Boolean type, it fails. Here is the patch to fix it. Please review this at http://gwt-code-reviews.appspot.com/703802/show Affected files: user/src/com/google/gwt/valuestore/shared/impl/RecordJsoImpl.java Index:

[gwt-contrib] Fix warnings and checkstyle errors (issue724801)

2010-07-28 Thread rice
Reviewers: Ray Ryan, Description: Fix warnings and checkstyle errors Please review this at http://gwt-code-reviews.appspot.com/724801/show Affected files: M dev/core/src/com/google/gwt/dev/jdt/TypeRefVisitor.java M dev/core/src/com/google/gwt/dev/jjs/JavaToJavaScriptCompiler.java M

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

2010-07-28 Thread jlabanca
I'll update the change with your recommendations. http://gwt-code-reviews.appspot.com/720801/diff/1/4 File user/src/com/google/gwt/cell/client/EditTextCell.java (right): http://gwt-code-reviews.appspot.com/720801/diff/1/4#newcode231 user/src/com/google/gwt/cell/client/EditTextCell.java:231: }

[gwt-contrib] First pass at keyboard navigation (currently only for CellTable) (issue710802)

2010-07-28 Thread rice
Reviewers: jlabanca, Description: First pass at keyboard navigation (currently only for CellTable) Please review this at http://gwt-code-reviews.appspot.com/710802/show Affected files: M user/src/com/google/gwt/cell/client/AbstractCell.java M user/src/com/google/gwt/cell/client/Cell.java

[gwt-contrib] Re: Patch from Gustav Trede (gustav.tr...@gmail.com) (issue716801)

2010-07-28 Thread rice
http://gwt-code-reviews.appspot.com/716801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Begin to convert DynaTableRF sample to using UiBinder. (issue698802)

2010-07-28 Thread rjrjr
http://gwt-code-reviews.appspot.com/698802/diff/1/5 File samples/dynatablerf/src/com/google/gwt/sample/dynatablerf/client/DayFilterWidget.ui.xml (right): http://gwt-code-reviews.appspot.com/698802/diff/1/5#newcode17

[gwt-contrib] Re: First pass at keyboard navigation (currently only for CellTable) (issue710802)

2010-07-28 Thread jlabanca
Looks good with a few concerns. After we try this out, we should go back and make sure we're covering all of the use cases. http://gwt-code-reviews.appspot.com/710802/diff/1/3 File user/src/com/google/gwt/cell/client/Cell.java (right):

[gwt-contrib] Re: Faster edit-distance computation in JsFunctionClusterer (issue669801)

2010-07-28 Thread spoon
http://gwt-code-reviews.appspot.com/669801/diff/20001/21006 File dev/core/src/com/google/gwt/dev/jjs/impl/JsFunctionClusterer.java (right): http://gwt-code-reviews.appspot.com/669801/diff/20001/21006#newcode62 dev/core/src/com/google/gwt/dev/jjs/impl/JsFunctionClusterer.java:62: if

[gwt-contrib] Re: Fix warnings and checkstyle errors (issue724801)

2010-07-28 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/724801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Add ability to get Boolean types from Record (issue703802)

2010-07-28 Thread Ray Ryan
Thanks. A broader fix for this and most other types has been on the verge of being committed for something like a week now. Stay tuned. On Wed, Jul 28, 2010 at 2:10 PM, i...@invalidip.com wrote: Reviewers: , Description: If you create a Record that needs to transfer a Boolean type, it fails.

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

2010-07-28 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/720801/diff/1/4 File user/src/com/google/gwt/cell/client/EditTextCell.java (right): http://gwt-code-reviews.appspot.com/720801/diff/1/4#newcode231 user/src/com/google/gwt/cell/client/EditTextCell.java:231: } else if (blur.equals(type)) { That's pretty

[gwt-contrib] Re: Faster edit-distance computation in JsFunctionClusterer (issue669801)

2010-07-28 Thread avassalotti
Oh, sorry. I made this comment somewhere else. The problem is the endStatements() method doesn't use the regex to recognize the other declaration style. In addition, I believe the current regex don't match the declaration emitted by the cross-linker. The dot in the name prevent a match.

[gwt-contrib] Re: Faster edit-distance computation in JsFunctionClusterer (issue669801)

2010-07-28 Thread Lex Spoon
On Wed, Jul 28, 2010 at 6:15 PM, avassalo...@google.com wrote: Oh, sorry. I made this comment somewhere else. The problem is the endStatements() method doesn't use the regex to recognize the other declaration style. Ah, yes! Well at the least this code should be moved to a subroutine. I

[gwt-contrib] Re: Faster edit-distance computation in JsFunctionClusterer (issue669801)

2010-07-28 Thread avassalotti
On 2010/07/28 22:25:06, Lex wrote: I thought so at first, but it's using find(). So it should still match. Perhaps it matches too many The caret in the regex ^(function |[A-Za-z0-9_$]+=function) only matches the beginning of a string. So I don't think using find() changes anything.

[gwt-contrib] Ensure bridgeMethods is initialized, even when constructed from other subtypes, such as MissingT... (issue708802)

2010-07-28 Thread tobyr
Reviewers: scottb, Description: Ensure bridgeMethods is initialized, even when constructed from other subtypes, such as MissingTypeBinding. Please review this at http://gwt-code-reviews.appspot.com/708802/show Affected files: M

  1   2   >