Support for IE6 isn't feasible in this format?

2011-07-30 Thread Kurtt
In the section Image Sprites of this doc(http://code.google.com/ webtoolkit/doc/latest/DevGuideClientBundle.html#ImageResource), Google says: = Support for IE6 isn't feasible in this format, because structural changes to the DOM are necessary to implement a windowing

Re: Support for IE6 isn't feasible in this format?

2011-07-30 Thread Jim Douglas
http://groups.google.com/group/google-web-toolkit/browse_thread/thread/63ac58ecc27dee47 http://www.businessinsider.com/microsoft-launches-anti-marketing-campaign-for-ie6-2011-3 http://googleenterprise.blogspot.com/2010/01/modern-browsers-for-modern-applications.html On Jul 29, 11:01 pm, Kurtt

Cell Table, Remote Paging Issues

2011-07-30 Thread BST
I am trying out Remote Paging with a Cell Table Implementation of Abstract Pager . For now I am limiting the CellTable to 30 rows for data. My Pager takes care of fetching the next batch of 30 rows from RemoteService, when the next or previous button is clicked. I get 30 rows of data from

Re: GWT Page flows - want to start a open source project - thoughts

2011-07-30 Thread Alain Ekambi
Then what just you dont use JSP or JSF then ? GWT follows a different paradigm then those technologies. I just cant see the benefit of similutationg JSP with GWT 2011/7/30 dreamer venugopal.vasire...@gmail.com What if we need to port very complex web app with 100's of jsp/html pages into

Re: Dynamically convert between TextBox and PasswordTextBox

2011-07-30 Thread BST
Just to get my understanding straight, on what event would you change the textBox to a PasswordBox? If there is really a event can't you create a new passwordTextBox to replace the TextBox? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: Gwt touch ui

2011-07-30 Thread Alain Ekambi
Yes it is a GWT API for Sencha Touch. Glad you guyz like it :) 2011/7/29 leandro borbosa leandrob...@googlemail.com Just tested it on the IPad2 works great. It looks like Sencha Touch. Is it Sencha touch ? 2011/7/29 Juan Pablo Gardella gardellajuanpa...@gmail.com Thanks Alain!!

Re: Tested class changes not visible to test class using gwt-maven-plugin

2011-07-30 Thread Sébastien Tromp
I haven't tested it myself, but thishttp://stackoverflow.com/questions/1427048/how-can-i-add-build-path-items-to-eclipse-3-5-using-relative-paths seems to deal with how to create relative paths. Another solution may be to edit the .classpath manually. If I don't move the external folder at the

Re: Cell Table, Remote Paging Issues

2011-07-30 Thread Andrei
This is a well known issue with Abstract Pager/SimplePager. I don't like this behavior (and the look of the default SimplePager), so I ended up writing my own pager along the following lines: http://www.mail-archive.com/google-web-toolkit@googlegroups.com/msg62763.html Basically, I had to

Re: Support for IE6 isn't feasible in this format?

2011-07-30 Thread Kurtt
Oh, my bad, I've known about the png problem under IE6. Thanks a million for your reply ! :-) On Jul 30, 2:21 pm, Jim Douglas jdou...@basis.com wrote: http://groups.google.com/group/google-web-toolkit/browse_thread/threa...

Re: Eclipse Analyzing Sources Slow

2011-07-30 Thread Alex Luya
I have installed this one,but problem still existed. On Thu, 2011-07-28 at 20:30 -0700, gutto wrote: Pulled down an update for GPE today. Google Plugin for Eclipse 3.7 2.3.3.r37v201107211953 com.google.gdt.eclipse.suite.e37.feature.feature.groupGoogle, Inc. Problem appears

DisclosurePanelImages alternative?

2011-07-30 Thread darkflame
DisclosurePanelImages is depreciated, so I wondered whats the correct method for getting to the Disclosure panels default images? (for, say, making a custom header) My old code was; final DisclosurePanelImages dpimages = (DisclosurePanelImages)

Re: GWT Page flows - want to start a open source project - thoughts

2011-07-30 Thread dreamer
Very good point. I have gone through same thought process. After using designer to build composites (html pages), I came to conclusion that this is what I want to build my web sites with. Just drag and drop widgets and build pages, Yes we got new world for page design and development, but web is

Re: GWT Page flows - want to start a open source project - thoughts

2011-07-30 Thread dreamer
I forgot to mention about JNLP based swing applications, I see lot similarities with GWT. Once difference is jar files will be downloaded instead of JavaScript module. Ultimate jnlp app runs in local jvm and makes some socket calls to server. for sure, JNLP addressed issue of client deployment.

Re: GWT Page flows - want to start a open source project - thoughts

2011-07-30 Thread Aidan O'Kelly
There is this, http://claudiushauptmann.com/a-framework-for-gwt-multipage-applications.html Which might be of interest to you. On Fri, Jul 29, 2011 at 3:00 PM, dreamer venugopal.vasire...@gmail.com wrote: Hi, I want to start a new opensource project - GWT page flows - similar to struts.

java to HTML+JavaScript cross compiler/generator - is this possible?

2011-07-30 Thread dreamer
Hi, on the GWT lines, is it possible to cross compile/generate to HTML +JavaScript. Static ports to - HTML Dynamic portions to - JavaScript Please share your thoughts -Venu http://schoolk12.appspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web

Out of Memory when compiling for all browser combinations.

2011-07-30 Thread Abi
We are getting out of Memory issue when compiling our project for all the browser combination. Version using : GWT 2.3.0 Enabled draftCompiletrue/draftCompile in pom.xml extraJvmArgs -Xmx1024m -Djava.io.tmpdir=${basedir}/tmp/ extraJvmArgs Can you please suggest why it is taking so much time

Web-/Server Management Tool with GWT

2011-07-30 Thread any_nickname
Hi everybody! I'm in charge of all the websites and web-plattforms in our company. To make my and others life (maybe :-)) easier, I'm planning a kind of web- and server management tool with GWT for our company. I've read the whole GWT-Docs and at the moment I'm reading Essential GWT by Federico

Anonymous javascript function call using JSNI

2011-07-30 Thread RT
Hello friends, If you have some idea how can I invoke Anonymous javascript function using JSNI, then please let me know. Thanks Ritu -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Dev Mode = Stale Cache?

2011-07-30 Thread clay
I'm using GWT 2.3, IntelliJ, and a Maven generated project. It seems that dev mode rarely picks up my changes to static files. When I make a simple change to a .css file, I often have lots of trouble getting the dev mode to use the updated version of the file. Even after stopping the dev mode,

Re: GWT/GPE 2.4.0 RC1 is available

2011-07-30 Thread James Wendel
To ask, does the DataGrid differ from CellTable only in the content area being scrollable? Are there are differences I'm not seeing? Thanks, -James On Jul 27, 12:55 pm, David Chandler drfibona...@google.com wrote: GWT 2.4.0 adds a new DataGrid widget with scrollable data area and many

gwt python

2011-07-30 Thread fix3d
Is it possible to use python with gwt ? -- 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

Excluding Classes in a Legacy Application using GWT 2.3

2011-07-30 Thread Joe
1) My legacy application is setup like this: com.app.model com.app.exception com.app.util com.app.service etc. There are 20 classes in the model package, but I only want to serialize and use 4 for RPC. The others have heavy code in them that error out upon compilation. 2) There are references to

Web Workers in GWT

2011-07-30 Thread cidylle0
Hello, I am currently playing around with GWT and I would like to implement some HTML5 features with it like web workers. In the GWT documentation I see that it supports a couple HTML5 features but no Web Workers. Are there any libraries out there that would implement web workers in GWT ? Or can

GWT project tree setup

2011-07-30 Thread Abi
We are re-writing our ERP system using Java/GWT/Spring.It is something big. We would like to get some suggestion regarding the tree setup. 1. Application.gwt.xml --- We have above 70 modules today. But all of it's having only one entry point and is

Layout and styling of HorizontalPanel/VerticalPanel

2011-07-30 Thread clay
The setStyleName method sets the CSS class of the generated table element. Is there any way I can set the CSS class of the generated td elements within the table? What I want to do is add spacing *between* HorizontalPanel/ VerticalPanel cells but not around the outer edge of the

GWT CSS URL Problem

2011-07-30 Thread clay
I have a CSS stylesheet defined at projectroot/src/main/webapp/MyStyles.css In my module's .gwt.xml file I reference this with: stylesheet src='MyStyles.css'/ In dev mode, GWT generates the following CSS URL which results in a 404 not found error:

Re: GWT 2.2 and gwt-maps.jar not compatible

2011-07-30 Thread Alexander Bertram
On Jul 27, 3:20 am, André Nunes an...@hotmail.com wrote: Hi, how i can rebuild gwt-maps ?? I using gwt 2.3, what version of gwt-maps i should use ? tkxs ! I had the same issue, you can download from here: You can download it from

Google Code Tutorials and Documentation - GWT OAuth

2011-07-30 Thread Matthew Cote
Hello, This message I hope finds its way to someone that works on the Google Code Documentation and Tutorials for GWT for the greater good, but I have taken a look at the posts and reply on this group and I am aware there are many people out there that help others out with their issues and

Re: gwt python

2011-07-30 Thread Matthew Cote
Short answer - no I am a beginner, I may be wrong, but from what i know GWT is used exclusively for writing Java code that will be compiled to Javascript. This helps because Java is OOP while Javascript is not, so with GWT you can write classes or use ones that have been created by others. Hope

Re: gwt python

2011-07-30 Thread Alain Ekambi
I also heard tha there is a similat project like gwt for python. That turn python code to JS. You might want to check that one 2011/7/30 Matthew Cote mcjavalear...@gmail.com Short answer - no I am a beginner, I may be wrong, but from what i know GWT is used exclusively for writing Java code

ValueProxy Implementation Rule ?

2011-07-30 Thread Romain BIARD
Hi all, I'm using valueProxies in order to give Criterias to a static method find located in my ServerSide Entity. Each ValueProxy had a setter and a getter. But today I realized that only setter had to be used Client side so I decided to remove all the getters on the Proxy but let them on

Re: GWT Page flows - want to start a open source project - thoughts

2011-07-30 Thread Brian Reilly
Note that the current build is for GWT = 2.1. If you're using 2.2+, currently you'll need to get the source and build it against 2.2+ yourself. I did some work a couple of months ago to create a jar that would work for any version of GWT, but haven't committed it yet. In fact, that's the only

Re: ValueProxy Implementation Rule ?

2011-07-30 Thread Brian Reilly
I think this is a known bug. I saw it mentioned recently and thought that there was a new issue filed, however I couldn't find it. I did however find this older issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=5760 that appears to be related. -- Brian On Sat, Jul 30, 2011

Re: gwt python

2011-07-30 Thread Jeff Larsen
its called pyjamas -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/dLmcKl-n4QoJ. To post to this group, send email to

Re: ERROR: GWT 2.3 + gwt-maps

2011-07-30 Thread André Nunes
Hi, i prefer to use a official api v3, because i've a book that explain very much the new things of this version. For use this annex, I need to add this .jar in external jars in build path, and wich inherits, script, or other things I need to add in .xml module ? Can you explain this steps, that

Re: ValueProxy Implementation Rule ?

2011-07-30 Thread Ryan McFall
I posted a message about this recently, and was pointed to the bug referenced by Brian below. Currently you do need to have getters in order for AutoBean to know the property exists. Ryan On Jul 30, 11:44 am, Brian Reilly brian.irei...@gmail.com wrote: I think this is a known bug. I saw it

Re: Google Code Tutorials and Documentation - GWT OAuth

2011-07-30 Thread Aidan O'Kelly
Well, if you've reached a point where you want to do stuff, that there are no step-by-step tutorials for, you need to stop looking for tutorials, and starting looking at reference material, ie, API documentation, or documents/tutorials/papers on a specific technology. You've touched upon it in

Re: Google Code Tutorials and Documentation - GWT OAuth

2011-07-30 Thread Matthew Cote
wow, thanks a lot for all that, I got to head out so I can't digest atm but the sheer volume of advise here is incredible, gtg but Im gonna write back later. thanks On Sat, Jul 30, 2011 at 3:35 PM, Aidan O'Kelly aida...@gmail.com wrote: Well, if you've reached a point where you want to do

Re: Google Code Tutorials and Documentation - GWT OAuth

2011-07-30 Thread Christian Goudreau
This open source book can also help you. http://code.google.com/p/gwt-gae-book/ It is not up to date, it's on my todo list to update it and contribute to it by the end of october. Cheers, On Sat, Jul 30, 2011 at 3:39 PM, Matthew Cote mcjavalear...@gmail.comwrote: wow, thanks a lot for all

Celltable Cell Grouping (Rowspan, Colspan)

2011-07-30 Thread P.G.Taboada
Hi, any tips on how to implement this? brgds. Papick -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/CfRqwR3K7E0J. To post to this group, send

Re: Celltable Cell Grouping (Rowspan, Colspan)

2011-07-30 Thread P.G.Taboada
Just found the answer. http://code.google.com/p/google-web-toolkit/source/detail?r=10476 On 31 Jul., 00:13, P.G.Taboada pgtabo...@googlemail.com wrote: Hi, any tips on how to implement this? brgds. Papick -- You received this message because you are subscribed to the Google Groups

Re: Support for IE6 isn't feasible in this format?

2011-07-30 Thread Jim Douglas
Kurtt, What's your situation with IE6? Do you develop software for corporate users who refuse to upgrade? Did you look at the other links? Google posted that note about IE6 more than a year and a half ago, and Microsoft is literally begging people to stop using IE6.

Re: Google Code Tutorials and Documentation - GWT OAuth

2011-07-30 Thread Matthew Cote
For Aidan O'Kelly -I just got back from that thing and I couldn't wait to go through this email slowly. I think the main points of this email should be posted on the getting started sites of App Engine and GWT - its brilliant, I mean I can't explain to you how perfect this is for me, you have

Re: Google Code Tutorials and Documentation - GWT OAuth

2011-07-30 Thread Bala Sankar
. figuring it out on your own. Just an observation: Google is a pathless land. It is not a highway. Most of the time, companies build highway and developers just follow the users guide and build applications to fit on that highway. Development will be much easier and simpler; but

Re: RequestFactoryEditorDriver example?

2011-07-30 Thread Nick
Vasily, can you post the updated snippet for PhoneListEditor and related UI code. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/VlHFEGDAeWwJ.

Re: gwt python

2011-07-30 Thread Saeed Zarinfam
Hi You can use python only on server side of a GWT application and then you will not be able to use RPC mechanism (because of using python on server side ). -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Cell Table, Remote Paging Issues

2011-07-30 Thread BST
I didn't think of overriding last Page first Page. Thanks for the pointer.. I shall look into the link. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

[gwt-contrib] [google-web-toolkit] r10482 committed - Improve error message when a RequestFactory 2.3 request is received....

2011-07-30 Thread codesite-noreply
Revision: 10482 Author: b...@google.com Date: Sat Jul 30 02:03:17 2011 Log: Improve error message when a RequestFactory 2.3 request is received. Issue 6628. http://gwt-code-reviews.appspot.com/1503803/ Patch by: bobv Review by: rjrjr

[gwt-contrib] [google-web-toolkit] r10483 committed - Integrate r10482 into GWT 2.4 branch....

2011-07-30 Thread codesite-noreply
Revision: 10483 Author: b...@google.com Date: Sat Jul 30 02:20:04 2011 Log: Integrate r10482 into GWT 2.4 branch. Issue 6628. http://code.google.com/p/google-web-toolkit/source/detail?r=10483 Modified: