Re: FF vs IE, when dealing with Lists

2009-02-27 Thread Алексей Циунчик
Hi all, Another Idea which may be interesting in case if customer does't agree to use pagination (our case). We had decided to generate table as static HTML on serverside (hello to JSP, JSF), in another word our custom component have server side html creator (or renderer in terms JSF). After

Re: HowTo cancel a RPC call?

2009-02-27 Thread alex.d
Exactly what i was looking for. Thx guys. Another thing: i've tried this in FF with Firebug. What i can see is that when i cancel the request, firebug still shows it as waiting for response. But though i had no problem with starting 10 of them simultaneously which shouldn't be possible because of

Re: Translating on the server-side

2009-02-27 Thread Lothar Kimmeringer
jbdhl schrieb: Consider a case where some RPCs in a GWT application will trigger the server to send an email to the user where the email should be sent in the language used at the requesting client. 1) How should I approach this server-side internationalization (i18n)? Can GWTs i18n be

Re: Change the plus sign with custom image

2009-02-27 Thread dduck
On Feb 26, 7:12 am, arjun karthickkuma...@gmail.com wrote: Hi I'm new to GWT. can you kindly let me know wat i shd do to change the default plus/minus sign in the tree with custom images. Read this:

Re: Integrating GWT and Hibernate without Gilead?

2009-02-27 Thread noon
Hello, Just one question : if you app works with Gilead, why do you want to work without it ? Would you plan to work without Hibernate even if JDBC is faster ?? (ok, that's 2 questions ;-)...) Just to know... Regards Bruno PS : using Dozer for Hibernate and GWT is a pain. Really. That's just

File Upload to a ASP and Getting Response as JSON

2009-02-27 Thread Sriram Iyengar
We are trying to upload a file from GWT app using FormPanel to an ASP (.asp) application. The ASP app receives the file and is able to store it locally. It returns back a JSON response. But, the response is being received as null by FormSubmitCompleteEvent.getResults(). The JSON response is

Re: Integrating GWT and Hibernate without Gilead?

2009-02-27 Thread hezjing
Hi Bruno I'm using Gilead, but I also read about the discussion integrating GWT and Hibernate without Gilead. I'm wondering of how other do this without Gilead, just try to learn if there is an alternative way. On Fri, Feb 27, 2009 at 5:50 PM, noon bruno.marches...@gmail.com wrote: Hello,

Re: GWT Session

2009-02-27 Thread Danny Schimke
Hey Vagner Araujo! Thank you for your post! I've searched a long time for something like handling sessions in GWT!!! :D I have a question too. Waht's when the session invalidates (e.g. timeout)? Should there a heartbeat which checks the session validity? Thank you! -Danny 2009/2/27 Mahavir Jain

Re: Two TabPanels, different CSS styles

2009-02-27 Thread gregor
CSS is often hierarchical in GWT widgets. You have a primary style name and then additional secondary styles that are swapped out according to user actions (like select, hover etc). With a Tab panel the tabs are controlled by the TabBar class, and you can see it has a primary style gwt-TabBar and

Re: Error in Application

2009-02-27 Thread gregor
[WARN]StandardContext[]Exception while dispatching incoming RPC call com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract java.util.List com.company.client.rpc.TeacherService.getPupils(java.lang.Integer)' threw an unexpected exception:

Re: Translating on the server-side

2009-02-27 Thread Thomas Broyer
On 27 fév, 09:37, Lothar Kimmeringer j...@kimmeringer.de wrote: jbdhl schrieb: To be able to read in UTF-8, I defined my own ResourceBundle-implementation (quite a hack) Starting with Java 1.6, you should be able to read resource bundles as UTF-8 using a ResourceBundle.Control subclass

Re: File Upload to a ASP and Getting Response as JSON

2009-02-27 Thread Thomas Broyer
On 27 fév, 11:20, Sriram Iyengar sriram.iyenga...@gmail.com wrote: We are trying to upload a file from GWT app using FormPanel to an ASP (.asp) application. The ASP app receives the file and is able to store it locally. It returns back a JSON response. But, the response is being received as

Re: Translating on the server-side

2009-02-27 Thread Lothar Kimmeringer
Thomas Broyer schrieb: On 27 fév, 09:37, Lothar Kimmeringer j...@kimmeringer.de wrote: jbdhl schrieb: To be able to read in UTF-8, I defined my own ResourceBundle-implementation (quite a hack) Starting with Java 1.6, you should be able to read resource bundles as UTF-8 using a

Question about mGoogle Maps URL and its parameter gwt

2009-02-27 Thread Danny Schimke
Hello! Does anyone know what is the parameter gwt with the value1 for? The URL looks like the following: http://maps.google.com/maps?*gwt=1*amp;file=apiamp;v=2amp;key= I can't make differences between the functionality of URL with parameters and without parameters. Is the this parameter needed

Re: File Upload to a ASP and Getting Response as JSON

2009-02-27 Thread Sriram Narasimhan
Thanks Thomas. It was the same issue. Now we are front ending the calls by apache and have a reverse proxy setup to forward the calls to IIS. On Fri, Feb 27, 2009 at 5:07 PM, Thomas Broyer t.bro...@gmail.com wrote: On 27 fév, 11:20, Sriram Iyengar sriram.iyenga...@gmail.com wrote: We are

Re: What are your thoughts on Cappuccino and SproutCore?

2009-02-27 Thread Rockster
Looks nice though. I checked the video and was impressed (only thing : yet another language to learn Objective J, not hard, but again another one...) On Feb 26, 2:26 pm, ivo ivo.reduto.fre...@gmail.com wrote: Cappuccino and SproutCore have been around for a while and they are really

[ANN] SmartGWT 1.0b2 Released

2009-02-27 Thread Sanjiv Jivan
Hi,SmartGWT 1.0b2 has just been released. This release contains the much awaited Enterprise Gray skin. SmartGWT 1.0b2 is a stability release and contains various enhancements and bug fixes. GWT 1.6 M2 is also supported. Along with performance improvements, several new features and developer tools

Re: What are your thoughts on Cappuccino and SproutCore?

2009-02-27 Thread gregor
If you watch the Hello world starter tutorial for Cappuccino, there is the basic problem highlighted: He creates an action on the button to call swap to change Hello world to Goodbye - but he forgets to actually create the swap method itself, so app crashes and you see this in firebug:

Re: How to Debug/Trace client side code when deploying Tomcat

2009-02-27 Thread Adligo
Hi, If you use the commons logging port i_log (GPL2) that I wrote, you can use it in production settings (when gwt is actually running in a web browser). It sends log messages over rpc, and you can display them via the Adligo Gwt Log Server (Costs $$), or you can just send them to your a

GDE M20090227: supports GWT 1.6.0 M1 Now

2009-02-27 Thread Dop Sun
Hi, After the first release of GDE (GWT Development Environment based on Eclipse) at the beginning of this month, I received several feedbacks from the people here. Thanks for your interest and help. This really inspired me and GDE move forward. This is an update on what I have done on the GDE

Re: HowTo cancel a RPC call?

2009-02-27 Thread Arthur Kalmenson
Depends on the browser you're using, but if Firebug shows that it's waiting for 10 requests, that's probably a bug. -- Arthur Kalmenson On Fri, Feb 27, 2009 at 3:31 AM, alex.d alex.dukhov...@googlemail.com wrote: Exactly what i was looking for. Thx guys. Another thing: i've tried this in

Re: Integrating GWT and Hibernate without Gilead?

2009-02-27 Thread Arthur Kalmenson
PS : using Dozer for Hibernate and GWT is a pain. Really. That's just the first reason why I develop Hibernate4GWT (now Gilead) ! How is it pain? It's one line of code: (SomeDomainObject) dozerMapper.map(retrievedFromHibernate, SomeDomainObject.class) -- Arthur Kalmenson On Fri, Feb 27,

Google Maps API

2009-02-27 Thread navS
Hi team, Am using gwt-maps 1.0, for my project. Am finding difficulty in managing large number of markers, setting the z-index of a marker. Can any body help me out in this. Any tips and tricks on google maps are appreciated. Thanks in advance Naveen.

Re: Integrating GWT and Hibernate without Gilead?

2009-02-27 Thread Rob Smith
Bruno, Arthur likes to send his whole object model from the server to the client ;) Users should be careful taking advise from Arthur. He *loves* giving advise. The only problem is that they are terrible and on subjects that he has little or no knowledge. Make sure you take a second opinion

incubator ScrollTable

2009-02-27 Thread Nick
I'm attempting to use the ScrollTable from the incubator package and I'm having problems. I copied the code from http://code.google.com/docreader/#p=google-web-toolkit-incubator,gwt-incubator-1-5-wikis=google-web-toolkit-incubatort=ScrollTable and I fixed an issue that must be from an old

Re: incubator ScrollTable

2009-02-27 Thread Nick
Well, I was able to get this working by swapping out the gen2 imports with the widgetsideas package. I'm noticing that all the classes are deprecated though. Is there a reason for this and is there someplace that explains more details on using the incubator widgets? On Feb 27, 9:45 am, Nick

Re: Is there a way of grep-ing for text in a search that meets teh TC?

2009-02-27 Thread jchimene
Could you post a link to the TC to which you're referring On Feb 26, 6:02 am, james.fitzj...@sansource.co.uk james.fitzj...@sansource.co.uk wrote: What I want to do is have my website search for a term then find out how many pages contained that term. Its easy enough to do with php and curl

Re: incubator ScrollTable

2009-02-27 Thread Isaac Truett
Nick, The widgetideas classes are deprecated because they are being replaced by newer, improved versions in the gen2 package. The old classes are still around to help people who are transitioning to the gen2 versions. I'm not aware of a completely comprehensive guide to incubator widgets, but

SEO limitation for Hyperlink

2009-02-27 Thread Nicolas Wetzel
Hi all, I'm working for a compagny which build a web site broadcasting music based on gwt: www.awdio.com On SEO, we've found some interresting stuff to cope with Ajax specifity : search engine can't have javascript engine so they are not able to retrieve the entire html produced by gwt script

Re: GWT Session

2009-02-27 Thread Vagner Araujo
Hi, in this example the cookie will expire when the current browser session is ended, but below is a snippet of code that will make the session expire every two minutes of inactivity. //Main Class public void onClick(Widget sender) { if(sender == login){

RPC in timer and memory leak

2009-02-27 Thread koalina
Hi all, i'm developing a tracking application. I think that there's a memory leak issue when a rpc is called inside a timer repeating. the code is semplified as follow: public void onModuleLoad() { startRefreshInfoSupp(); } where the startRefreshInfoSupp is final AsyncCallback

Re: Translating on the server-side

2009-02-27 Thread El Mentecato Mayor
I'm not familiar with XLIFF, but I wonder how you distinguish there between \n and br (if you want your paragraph to be on an html page as opposed to a console or some other output. Properties files at least allow you to distinguish between the two. If I remember correctly, XLIFF support is

How to wait for return value from RPC before Tree node is moved

2009-02-27 Thread joe young
I'm trying to resort my nodes of the tree and save the new sorting into the database. I want to make sure the save is successful before I move the node, o/w it will display alert. public boolean doBeforeMoveNode(Tree tree, TreeNode node, TreeNode oldParent, TreeNode newParent,

Re: Error in Application

2009-02-27 Thread eggsy
I have posted a few replies about this on the blog. Assuming your project is building correctly you must already have the Spring Jar on your buildpath. Its just your classes that seem incorrect. The application context shouldn't be on your client side. I notice it says:

Re: How to wait for return value from RPC before Tree node is moved

2009-02-27 Thread Jason Essington
private void doMove(/*required params*/){ // node move Implementation } public void moveQuestion(TreeNode node, TreeNode oldParent, TreeNode newParent, int index){ // setup // call rpc service.resorting(/*params*/, new AsyncCallbackBoolean(){ public void onSuccess(Boolean

Techniques for supplying information to GWT.create()

2009-02-27 Thread Mark Renouf
I've developed an XML marshalling library. It currently works by scanning through ALL types looking for annotated classes. I would like to support running the generating code from a list of classes instead of scanning, but there's no reasonable way of supplying parameters in this use case. The

Re: Techniques for supplying information to GWT.create()

2009-02-27 Thread Ian Petersen
You might want to add a start to http://code.google.com/p/google-web-toolkit/issues/detail?id=1595 --~--~-~--~~~---~--~~ 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: Comparing equivalent UTF-8 characters across languages

2009-02-27 Thread dirk
Thanks for the response Freller. I already am doing it on the server side, as I say MySQL will do it with the right configuration settings, no need to use soundex. When the user enters some characters in a text field, the server returns strings that match those characters, but then when they

Re: SmartGWT 1.0b2 Released

2009-02-27 Thread Benoit.Sauve
Hi Sanjiv, SmartGWT is really interesting, but I tried to use the smartGWT 1.0b1 version and I finally return to basic GWT because it was hard to make rpc calls to populate data grid. Now, I am really interested with your current release, especially for this element in the release notes :

Problem while browser refresh

2009-02-27 Thread nani
Hello Friends, I have working in a project on GWT. My project is all about customer information.Means it is a portal which contains all services,Trouble Tickets ,Bandwidth Utilization,Backup Utilization for all customers.Up to here every thing is fine after entered in to my application when i

Hibernate/JPA gwt 1.5

2009-02-27 Thread tonil
Hi all, I'm very new to google web toolkit and i'm trying to get an overview how to build the web application using gwt 1.5. Most books i have for help are covering the gwt 1.4 version. One of the topics are the integration of hibernate/jpa. As I read now in the new version gwt 1.5 it's possible

Listbox and ability to have no item selected

2009-02-27 Thread Dave E
I am trying to create a single-select listbox where the visibleItem count is greater than 1 (not a dropdown), but no items are selected by default. Regardless of what I try, IE and the development browser seem to display the first element in the list as highlighted/selected. (It does seem to

Dependency Injection: rocket-gwt Vs gwtoolbox

2009-02-27 Thread jesty
I'm starting a new project based on GWT and I want dependency injection! I've seen this two framework, but I'm not sure about the best choose. Can you help me? What do you guide me to this choose? Thanks to everyone! Davide --~--~-~--~~~---~--~~ You received this

Using an iGoogle like front end for a Struts backend

2009-02-27 Thread TerriLyn
I currently have a site running on Java Struts built in IBM Websphere for iSeries (yes our DB server is an AS400). I've been tasked to change over the front end so that the modules currently being served up in an Iframe can be made into an iGoogle interface, with the ability to open and close

How to create listbox with nothing selected by default?

2009-02-27 Thread Dave E
I'm trying to create a listbox with a visibleItemCount of more than one (I want a list, not a dropdown), with none of the items in the list selected by default. I've tried everything I can think of, and I'm still seeing the first item selected by default in both IE and the native development

TabPanel does not resize correctly with a DisclosurePanel, when a width is set?

2009-02-27 Thread Mike Pontillo
I was going to post this as a bug, but thought I'd poll the discussion group first. I wasn't sure if this was a TabPanel or a DisclosurePanel bug, or if I'm just doing something wrong. The problem is, if I put a DisclosurePanel inside a TabPanel, it does not resize correctly when a width

Re: What are your thoughts on Cappuccino and SproutCore?

2009-02-27 Thread Rich Dean
Does anyone know what the equivalent GWT UI development tool would be? I played around with GWT about a year ago so I am assuming there are some better tools out there for drag-n-drop development of a GWT UI? --~--~-~--~~~---~--~~ You received this message

Re: How to wait for return value from RPC before Tree node is moved

2009-02-27 Thread joe young
Hi Jason, Thanks for you quick reply~ Your solution works in some sense, but the problem I have the move node part is control by the TreePanelListener Adapter(): simpleNTreePanel.addListener(new TreePanelListenerAdapter () { public boolean doBeforeMoveNode(Tree

Re: Hibernate/JPA gwt 1.5

2009-02-27 Thread Felipe Cypriano
Hi Tonil, 1.) Can i really use Annotations with gwt 1.5 Yes we can haha. For example: For image bundles, replace @gwt.resource in your javadoc with the @Resourcehttp://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/ImageBundle.Resource.html annotation. 2.) Do

Re: How to wait for return value from RPC before Tree node is moved

2009-02-27 Thread Ian Petersen
On Fri, Feb 27, 2009 at 10:05 AM, joe young keven.c...@gmail.com wrote: The only way to stop the moving (onMoveNode() ) is to return false at doBeforeMoveNode(). Maybe you need to always return false, and then, if the RPC succeeds, move the tree node programmatically. Ian

Re: Comparing equivalent UTF-8 characters across languages

2009-02-27 Thread dirk
In case anyone else is facing a similar problem, here's the code, tested on IE 7 and Firefox 3. Note that this only supports Spanish characters, you can add more to the charEquivalency table for other languages. private boolean contains(String container, String sub) { char[] contChars =

Deploying GWT on DJagno

2009-02-27 Thread Filip Gruszczyński
It's my first mail here so I would like to say hello to everyone! I have recently started using GWT together with DJango and quickly come to a dilemma: how to properly deploy GWT into DJango, so the maintance would be easy as well as accessing everything from DJango. Right now we are using a

Re: Take Offine : Why Gears When Save As... works fine (on Chome/Firefox) ??

2009-02-27 Thread Sumit Chandel
Hi Combi, If all you want is for the user to be able to view your application without actually performing any operations requiring persistence, then your approach should work and meet your needs. However, there are more than a few reasons why using something like Gears to take your application

Re: Techniques for supplying information to GWT.create()

2009-02-27 Thread Mark Renouf
Ahh thanks... put my me too on that one... hope it happens! On Feb 27, 12:07 pm, Ian Petersen ispet...@gmail.com wrote: You might want to add a start tohttp://code.google.com/p/google-web-toolkit/issues/detail?id=1595 --~--~-~--~~~---~--~~ You received this

Re: Integrating GWT and Hibernate without Gilead?

2009-02-27 Thread Sumit Chandel
Hello everyone, A reminder to be respectful, friendly and constructive when posting on the forums. All technical contributions are welcome and appreciated, however posts marking disrespect for other community members or inflammatory remarks will not be tolerated. That's not to say that it isn't

Re: Dependency Injection: rocket-gwt Vs gwtoolbox

2009-02-27 Thread Thomas Broyer
On 27 fév, 17:41, jesty davidece...@gmail.com wrote: I'm starting a new project based on GWT and I want dependency injection! I've seen this two framework, but I'm not sure about the best choose. Can you help me? What do you guide me to this choose? I'd go for GIN, which has little-to-no

Re: Dependency Injection: rocket-gwt Vs gwtoolbox

2009-02-27 Thread Arthur Kalmenson
I'm using Google GIN on our current project and it's working out _very_ well. It's really slick and worked out of the box (aside from some minor issues which are resolved quickly by the devs). -- Arthur Kalmenson On Fri, Feb 27, 2009 at 2:45 PM, Thomas Broyer t.bro...@gmail.com wrote: On

Re: Hibernate/JPA gwt 1.5

2009-02-27 Thread Arthur Kalmenson
You can search around the forum, this topic has been discussed a number of times, you might find useful tips. -- Arthur Kalmenson On Fri, Feb 27, 2009 at 1:09 PM, Felipe Cypriano fmcypri...@gmail.com wrote: Hi Tonil, 1.) Can i really use Annotations with gwt 1.5 Yes we can haha. For

Re: Restrain the DialogBox to move out of browser window

2009-02-27 Thread Sumit Chandel
Hi Danny, Here's one possible solution - you could override the DialogBox.onMouseUp() method to re-position the dialog box depending on where it was when the user lets go of it. For example: final DialogBox dialogBox = new DialogBox() { public void onMouseUp(Widget sender, int x, int y) {

Add DOM Object to an Event Handler

2009-02-27 Thread Mat
Hi, I am using a StringBuilder to dynamically generate a HTML Table for performance reasons (its much faster than using FlexTables). The problem is that the Table will contain input widgets and will require Event Handlers. i.e each table row will contain Input Text and on change of these each

Dealing with session timeout and container managed security

2009-02-27 Thread marcelstoer
Is there some consensus or best practice in the GWT community as for how to deal with session timeout and container managed security? There are some pointers if you search for this subject, but some of the ideas are wild... In my case I use the Servlet container's built in security features for

[gwt-contrib] Compiling demos in incubator

2009-02-27 Thread Uwe Maurer
Hi, I am trying to compile the demos which are included in incubator. I tried ant build.demos but this only builds the demos which are in src-demo/, not the ones in src/com/google/gwt/demos How can I compile them ? Thanks, Uwe --~--~-~--~~~---~--~~

[gwt-contrib] Re: Compiling demos in incubator

2009-02-27 Thread Isaac Truett
Uwe, If you change build.xml line 435 to use ${demo.src.dir} instead of src-demo then you can specify any demo to build using command line parameters: -Ddemo.src.dir=src -Ddemo.filter=**/GlassPanelDemo.gwt.xml Note that many of the src/com/google/gwt/demos modules are obsolete and at least one

[gwt-contrib] Re: Compiling demos in incubator

2009-02-27 Thread Uwe Maurer
Thanks, I will try this. Uwe On Feb 27, 3:03 pm, Isaac Truett itru...@gmail.com wrote: Uwe, If you change build.xml line 435 to use ${demo.src.dir} instead of src-demo then you can specify any demo to build using command line parameters: -Ddemo.src.dir=src

[gwt-contrib] Code Review: Updated SliderBar to use the new event handling

2009-02-27 Thread Uwe Maurer
Hi, I added methods to use the new event handling to the Slider Bar. Also I changed to order of the two public interfaces to make CheckStyle happy. Thanks, Uwe --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit commit] r4895 - wiki

2009-02-27 Thread codesite-noreply
Author: br...@google.com Date: Fri Feb 27 07:32:06 2009 New Revision: 4895 Modified: wiki/WebModeExceptions.wiki Log: Fixed typo Modified: wiki/WebModeExceptions.wiki == --- wiki/WebModeExceptions.wiki (original)

[gwt-contrib] Re: Code Review: Updated SliderBar to use the new event handling

2009-02-27 Thread Emily Crutcher
The changes look great. Thank you for doing this. Any chance you could you create a gen2 version of SliderBar and deprecate the widgetideas version instead on modifying the widgetideas version in place? We are slowly retiring the old widgetideas package in favor of the gen2 package hierarchy, so

[gwt-contrib] [google-web-toolkit commit] r4896 - in releases/1.6/samples/showcase/src/com/google/gwt/sample/showcase: client/content/other...

2009-02-27 Thread codesite-noreply
Author: jlaba...@google.com Date: Fri Feb 27 08:09:14 2009 New Revision: 4896 Modified: releases/1.6/samples/showcase/src/com/google/gwt/sample/showcase/client/content/other/CwAnimation.java

[gwt-contrib] Re: Make DateBox fire ValueChangeEvent more reliably.

2009-02-27 Thread Emily Crutcher
Thanks for the fast turn around, committed as r4898 2009/2/27 jlaba...@google.com LGTM http://gwt-code-reviews.appspot.com/7804 -- There are only 10 types of people in the world: Those who understand binary, and those who don't --~--~-~--~~~---~--~~

[gwt-contrib] [google-web-toolkit commit] r4898 - in releases/1.6: reference/code-museum/src/com/google/gwt/museum/client/defaultmuseum use...

2009-02-27 Thread codesite-noreply
Author: e...@google.com Date: Fri Feb 27 11:32:09 2009 New Revision: 4898 Added: releases/1.6/user/test/com/google/gwt/user/client/ui/WidgetTestBase.java Modified: releases/1.6/reference/code-museum/src/com/google/gwt/museum/client/defaultmuseum/VisualsForDateBox.java

[gwt-contrib] [google-web-toolkit commit] r1248 - trunk/user/src/com/google/gwt/junit/server

2009-02-27 Thread codesite-noreply
Author: gwt.team.scottb Date: Tue Jul 17 16:53:40 2007 New Revision: 1248 Modified: trunk/user/src/com/google/gwt/junit/server/JUnitHostImpl.java Log: Must access fields at the actual declared class. Modified: trunk/user/src/com/google/gwt/junit/server/JUnitHostImpl.java

[gwt-contrib] [google-web-toolkit commit] r4897 - releases/1.6/user/src/com/google/gwt/user/tools

2009-02-27 Thread codesite-noreply
Author: jlaba...@google.com Date: Fri Feb 27 10:43:54 2009 New Revision: 4897 Modified: releases/1.6/user/src/com/google/gwt/user/tools/AppClassTemplate.javasrc releases/1.6/user/src/com/google/gwt/user/tools/AppCss.csssrc Log: Updated webAppCreator to include a much better error

[gwt-contrib] Filed against Issue 1518032 in bugganizer

2009-02-27 Thread nwolf
Reviewers: ecc, Description: java.lang.IndexOutOfBoundsException: No child at index -1 when findDeepestOpenChild(FastTree.java:792) is called. Please review this at http://gwt-code-reviews.appspot.com/8803 Affected files: src/com/google/gwt/gen2/complexpanel/client/FastTree.java

[gwt-contrib] Re: Filed against Issue 1518032 in bugganizer

2009-02-27 Thread ecc
LGTM http://gwt-code-reviews.appspot.com/8803 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] [google-web-toolkit commit] r4770 - releases/1.6/dev/core/test/com/google/gwt/dev

2009-02-27 Thread codesite-noreply
Author: sco...@google.com Date: Tue Feb 17 14:05:35 2009 New Revision: 4770 Modified: releases/1.6/dev/core/test/com/google/gwt/dev/ArgProcessorTestBase.java releases/1.6/dev/core/test/com/google/gwt/dev/CompilerTest.java

[gwt-contrib] [google-web-toolkit commit] r4797 - in releases/1.6: dev/core/src/com/google/gwt/dev/shell distro-source/core/src

2009-02-27 Thread codesite-noreply
Author: br...@google.com Date: Thu Feb 19 14:43:57 2009 New Revision: 4797 Modified: releases/1.6/dev/core/src/com/google/gwt/dev/shell/BrowserDialog.java releases/1.6/dev/core/src/com/google/gwt/dev/shell/DialogBase.java

[gwt-contrib] [google-web-toolkit commit] r4801 - in releases/1.6/dev/core: src/com/google/gwt/dev/javac test/com/google/gwt/dev/javac

2009-02-27 Thread codesite-noreply
Author: sco...@google.com Date: Thu Feb 19 19:01:19 2009 New Revision: 4801 Modified: releases/1.6/dev/core/src/com/google/gwt/dev/javac/JsniChecker.java releases/1.6/dev/core/test/com/google/gwt/dev/javac/JsniCheckerTest.java Log: Remove spurious warnings generated by referencing

[gwt-contrib] [google-web-toolkit commit] r4796 - in releases/1.6/user: src/com/google/gwt/dom/client test/com/google/gwt/user/client/ui

2009-02-27 Thread codesite-noreply
Author: jlaba...@google.com Date: Thu Feb 19 08:18:41 2009 New Revision: 4796 Modified: releases/1.6/user/src/com/google/gwt/dom/client/DOMImplMozilla.java releases/1.6/user/test/com/google/gwt/user/client/ui/DOMRtlTest.java Log: Fixed DOMRtlTest.testGetAbsolutePositionWhenScrolled().

[gwt-contrib] [google-web-toolkit commit] r4802 - in releases/1.6/dev/core: src/com/google/gwt/dev test/com/google/gwt/dev

2009-02-27 Thread codesite-noreply
Author: sco...@google.com Date: Thu Feb 19 19:04:33 2009 New Revision: 4802 Modified: releases/1.6/dev/core/src/com/google/gwt/dev/ServletValidator.java releases/1.6/dev/core/test/com/google/gwt/dev/ServletValidatorTest.java Log: Removed deprecated api calls. Modified:

[gwt-contrib] [google-web-toolkit commit] r4805 - releases/1.6/dev/core/src/com/google/gwt/dev

2009-02-27 Thread codesite-noreply
Author: sco...@google.com Date: Thu Feb 19 21:08:56 2009 New Revision: 4805 Modified: releases/1.6/dev/core/src/com/google/gwt/dev/LegacyCompilerOptions.java releases/1.6/dev/core/src/com/google/gwt/dev/Link.java Log: General polish: marking a couple of interfaces deprecated to avoid

[gwt-contrib] [google-web-toolkit commit] r4818 - in trunk: dev/oophm/overlay/com/google/gwt/dev/shell user/src/com/google/gwt/user/client/...

2009-02-27 Thread codesite-noreply
Author: sco...@google.com Date: Fri Feb 20 09:36:24 2009 New Revision: 4818 Modified: trunk/dev/oophm/overlay/com/google/gwt/dev/shell/PlatformSpecific.java trunk/user/src/com/google/gwt/user/client/ui/Button.java trunk/user/src/com/google/gwt/user/client/ui/PopupPanel.java

[gwt-contrib] [google-web-toolkit commit] r4820 - in trunk/user: src/com/google/gwt/user/client/ui test/com/google/gwt/user/client/ui

2009-02-27 Thread codesite-noreply
Author: j...@google.com Date: Fri Feb 20 11:26:27 2009 New Revision: 4820 Modified: trunk/user/src/com/google/gwt/user/client/ui/CheckBox.java trunk/user/test/com/google/gwt/user/client/ui/RadioButtonTest.java Log: Fixes CheckBox.replaceInputElement() to not reverse the order of the

[gwt-contrib] [google-web-toolkit commit] r4823 - in releases/1.6/dev/core/src/com/google/gwt/dev: . jdt jjs util

2009-02-27 Thread codesite-noreply
Author: sco...@google.com Date: Fri Feb 20 11:49:09 2009 New Revision: 4823 Modified: releases/1.6/dev/core/src/com/google/gwt/dev/Precompile.java releases/1.6/dev/core/src/com/google/gwt/dev/jdt/WebModeCompilerFrontEnd.java

[gwt-contrib] [google-web-toolkit commit] r4824 - in trunk/dev/core: src/com/google/gwt/dev/cfg src/com/google/gwt/dev/resource/impl test/c...

2009-02-27 Thread codesite-noreply
Author: amitman...@google.com Date: Fri Feb 20 12:06:33 2009 New Revision: 4824 Added: trunk/dev/core/src/com/google/gwt/dev/resource/impl/DefaultFilters.java trunk/dev/core/test/com/google/gwt/dev/resource/impl/DefaultFiltersTest.java Modified:

[gwt-contrib] [google-web-toolkit commit] r4799 - in trunk: . user

2009-02-27 Thread codesite-noreply
Author: b...@google.com Date: Thu Feb 19 15:38:40 2009 New Revision: 4799 Modified: trunk/common.ant.xml trunk/user/build.xml Log: Allow test parallelization to be set externally. Patch by: bobv Review by: spoon (desk) Modified: trunk/common.ant.xml

[gwt-contrib] [google-web-toolkit commit] r4817 - trunk/user/src/com/google/gwt/core/client/impl

2009-02-27 Thread codesite-noreply
Author: b...@google.com Date: Fri Feb 20 04:53:55 2009 New Revision: 4817 Modified: trunk/user/src/com/google/gwt/core/client/impl/StackTraceCreator.java Log: Fix null derefenece in Mozilla browsers if we attempt to create a JavaScriptException after encountering a throw null; scenario.

[gwt-contrib] [google-web-toolkit commit] r4846 - releases/1.6/distro-source/core/src

2009-02-27 Thread codesite-noreply
Author: br...@google.com Date: Mon Feb 23 19:46:27 2009 New Revision: 4846 Modified: releases/1.6/distro-source/core/src/index.html Log: Fixed hyperlinks to samples in recognition of the new project directory structure. Modified: releases/1.6/distro-source/core/src/index.html

[gwt-contrib] [google-web-toolkit commit] r4850 - releases/1.6/user/src/com/google/gwt/user/tools

2009-02-27 Thread codesite-noreply
Author: a...@google.com Date: Tue Feb 24 10:17:19 2009 New Revision: 4850 Modified: releases/1.6/user/src/com/google/gwt/user/tools/web.xmlsrc Log: Add a doctype to the template for our generated web.xml on new projects. review by: scottb Modified:

[gwt-contrib] [google-web-toolkit commit] r4831 - in trunk/user: src/com/google/gwt/core/client/impl test/com/google/gwt/core/client/impl

2009-02-27 Thread codesite-noreply
Author: b...@google.com Date: Fri Feb 20 16:52:41 2009 New Revision: 4831 Modified: trunk/user/src/com/google/gwt/core/client/impl/StackTraceCreator.java trunk/user/test/com/google/gwt/core/client/impl/StackTraceCreatorTest.java Log: Fix test breaks on Linux hosted-mode browser

[gwt-contrib] [google-web-toolkit commit] r4830 - in trunk/dev/core: src/com/google/gwt/dev/resource/impl test/com/google/gwt/dev/resource/...

2009-02-27 Thread codesite-noreply
Author: amitman...@google.com Date: Fri Feb 20 15:14:45 2009 New Revision: 4830 Modified: trunk/dev/core/src/com/google/gwt/dev/resource/impl/ZipFileClassPathEntry.java trunk/dev/core/test/com/google/gwt/dev/resource/impl/ResourceOracleImplTest.java Log: This patch fixes the caching

[gwt-contrib] [google-web-toolkit commit] r4851 - in trunk: . dev/core/src/com/google/gwt/core/ext dev/core/src/com/google/gwt/core/ext/soy...

2009-02-27 Thread codesite-noreply
Author: b...@google.com Date: Tue Feb 24 14:28:39 2009 New Revision: 4851 Removed: trunk/dev/core/super/com/google/gwt/core/client/SingleJsoImpl.java Modified: trunk/ (props changed) trunk/dev/core/src/com/google/gwt/core/ext/ServletContainer.java (props changed)

[gwt-contrib] [google-web-toolkit commit] r4853 - releases/1.6/user/src/com/google/gwt/user/client/ui

2009-02-27 Thread codesite-noreply
Author: e...@google.com Date: Tue Feb 24 15:08:45 2009 New Revision: 4853 Modified: releases/1.6/user/src/com/google/gwt/user/client/ui/ListBox.java Log: We deprecate ListBox's setMultipleSelect, fixing issue 249. Review by:rjrjr Modified:

[gwt-contrib] [google-web-toolkit commit] r4870 - releases/1.6/user/src/com/google/gwt/dom/client

2009-02-27 Thread codesite-noreply
Author: j...@google.com Date: Wed Feb 25 12:30:46 2009 New Revision: 4870 Modified: releases/1.6/user/src/com/google/gwt/dom/client/DOMImplIE6.java Log: Merging tr...@c4859 into 1.6 release branch. Modified: releases/1.6/user/src/com/google/gwt/dom/client/DOMImplIE6.java

[gwt-contrib] [google-web-toolkit commit] r4872 - releases/1.6

2009-02-27 Thread codesite-noreply
Author: j...@google.com Date: Wed Feb 25 12:34:28 2009 New Revision: 4872 Modified: releases/1.6/branch-info.txt Log: Updating branch-info.txt. Modified: releases/1.6/branch-info.txt == ---

[gwt-contrib] [google-web-toolkit commit] r4859 - trunk/user/src/com/google/gwt/dom/client

2009-02-27 Thread codesite-noreply
Author: jlaba...@google.com Date: Tue Feb 24 21:25:29 2009 New Revision: 4859 Modified: trunk/user/src/com/google/gwt/dom/client/DOMImplIE6.java Log: Fixed a bug in DOMImplIE.getAbsoluteLeft() where the wrong value can be returned in strict mode if the user sets a width on the body

[gwt-contrib] [google-web-toolkit commit] r4867 - trunk/user/src/com/google/gwt/user/client/ui/impl

2009-02-27 Thread codesite-noreply
Author: j...@google.com Date: Wed Feb 25 09:37:22 2009 New Revision: 4867 Modified: trunk/user/src/com/google/gwt/user/client/ui/impl/PopupImplMozilla.java Log: Disables the popup scrollbar hack for FF3 and later on Mac OS X, where it is no longer necessary. Patch by: jgw Review by:

[gwt-contrib] [google-web-toolkit commit] r4871 - releases/1.6/user/src/com/google/gwt/user/client/ui/impl

2009-02-27 Thread codesite-noreply
Author: j...@google.com Date: Wed Feb 25 12:32:54 2009 New Revision: 4871 Modified: releases/1.6/user/src/com/google/gwt/user/client/ui/impl/PopupImplMozilla.java Log: Merging tr...@c4867 into the 1.6 release branch. Modified:

[gwt-contrib] [google-web-toolkit commit] r4866 - releases/1.6/dev/core/src/com/google/gwt/dev

2009-02-27 Thread codesite-noreply
Author: sco...@google.com Date: Wed Feb 25 08:58:45 2009 New Revision: 4866 Modified: releases/1.6/dev/core/src/com/google/gwt/dev/HostedMode.java Log: Correct the help text for HostdMode -server argument. Modified: releases/1.6/dev/core/src/com/google/gwt/dev/HostedMode.java

[gwt-contrib] [google-web-toolkit commit] r4772 - in releases/1.6: dev/core/src/com/google/gwt/dev dev/core/src/com/google/gwt/dev/util dev...

2009-02-27 Thread codesite-noreply
Author: sco...@google.com Date: Tue Feb 17 16:26:01 2009 New Revision: 4772 Added: releases/1.6/dev/core/src/com/google/gwt/dev/ServletValidator.java (contents, props changed) releases/1.6/dev/core/test/com/google/gwt/dev/ServletValidatorTest.java (contents, props changed)

[gwt-contrib] [google-web-toolkit commit] r4773 - releases/1.6/dev/core/src/com/google/gwt/dev/javac

2009-02-27 Thread codesite-noreply
Author: sco...@google.com Date: Tue Feb 17 16:44:29 2009 New Revision: 4773 Modified: releases/1.6/dev/core/src/com/google/gwt/dev/javac/JsniChecker.java Log: Added a note regarding the unnecessary cast. Modified: releases/1.6/dev/core/src/com/google/gwt/dev/javac/JsniChecker.java

  1   2   >