Enter key to change the focus from one TextInputCell to another in a celltable.

2012-07-25 Thread Nitin
In the cell table to have tab flow working, I had to do the following: cellTable.setKeyboardSelectionPolicy(KeyboardSelectionPolicy.DISABLED); apart from changing the template of TextInputcell. This helped me in getting the tab flow working properly i.e. when I hit TAB the focus shifts to

Re: Application size due to Internationalization

2012-07-25 Thread Rana
Dear Tony, Thanks for your suggestions. Yes, I did this. But the main issue I am unable to solve is the size of the code. It is too big to deploy on app.spot. Many thanks Rana On Wednesday, July 18, 2012 5:05:24 PM UTC+2, Tony Rah wrote: I use a special DevModule.gwt.xml module during

Re: Class not found Exception

2012-07-25 Thread Thomas Broyer
See http://code.google.com/p/google-web-toolkit/issues/detail?id=7527 On Wednesday, July 25, 2012 7:55:57 AM UTC+2, harish saharan wrote: Dear all, I am using GWT 2.5 RC and i am having java.lang.ClassNotFoundException: com.google.gwt.core.client.GWTBridge Can

Re: Application size due to Internationalization

2012-07-25 Thread Rana
Hi, Many thanks, I will see if we are deploying the class files in the jar. Thanks a lot for the idea Rana On Wednesday, July 18, 2012 10:48:11 AM UTC+2, Richard wrote: Rana - are you combining class files into a jar? That'll help reduce the file count for GAE, if that's an issue for you.

Re: Application size due to Internationalization

2012-07-25 Thread Thomas Broyer
On Wednesday, July 25, 2012 11:34:13 AM UTC+2, Rana wrote: Dear Tony, Thanks for your suggestions. Yes, I did this. But the main issue I am unable to solve is the size of the code. It is too big to deploy on app.spot. Are you also trying to deploy some WEB-INF/deploy folder? If you

Re: XsrfTokenServiceServlet throws RpcTokenException: Invalid RPC token

2012-07-25 Thread Jens
The session cookie should always be present because of your login process. You don't need an XSRF token during login but once you have successfully authenticated (and thus a session id is available) the very first thing to do is to fetch a XSRF token from the server. So basically your login()

Re: Application size due to Internationalization

2012-07-25 Thread Rana
Hello Tony, No, we don't seem to be putting things we don't need from WEB-INF/deploy, but we are supporting I think 66 languages. And they are making the application very big in size. That is why. Also, originally the application is big, we are doing mathematical drawing and calculations...

Re: Application size due to Internationalization

2012-07-25 Thread Rana
:) :) Sorry, I got confused with the posting area: No, we don't seem to be putting things we don't need from WEB-INF/deploy, but we are supporting I think 66 languages. And they are making the application very big in size. That is why. Also, originally the application is big, we are doing

Re: GWTEventService listener triggers additional call each time the web application is displayed in the browser

2012-07-25 Thread Andrea Boscolo
Has been a while since I used the framework, but I suspect you do not 'unlisten' events when you leave your application (see http://code.google.com/p/gwteventservice/wiki/ConnectionHandling), your session stays open and every time you reload the app a new listener is registered. Anyway I'd

Re: XsrfTokenServiceServlet throws RpcTokenException: Invalid RPC token

2012-07-25 Thread dhoffer
Thanks Alex Jens, I have two separate applications where I'd like to use this approach to protect against XSRF attacks. In one of them I'm seeing this problem with GWT in hosted mode so there is no login process at all. Eventually it will be put inside of an enterprise ear and will have a

Re: Enter key to change the focus from one TextInputCell to another in a celltable.

2012-07-25 Thread Thomas Broyer
On Wednesday, July 25, 2012 6:23:05 PM UTC+2, Nitin wrote: cellTable.addCellPreviewHandler() did the trick for me. Now the issue is that, this method is getting called twice. Could someone explain the reasons for the handler getting called twice? When changing the focused element while

Re: XsrfTokenServiceServlet throws RpcTokenException: Invalid RPC token

2012-07-25 Thread jhulford
If you are serving your nocache files with your app server you could make a simple http filter, associate it with nocache requests and establish a session in the filter's service method. That way you know for certain you always have a session when your host page loads. Since you have access

Re: Animating DockLayoutPanel widget size change

2012-07-25 Thread Thomas Broyer
It should be as easy as calling the animate() method. Actually, all layout changes are queued and processed by a Scheduler#scheduleFinally command. animate() will change the behavior of that command to animate the layout changes. On Wednesday, July 25, 2012 8:40:36 PM UTC+2, Shaun Tarves

Re: Animating DockLayoutPanel widget size change

2012-07-25 Thread Shaun Tarves
Well, that was easy. I hadn't tried that, assuming DockLayoutPanel.setWidgetSize() was happening immediately. Thanks. On Wed, Jul 25, 2012 at 2:58 PM, Thomas Broyer t.bro...@gmail.com wrote: It should be as easy as calling the animate() method. Actually, all layout changes are queued and

Re: DevMode not working in Chrome after update

2012-07-25 Thread mdwarne
I am having the same issue, I have been able to install the plugin by dragging it into the extensions window, but it still will not load Mac Lion with latest Chrome. Anybody figure out what is wrong yet? Thanks, Mike. On Tuesday, July 17, 2012 4:16:03 AM UTC-10, Andy wrote: I updated Chrome

Re: Enter key to change the focus from one TextInputCell to another in a celltable.

2012-07-25 Thread Andrei
It's called on all events in all cells, i.e. Blur, MouseOver, Click, etc. Just add a check for the type of event you want to process, like if (blur.equals(event.getNativeEvent().getType())) { // do something with a cell that loses focus } if (focus.equals(event.getNativeEvent().getType())) {

Loading time questions about: google +, facebook, google analytics, Jquerry...

2012-07-25 Thread regnoult axel
Hello, I have added various scripts at the end of my project.html page : - Google analytics - Facebook Like Box - Google + badge #1 - The problem is that the first time (and others) my app loads, I cannot access to my home page before theses scripts have finished to be *executed *or

Re: GWT 2.5-rc1 feature uirender is not working as expected.

2012-07-25 Thread Rodrigo Chandia
I think this patch (under review) fixes this issue: http://gwt-code-reviews.appspot.com/1794803 On Tuesday, July 24, 2012 3:27:29 PM UTC-4, Rodrigo Chandia wrote: Hmm, this seems like a bug to me. Hopefully I'll have a fix ready for rc2. On Mon, Jul 23, 2012 at 11:11 PM, Vasu wrote: Yea

Re: Google flight field

2012-07-25 Thread Gal Dolber
Its just a div with a datebox, 2 buttons and a bunch of css to make it pretty div d:DateBox / g:Button / g:Button / /div On Wed, Jul 25, 2012 at 5:47 PM, Twentyseven ebarthel...@gmail.com wrote: Hello, I've seen that the Google Flight page is made using GWT (

Image (Blob type) with RequestFactory and GAE Datastore

2012-07-25 Thread ronifabio
I want persist small images (1 MB) as Blob in the GAE Datastore using RequestFactory. However, I noticed that the RequestFactory EntityProxys do not support byte [] or Blob. How can I do this? In the following topic mentions the alternative to save the image path in the Datastore. This would

GWT 2.5 change to provided=true for HTMLPanel

2012-07-25 Thread RyanZA
Previously in GWT 2.4 and below, this would work: UI Binder: g:HTMLPanel ui:field=myPanel / Code: @UiField (provided=true) HTMLPanel myPanel; myPanel = new HTMLPanel(foobar); In GWT 2.5, this now gives an error: (gwt source) // Make sure that, if there is a UiField for this panel, it

[GWT 2.5]

2012-07-25 Thread RyanZA
Previously in GWT 2.4, I was using uibinder's provided=true feature to add my own panels: (uibinder code) g:HTMLPanel ui:field=myPanel / (java code) @UiField (provided=true) HTMLPanel myPanel; In GWT 2.5, this no longer works and gives the error that it isn't supported: (gwt source)

GWT RequestFactory Error when firing request : org.springframework.beans.factory.NoSuchBeanDefinitionException

2012-07-25 Thread Radu Chilom
I have a maven+spring+gwt project in which i want to use request factory. I just can't figure out why I get this exception. Request factory: public interface StarRequestFactory extends RequestFactory { @Service(value = RaduService.class, locator = GWTServiceLocator.class)

GWT future

2012-07-25 Thread AG
I'm an Architect and we have been looking to port our legacy HTML w/ Java Script based web app (with java backend) to a next generation web application. We are a java shop so GWT is very popular with our developers and I have been so called GWT fan-boy all along. However, lately I'm strongly

Re: GWT PrecompressLinker Tomcat

2012-07-25 Thread Nitin Jadhav
You need to modify tomcat's server.xml configuration file as follows: Connector port=8080 maxHttpHeaderSize=8192 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false redirectPort=8443 acceptCount=100 connectionTimeout=2 disableUploadTimeout=true

Classpath entries not considered when running GWT module from Eclipse

2012-07-25 Thread kalyan
I am using maven-gwt plugin to convert my existing ant GWT project to maven. 1. Added the gwt maven entry as below and ran mvn eclipse:clean eclipse:eclipse, but still GWT SDK is not getting added to the generated eclipse project plugin groupIdorg.codehaus.mojo/groupId

Re: DevMode for Firefox 14

2012-07-25 Thread Quincy Hsieh
Thanks! Alan. Very useful. Alan Leung於 2012年7月18日星期三UTC+8上午8時08分06秒寫道: While I am technically no longer on the team, I got curious and started looking at the FF14 changes. There were some slight changes in the JS Object layout again but they seem easy enough to fix. I have built it for

Re: DevMode for Firefox 14

2012-07-25 Thread Daniel Bergholm
Thank you! On Tuesday, 24 July 2012 07:49:30 UTC+2, Alan Leung wrote: Last but not least, http://acleung.com/ff14-mac.xpi Have fun! -Alan -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

How can we save state of a GWT page?

2012-07-25 Thread Rubina
Hi All, We have one requirement to implement in GWT application. Below example will clear the requirement – There are 3 screens in application. Suppose, user is on 2nd screen after moving from 1st screen to 2nd screen. When user clicks on Next button on first screen, then some RPC

http://gwtgallery.appspot.com/

2012-07-25 Thread Overlook Support
Hi All, we would like to add the web app we made using gwt, in the gwt app list but we noticed that the site seems to be no more maintained. Is it true? Where we can publish the gwt apps? Overlook Soft http://www.overlooksoft.com http://www.fingbox.com -- You received this message because

default-instantiable editor and requestfactory

2012-07-25 Thread Blas
Hi, I’m having some trouble to get an editor and request factory working together. I have made an editor of a user with an address editor within it. The problem is with the saving of the changes with the user and the embedded address. Or I can load the user and the address by using with(..)

How to create a grouped column with the Data Grid?

2012-07-25 Thread Joshua Godi
I have been researching this for the last few days, what I want to do is create a column group with the DataGrid with the group displaying in the header and sorting / footer still working for each of the grouped columns. Is there anyway to accomplish this with the DataGrid? Can you help point

Re: Application size due to Internationalization

2012-07-25 Thread Shawn Brown
Thanks for your suggestions. Yes, I did this. But the main issue I am unable to solve is the size of the code. It is too big to deploy on app.spot. I don't think that is the case. Prior to AE1.7, I was over the limit due to permutations as well. AE1.6 was 150MB/app right, and 1.7 is 1gb (total

Re: DevMode not working in Chrome after update

2012-07-25 Thread Andy
I never figured it out. I just switched to using DevMode in Firefox (using 13.0.1 and afraid to update right now) and compiling when necessary to use Chrome. On Wednesday, July 25, 2012 4:03:26 PM UTC-4, mdwarne wrote: I am having the same issue, I have been able to install the plugin by

Re: Classpath entries not considered when running GWT module from Eclipse

2012-07-25 Thread Juan Pablo Gardella
2012/7/26 Venkatkalyan Solasa solasakal...@gmail.com hi any help On Wednesday, 25 July 2012 19:41:40 UTC+5:30, Venkatkalyan Solasa wrote: I am using maven-gwt plugin to convert my existing ant GWT project to maven. 1. Added the gwt maven entry as below and ran mvn eclipse:clean

[gwt-contrib] Re: Fix TreeMap and TreeSet emulation tests to pass with JDK 7. (issue1793803)

2012-07-25 Thread cromwellian
LGTM http://gwt-code-reviews.appspot.com/1793803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixes issue 6653: Activity interface should use the new EventBus (issue1786804)

2012-07-25 Thread manuel . carrasco . m
A bit of discipline maybe, but no pain at all (not for me at least). You are right s/pain/discipline/. When you use gin for places and activities you have to be aware of this circumstance to avoid multiple instances of the event bus, so you have to write a bit more code and replace

[gwt-contrib] Re: Fixes issue 6653: Activity interface should use the new EventBus (issue1786804)

2012-07-25 Thread t . broyer
On 2012/07/25 10:01:17, manolo.carrasco wrote: A bit of discipline maybe, but no pain at all (not for me at least). You are right s/pain/discipline/. When you use gin for places and activities you have to be aware of this circumstance to avoid multiple instances of the event bus, so

[gwt-contrib] Allows UiRenderer styles before the first call to render() (issue1794803)

2012-07-25 Thread rchandia
Reviewers: rdayal, Description: Allows UiRenderer styles before the first call to render() Fields are initialized both upon construction and on a call to render() Also ensured that ui:with fields never get optimized as final. Please review this at http://gwt-code-reviews.appspot.com/1794803/

[gwt-contrib] Re: Added Aria roles and properties to the CellTree (issue1776803)

2012-07-25 Thread skybrian
Thanks John. On 2012/07/25 22:42:13, john.labanca wrote: As far as issue 7480, it sounds like a bug. Updating the SelectionModel should update the CellTree's keyboard selection. Well, the question is how to do this. I assume we install a SelectionChangeHandler. However, we don't know how

[gwt-contrib] Fix TestOracleMediatorFromByteCodeTest to work when run on JDK 7. (issue1794804)

2012-07-25 Thread skybrian
Reviewers: cromwellian, Description: Fix TestOracleMediatorFromByteCodeTest to work when run on JDK 7. The issue is that java.lang.Throwable has nested classes in JDK 7 but not JDK 6. So, change the assertion to allow any nested classes. Please review this at

[gwt-contrib] Re: Fix TestOracleMediatorFromByteCodeTest to work when run on JDK 7. (issue1794804)

2012-07-25 Thread cromwellian
lgtm http://gwt-code-reviews.appspot.com/1794804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Help getting super dev mode to work

2012-07-25 Thread Thomas Käfer
Did I understand the procedure correctly? 1.) add those properties to your Application.gwt.xml file 2.) run the super dev mode, wait until compiled and The code server is ready. Next, visit: http://localhost:9876/; is showing 3.) run the normal dev mode 4.) browse

[gwt-contrib] Fix CssObfuscationStyle to escape stable-shorttype types, so it works for cases like MyClientB... (issue1795803)

2012-07-25 Thread ehwang
Reviewers: unnurg, Description: Fix CssObfuscationStyle to escape stable-shorttype types, so it works for cases like MyClientBundle.MyCssResource#selector(). Please review this at http://gwt-code-reviews.appspot.com/1795803/ Affected files: M

[gwt-contrib] Fix JSON escaping of unicode characters to work in JDK 7. (issue1796803)

2012-07-25 Thread skybrian
Reviewers: acleung, Description: Fix JSON escaping of unicode characters to work in JDK 7. JDK 7 supports Unicode 6 and some characters changed: - zero-width-space is no longer a whitespace character - invisible-plus is new This caused JSON encoding tests to fail in HTMLUnit somehow, so escape

[gwt-contrib] Re: Fix JSON escaping of unicode characters to work in JDK 7. (issue1796803)

2012-07-25 Thread jat
LGTM http://gwt-code-reviews.appspot.com/1796803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors