hosted mode problem with gwt 2m2

2009-11-10 Thread Saeed Zarinfam
Hi I wanted to test GWT 2 on my computer. I installed IE plug-in for GWT 2. after my test was finished. when i start my old program (written in GWT 1.7) i receive this error: [ERROR] Invalid version number 2 passed to external.gwtOnLoad(), expected 1.6; your hosted mode bootstrap file may be out

Re: How to capture function keys ?

2009-11-10 Thread hjo1620
Thanks for the reply. I did not read the supplied links, but I have read a number of messages in this newsgroup regarding tricky keycodes, however I have not seen a conclusion drawn from this. Is the conclusion that KeyCodes vary between browsers and are therefor not support in GWT ?

Re: hosted mode problem with gwt 2m2

2009-11-10 Thread Saeed Zarinfam
Hi I think GWT 2 IE plug-in damage (or change) to those *.dll that SWT work with it. I uninstalled that plug-in but my problem did not fix. I cannot run any GWT 1.7 projects in my computer. please help me. --~--~-~--~~~---~--~~ You received this message because

Re: Refreshing a history item/Redo a search

2009-11-10 Thread bch...@gmail.com
I had a similar problem. If the second search again function with the same search terms returns the same result, thus indeed nothing has changed, and this should be the expected behaviour. In my case, I dropped using the History system for this feature, and updated the result grid directly as

Re: Problem with memory of Form Panel

2009-11-10 Thread bch...@gmail.com
Sounds like you intended to be using a new instance of your FormPanel instead of reusing the old instance. On Nov 10, 8:53 am, iaio81 stefano.taurie...@gmail.com wrote: Hi all, I've a sequence of Form Panel in a Window. At the end I close the window but if I click on the shortcuts GWT reopens

Can not find method described in ImageResource doc

2009-11-10 Thread shahid
The doc for ImageResource says: Other methods on AbstractImagePrototype can continue to be used by calling AbstractImagePrototype.create(imageResource) to provide an API wrapper. But I can't find AbstractImagePrototype.create() anywhere ? Not in the javadoc that comes with MS 2. Where do I find

Re: Difficulties deploying Gwt to Tomcat

2009-11-10 Thread Paul Robinson
You need to find the tomcat logs - I'm not sure where they'd be on a mac, but they should tell you what went wrong. Christian Goudreau wrote: GWT Version : 2.0ms2 Tomcat Version : 6.0.20 Os Version : Mac Os 10.6.1 Eclipse Version : 3.5 64bits Everything is working when using hosted mode.

Re: GWT 2 External Css not working

2009-11-10 Thread shahid
By debuggin the code I can see that the getText() method of the ResourceBundle returns an empty string !!! On Nov 9, 5:03 pm, shahid shahidza...@gmail.com wrote: I am using 2 external CSS stylesheets in my application but none of their styles apply anywhere when I load the app. The way I have

Re: hosted mode problem with gwt 2m2

2009-11-10 Thread Saeed Zarinfam
Hi I solved my problem !!! I cleared IE cache and history then solved it. --~--~-~--~~~---~--~~ 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: How to capture function keys ?

2009-11-10 Thread gwtfanb0y
I think that it is not possible to use KeyCodes which are used by the Browser. The root-instance which handles KeyCodes is the Browser, this is the application which controls everything you can see. When the Browser has hardcoded that F5 is for reloading the content, so you can't use this Key

Re: Source path: Non-canonical source package

2009-11-10 Thread Thomas Broyer
On Nov 10, 10:59 am, Ed post2edb...@hotmail.com wrote: Please some advice on the following: All my GWt app stuff is contained in the following (sub) package: com.bla.gwt.app1.client com.bla.gwt.app1.App1.gwt.xml I want to remove the redundant client subpackage. As far as I see it, I

Re: Eclipse New Project Wizard

2009-11-10 Thread gwtfanb0y
I recommend to create the project with the webAppCreator-tool and import it into your favourite IDE. http://code.google.com/intl/de-DE/webtoolkit/gettingstarted.html#New On 10 Nov., 03:50, Thanks in Advance mikeashie...@gmail.com wrote: Eclipse 3.5.1 with Google Plugin 1.1.2 (CAPS is not meant

Re: Refreshing a history item/Redo a search

2009-11-10 Thread Thomas Broyer
On Nov 10, 7:29 am, Jaap jaap.hait...@gmail.com wrote: Hi, I'm building an web app which does some searching. When ever I do a search on something I make a a new History Item by calling History.newItem(searchTerm). The History callback then does the searching. However if after the search

Re: Can not find method described in ImageResource doc

2009-11-10 Thread Thomas Broyer
On Nov 10, 10:19 am, shahid shahidza...@gmail.com wrote: The doc for ImageResource says: Other methods on AbstractImagePrototype can continue to be used by calling AbstractImagePrototype.create(imageResource) to provide an API wrapper. But I can't find AbstractImagePrototype.create()

Re: Source path: Non-canonical source package

2009-11-10 Thread ed bras
Yep, that works, and no warning thanks... On Tue, Nov 10, 2009 at 11:23 AM, Thomas Broyer t.bro...@gmail.com wrote: On Nov 10, 10:59 am, Ed post2edb...@hotmail.com wrote: Please some advice on the following: All my GWt app stuff is contained in the following (sub) package:

doubt about composite

2009-11-10 Thread jorge
Hi, I have a composite that has an image as main widget and I would like to change that image after the creation of the composite instance. Is this possible or do I have to create a new instance with the new image to replace the older one? Thanks and regards, Jorge

Re: Can not find method described in ImageResource doc

2009-11-10 Thread shahid
ok thanks. On Nov 10, 10:37 am, Thomas Broyer t.bro...@gmail.com wrote: On Nov 10, 10:19 am, shahid shahidza...@gmail.com wrote: The doc for ImageResource says: Other methods on AbstractImagePrototype can continue to be used by calling AbstractImagePrototype.create(imageResource) to

Re: doubt about composite

2009-11-10 Thread abhiram wuntakal
Hi Jorge, Once the composite panel is loaded at any point of time if u want to change the image displayed by the image widget, just use the setUrl functionality and the image gets changed automatically. HTH, Abhiram On Tue, Nov 10, 2009 at 4:35 PM, jorge demeus1...@gmail.com wrote: Hi, I

Re: PHP + GWT ????

2009-11-10 Thread ben fenster
yes it works great thanks :) but i was wondering how the hell can gwt debug the js code running on another web server in my case apache ?!??!? On Nov 9, 9:18 pm, Ian Bambury ianbamb...@gmail.com wrote: Hi Ben, I've been away for a long weekend and only just got back. Is it working OK? Ian

Re: How to capture function keys ?

2009-11-10 Thread t.dave
i'm not 100% sure how this works, but will throw it out there in case somebody knows or can figure it out. the idea of a hot key was floated for my web app. on a forum a guy offered to create browser plugins for my app that would be able to capture function keys. here's some of the info he

Re: DockLayoutPanel and YUI

2009-11-10 Thread skrat
I also got trouble with DockLayoutPanel and IE6, and it doesn't have anything with Unit.EM. I use Unit.PX, and in FF/Safari I got proper styles on child widgets, that is right: 0px; bottom: 0px; position: absolute; left: 0px; top: 0px; and in IE6 there is something containing width:32px ,

oracle connection access denied

2009-11-10 Thread HDayi
hi there, i am a new bee and i am trying to connect oracle database. i can make the connection and run some query and display the result from a java console application. but when i want to connect from my service imlementation class, i always get an access denied error. i have been trying to find

Re: How to RPC-serialize data manually on client?

2009-11-10 Thread Andrey
Actually right now I'm doing just that. First call shares the file (and contains in the path sessionID, so no other user can access it) and returns URL to access it. Why I want to rewrite the function is because file is copied two times (once from source to disk then from disk to servlet stream).

GWT, JPA, Derby and Datanucleus Exception

2009-11-10 Thread Nik
Hi, I have serious trouble setting up my GWT Project. I have to use Derby and JPA. I installed the eclipselink plugin and tried the following: Set up a new GWT Project (with GWT 1.7.1). Didn't touch anything there yet. Then converted it into a JPA Project. (Which added persistence.xml and some

Hosted Mode 404 error

2009-11-10 Thread kodaVonnor
Hello, I am a new GWT developer and am running through the Quick Start instructions. I created the MyApplication.html Hello World type app per the instructions. When I run in Hosted Mode I get the server popup Hosted Mode / Port 8080 window with the following in the console pane: [INFO]

GWT + Docs List API What is the best approach?

2009-11-10 Thread NMAGOCIO
I am just getting started with the Google Java APIs and have a console app that pulls a user list from provisioning api then queries all provisioned user's docs for key information returning a list of docs with links. I would like to take the next step and move this app to a web-based deployment.

GWT + cross site

2009-11-10 Thread acharya....@gmail.com
Hi, I host my application on a Tomcat on machine A. Machine B has the database and a server running which gives me the actual data.So A requests B for everything. Currently: From client(browser), I route the requests to Machine A. A then routes to B. B returns data back to A and A then to the

Re: Cannot install GWT Eclipse plug-in

2009-11-10 Thread Merhawie
Weird. This is exactly what happened to me also. This is on Ubuntu 9.10, a clean install. I wonder where the bug is On Nov 4, 6:27 pm, Gamer_Z. zmy...@gmail.com wrote: Weird.  I deleted, re-downloaded, and re-installed Eclipse one more time and this time it worked.  I am not sure what (if

Are there some problem for gwt in windows 7?

2009-11-10 Thread victor
When I run the page in host mode, then there are some issues such as I can't open the tree node, and the button can't respond some event and so on... but when I run it in web mode, it is OK. by the way, I run the application in windows xp, both fine...

Re: RequestBuilder returning empty argument result?

2009-11-10 Thread RPB
Could you be running into the SOP (same origin policy) problem? If your GWT and CGI script are running on different hosts the GET/POST requests won't work. See: http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-doc-1-5t=FAQ_SOP

plugin system

2009-11-10 Thread sandeepgiri
Dear GWT Group, We are building an enterprize wide web application using GWT. We have been quite impressed with GWT so far as productivity has increased at least 5 times. The only question which is unanswered is how to support plugins. Our application is being used by various customers and these

Changing Validation Icons on the fly?

2009-11-10 Thread chivas
Hi, My program contains half a dozen TextFields, which are programatically updated depending on which row is selected in a table. Each has three possible states - error, warning or ok. However, I cannot get the validation icons to update. Here is some test code I've been using, which simply

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-11-10 Thread minichate
Is there an expected date for a new release of the Eclipse plugin? Dropping -style without having a workaround for eclipse is sorta' frustrating! On Nov 6, 5:35 am, misterln2 mister...@googlemail.com wrote: using the latest gwt trunk i get this error when trying to launch devmode with the

hosted mode and proxy

2009-11-10 Thread nick_name
During hosted mode development, i want to forward my requests to another server. is it possible to configure the jetty similar to apache's mod_proxy? Or do I have to write a proxy servlet? --~--~-~--~~~---~--~~ You received this message because you are subscribed

how to define more than one module in a single application

2009-11-10 Thread prasad nara
How to define more than one module in a single application. Each module have its own entry point class and host page. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Meaning of NativePreviewEvent.consume

2009-11-10 Thread Damien Picard
I'm currently trying to understand the NativePreviewEvent and I'm not sure to understand the meaning of NativePreviewEvent.consume. The javadoc says : Consume the native event and prevent it from being canceled, even if it has already been canceled by another handler. Does it means

XMLParser cannot parse the £ symbol

2009-11-10 Thread RPB
Hello, I am retrieving XML data from the Amazon UK api which returns XML including a £ (GBP) sign. I found that XMLParser.parse(xmlText) will throw an exception (com.google.gwt.xml.client.impl.DOMParseException: Failed to parse ) unless i remove the £ signs from the XML. I am hoping someone can

Forwarding request to another server

2009-11-10 Thread ash_name
1. How can I forward my requests to another server(apache) from Jetty? 2. Like apache's mod_proxy and mod_rewrite is there something similar in GWET's Jetty? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google

Problem with Eclipse and GWT

2009-11-10 Thread Christoph Breidert
Hi everyone, I had Eclipse 3.4 and GWT running perfectly under Ubuntu 9.04. Since I updated Ubuntu to the latest version 9.10 I cannot start the hosted mode browser any more. It just starts briefly and the closes again. Also nothing responds onhttp:// localhost:8080. I tested this with Eclipse

Extending GWT - Eclipse Plugin

2009-11-10 Thread masterGaurav
Hi, Firstly, kudoos to the GWT team for the great effort! Secondly, I am currently working on extending GWT to create a custom library that's reusable. To be specific, I'm looking at porting Dojo on GWT (http://sf.net/ projects/dwt). The project was off-the-track for quite a long time and with

Re: Does anyone worked with GWT connecting to Web Services in the server side?

2009-11-10 Thread jaga
I use Axis 2 to communicate with web services on the server. The ServiceImpl and RPC gives the results to and from the GWT client. James On Nov 9, 4:32 pm, doopa niallhas...@googlemail.com wrote: Hi, I use tomcat to connect to a variety of webservices. Essentially it works as a client to

Re: XMLParser cannot parse the £ symbol

2009-11-10 Thread Bill Michell
On 9 Nov 2009, at 17:00, RPB wrote: Hello, I am retrieving XML data from the Amazon UK api which returns XML including a £ (GBP) sign. I found that XMLParser.parse(xmlText) will throw an exception (com.google.gwt.xml.client.impl.DOMParseException: Failed to parse ) unless i remove the

Re: How to capture function keys ?

2009-11-10 Thread hjo1620
Nice idea. I think the new development mode a.k.a. hosted mode, is implemented using plugins, so it might possibly be in the sourcetree in a not too distant future. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Difficulties deploying Gwt to Tomcat

2009-11-10 Thread Christian Goudreau
I have Error ListenerStart. There's nothing else. Christian On Tue, Nov 10, 2009 at 4:21 AM, Paul Robinson ukcue...@gmail.com wrote: You need to find the tomcat logs - I'm not sure where they'd be on a mac, but they should tell you what went wrong. Christian Goudreau wrote: GWT Version :

insertHtml in richtextarea

2009-11-10 Thread lazyeye
In a project we have just started we will need to allow user to add tables into a richtextarea. It looks like an insertHtml method is being added from the SVN (http://code.google.com/p/google-web-toolkit/ source/browse/trunk/user/src/com/google/gwt/user/client/ui/impl/

Re: XMLParser cannot parse the £ symbol

2009-11-10 Thread RPB
Thanks Bill, this was a great help - i've tracked down the problem now. As you say it was nothing to do with the gwt XMLParser, but rather the encoding of one of the stages along the way. I checked the steps between the generation of the XML file and the parsing, and the problem was that my PHP

Re: how to use a server class in client code

2009-11-10 Thread Dominik Steiner
Sanjith, I'm using GWT on GAE and I also have my data model classes with JDO annotations. I have those classes reside under client/domain and GWT 2.0 handles/ignores those JDO related annotations well and i don't have to use Dozer or another framework in order to be able to use those classes on

Re: Difficulties deploying Gwt to Tomcat

2009-11-10 Thread Paul Robinson
Make sure you have tomcat logging set up, with the level set to debug. This should make it produce more info to help you work out what's wrong. As for the details of how to do that, there is probably a logging props file in tomcat's conf dir. I'm not a tomcat expert, so maybe google for more

Re: Enter key on dialog close button results in enter key processed by other widget

2009-11-10 Thread Brandon Tilley
I agree with Thomas, this sounds just like something that could be handled with a DeferredCommand. See http://stackoverflow.com/questions/691684/gxt-keylistener-componentkeydown-immediately-closes-messagebox-alert (the post is GXT-related but the general idea is the same). On Nov 9, 2:49 am,

FileUpload and user clicking Cancel

2009-11-10 Thread Niels Ott
Dear GWT professionals, we are successfully using the FileUpload widget in a project. However, there is one glitch which I'm not how to treat it. Most browsers by default ask the user something like Do you really want to upload the selected file? The GWT Hosted Mode Browser does so as well.

GWT API on Gears

2009-11-10 Thread Peter
I would like to know if it would be possible to call Java method within a worker in a workerpool. For example given the class and method package com.mycomp; public class MyClass implements EntryPoint, WorkerPoolMessageHandler { public void mymethod() { ... }} Is it possible to define the

Re: Difficulties deploying Gwt to Tomcat

2009-11-10 Thread Christian Goudreau
I've read everything I could find on Google and I do exactly what everyone do... I use : Log4j,Guice and GWT-Dispatch servlet... I'm totally lost. Christian On Tue, Nov 10, 2009 at 11:40 AM, Christian Goudreau goudreau.christ...@gmail.com wrote: I have Error ListenerStart. There's nothing

Re: Difficulties deploying Gwt to Tomcat

2009-11-10 Thread Christian Goudreau
Problem resolved, I needed log4j lib into the main lib folder. All thanks to you, I was trying to have some debug level log ! LOL Christian On Tue, Nov 10, 2009 at 12:54 PM, Paul Robinson ukcue...@gmail.com wrote: Make sure you have tomcat logging set up, with the level set to debug. This

Re: Problem with memory of Form Panel

2009-11-10 Thread Brian
Which is fine if that's how you want to do it. In that case, you just have to clear/reset the form fields yourself. -Brian On Nov 10, 3:59 am, bch...@gmail.com bch...@gmail.com wrote: Sounds like you intended to be using a new instance of your FormPanel instead of reusing the old instance.

rule for running embedded tomcat or jetty in google eclipse plugin (GEP)

2009-11-10 Thread Ladislav Gazo
Hello, I want to ask you how does Google Eclipse Plugin recognize whether to run embedded Tomcat or Jetty? What is the rule for that? I am experiencing various undeterministic (from my point of view) situations where for one project it runs with Jetty and for another Tomcat... Thanks in advance

CalendarView and DefaultCalendarView

2009-11-10 Thread luciocamilo
Anyone knows where I can use this classes instead at the DatePicker? --~--~-~--~~~---~--~~ 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

Upgrade 1.5.3 to 1.7.1

2009-11-10 Thread Vince
Hello, I am thinking of upgrading to version 1.7.1 from 1.5.3... I read the Getting Started guide for 1.7.1 and it seems that a considerable amount of change has taken place in terms of the base GWT project's structure and the means to deploy it, e.g. The utilization of Ant. Can anyone provide

Re: RequestBuilder returning empty argument result?

2009-11-10 Thread dk
Hi RPB, Thanks for the links. There is a lot of good info in there. I don't think my issue is with SOP though. There is something wacky about what I am doing this time and I am not seeing it. So, here is a more complete description of my environment: my development platform is a recent

IE8 and DecoratorPanels

2009-11-10 Thread Rob Tanner
As usual, IE is the problem no matter what version. My application uses a DecoratorPanel to contain a VerticalPanel which contains all the various widgets that the users uses to fill in the data. I'm using a DecoratorPanel because I want rounded corners. The panel is solid white with a solid

Re: RequestBuilder returning empty argument result?

2009-11-10 Thread Ian Bambury
What is the full url that the cgi is at, and what is the url in hosted mode? I can't see anything else it can be but SOP. Try putting a plain text file in the /public/ directory (or the doc root if using -noserver) and I think you'll find it will pick it up. You might have to restart hosted mode

Re: doubt about composite

2009-11-10 Thread jorge
It works perfectly. thanks! On 10 nov, 13:57, abhiram wuntakal abhir...@gmail.com wrote: Hi Jorge, Once the composite panel is loaded at any point of time if u want to change the image displayed by the image widget, just use the setUrl functionality and the image gets changed automatically.

Re: Upgrade 1.5.3 to 1.7.1

2009-11-10 Thread Thomas Broyer
On 10 nov, 23:26, Vince vicenci...@aol.com wrote: Hello, I am thinking of upgrading to version 1.7.1 from 1.5.3... I read the Getting Started guide for 1.7.1 and it seems that a considerable amount of change has taken place in terms of the base GWT project's structure and the means to

Re: rule for running embedded tomcat or jetty in google eclipse plugin (GEP)

2009-11-10 Thread Thomas Broyer
On 10 nov, 22:52, Ladislav Gazo ladislav.g...@gmail.com wrote: Hello, I want to ask you how does Google Eclipse Plugin recognize whether to run embedded Tomcat or Jetty? What is the rule for that? I am experiencing various undeterministic (from my point of view) situations where for one

Re: Forwarding request to another server

2009-11-10 Thread Thomas Broyer
On 10 nov, 06:19, ash_name acharya@gmail.com wrote: 1. How can I forward my requests to another server(apache) from Jetty? 2. Like apache's mod_proxy and mod_rewrite is there something similar in GWET's Jetty? Have a look at

Re: PHP + GWT ????

2009-11-10 Thread Thomas Broyer
On 10 nov, 14:22, ben fenster fenster@gmail.com wrote: yes it works great thanks :) but i was wondering how the hell can gwt debug the js code running on another web server in my case apache ?!??!? It doesn't debug the code that's on your server, but the one that's on your PC (and the

Re: Enter key on dialog close button results in enter key processed by other widget

2009-11-10 Thread Yozons Support on Gmail
It seems that it doesn't really matter. The DialogBox itself works fine, and whether I call setFocus() immediately or through a DeferredCommand, the result is the same. What is not clear is why there is a KeyUp event fired at all. I am not even listening for keyup in the dialog. I just have a

Re: How to insert static HTML content

2009-11-10 Thread Yozons Support on Gmail
Yes, I only have one EntryPoint now and it does look nicer and is snappier. I'll worry about code splitting later, I suppose. Right now, it's fine that everything is downloaded together. Hopefully it won't be too big a deal to partition it once that feature is available.

Re: Enter key on dialog close button results in enter key processed by other widget

2009-11-10 Thread Thomas Broyer
On 11 nov, 02:40, Yozons Support on Gmail yoz...@gmail.com wrote: It seems that it doesn't really matter.  The DialogBox itself works fine, and whether I call setFocus() immediately or through a DeferredCommand, the result is the same. That's weird! This means the click of the button isn't

Re: html onclickhandler with multiple hyperlink

2009-11-10 Thread maks
hi isaac, I think I solved it by using a table to separate the Hyperlinks. Thanks for the help and sorry for the long delay reply. On Sep 20, 11:41 pm, Isaac Truett itru...@gmail.com wrote: HiMaks, I think you would be better served by using a FlowPanel and adding multiple Hyperlinks or

Re: GWT + Palm WebOS

2009-11-10 Thread kilkenny
In an interview about his new job and what he's working on Dion Almaer (Palm Developer Relations) did talk about the developer program for webOS. He also mentioned the possibility to use GWT. So Palm seems to think about this already... You can find the interview right here:

[gwt-contrib] Re: Comment on UsingOOPHM in google-web-toolkit

2009-11-10 Thread codesite-noreply
Comment by martin.g...@gmail.com: i got it working with latest trunk. no idea what was changed... but now i'm facing another problem: Unknown argument: -style when trying to launch (via eclipse plugin generated launch file) the application. any workaround available? or do i need a new

[gwt-contrib] Re: compiler placeholders - symbol map

2009-11-10 Thread Ed
Please some advice on the above? --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] [google-web-toolkit] r6765 committed - Created wiki page through web user interface.

2009-11-10 Thread codesite-noreply
Revision: 6765 Author: jlaba...@google.com Date: Mon Nov 9 08:23:19 2009 Log: Created wiki page through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=6765 Added: /wiki/RemoteTesting.wiki === --- /dev/null +++

[gwt-contrib] [google-web-toolkit] r6787 committed - Change missing plugin URL....

2009-11-10 Thread codesite-noreply
Revision: 6787 Author: j...@google.com Date: Mon Nov 9 22:52:22 2009 Log: Change missing plugin URL. Patch by: jat Review by: bruce (TBR) http://code.google.com/p/google-web-toolkit/source/detail?r=6787 Modified: /trunk/dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.html

[gwt-contrib] Re: Header consistency, more fascism

2009-11-10 Thread jgw
On 2009/11/10 06:05:22, Ray Ryan wrote: Hey, Joel. As discussed, StackLayoutPanel now does the right thing WRT g:header and g:customHeader. (The grotesque amount of copy/paste between StackLayoutPanelParser, TabLayoutPanelParser and DisclosurePanel seems like a massive clue that these three

[gwt-contrib] Re: Header consistency, more fascism

2009-11-10 Thread Ray Ryan
Double bonus points if DisclosurePanel can be retrofitted with that interface. HasHeaders? Are you going to try to slide it into 2.0? I noticed that the new widgets still have their this interface may change warnings--time is running out, eh? --~--~-~--~~~---~--~~

[gwt-contrib] Re: Header consistency, more fascism

2009-11-10 Thread Joel Webber
Yeah, I know. I'll remove those warnings once we've had a chance to get RC feedback, and no showstoppers have been raised. On Tue, Nov 10, 2009 at 10:01 AM, Ray Ryan rj...@google.com wrote: Double bonus points if DisclosurePanel can be retrofitted with that interface. HasHeaders? Are you

[gwt-contrib] [google-web-toolkit] r6788 committed - Add back old CRX until the new one is built and tested....

2009-11-10 Thread codesite-noreply
Revision: 6788 Author: j...@google.com Date: Tue Nov 10 08:09:43 2009 Log: Add back old CRX until the new one is built and tested. Patch by: jat Review by: jlabanca (TBR) http://code.google.com/p/google-web-toolkit/source/detail?r=6788 Added: /trunk/plugins/npapi/prebuilt/gwtdmp.crx

[gwt-contrib] [google-web-toolkit] r6789 committed - Shuffles some test classes around; adds missing tests to JavaCompilati...

2009-11-10 Thread codesite-noreply
Revision: 6789 Author: sco...@google.com Date: Tue Nov 10 08:11:52 2009 Log: Shuffles some test classes around; adds missing tests to JavaCompilationSuite convenience test suite. Review by: bobv http://code.google.com/p/google-web-toolkit/source/detail?r=6789 Added:

[gwt-contrib] [google-web-toolkit] r6790 committed - Model Enum.valueOf and Enum.values in TypeOracle since they are an imp...

2009-11-10 Thread codesite-noreply
Revision: 6790 Author: sco...@google.com Date: Tue Nov 10 08:12:08 2009 Log: Model Enum.valueOf and Enum.values in TypeOracle since they are an implicit part of the language. Review by: jat http://code.google.com/p/google-web-toolkit/source/detail?r=6790 Modified:

[gwt-contrib] [google-web-toolkit] r6791 committed - Generators now exist per-StandardGeneratorContext to avoid concurrency...

2009-11-10 Thread codesite-noreply
Revision: 6791 Author: sco...@google.com Date: Tue Nov 10 08:44:05 2009 Log: Generators now exist per-StandardGeneratorContext to avoid concurrency issues. Review by: bobv http://code.google.com/p/google-web-toolkit/source/detail?r=6791 Modified:

[gwt-contrib] [google-web-toolkit] r6792 committed - Fix plugin preferences after rename....

2009-11-10 Thread codesite-noreply
Revision: 6792 Author: j...@google.com Date: Tue Nov 10 08:46:46 2009 Log: Fix plugin preferences after rename. Patch by: jat Review by: jlabanca (TBR) http://code.google.com/p/google-web-toolkit/source/detail?r=6792 Modified: /trunk/plugins/xpcom/prebuilt/extension/content/options.xul

[gwt-contrib] Re: Comment on UsingOOPHM in google-web-toolkit

2009-11-10 Thread codesite-noreply
Comment by josetex: Same problem here. After building GWT from trunk I am getting Unknown argument: -style when launching my app. For more information: http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM --~--~-~--~~~---~--~~

[gwt-contrib] sample build.xml fix

2009-11-10 Thread Freeland Abbott
Kathrin, can you review this trivia? --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~--- samplefix.patch Description: Binary data

[gwt-contrib] Re: sample build.xml fix

2009-11-10 Thread Freeland Abbott
Thanks. And even more trivially, for Andrew and Bruce... Index: user/src/com/google/gwt/user/tools/project.ant.xmlsrc === --- user/src/com/google/gwt/user/tools/project.ant.xmlsrc (revision 6792) +++

[gwt-contrib] [google-web-toolkit] r6794 committed - Merge r6793, remove defunct i18n sample from distro's samples/build.xm...

2009-11-10 Thread codesite-noreply
Revision: 6794 Author: fabb...@google.com Date: Tue Nov 10 10:08:34 2009 Log: Merge r6793, remove defunct i18n sample from distro's samples/build.xml http://code.google.com/p/google-web-toolkit/source/detail?r=6794 Modified: /releases/2.0/branch-info.txt

[gwt-contrib] [google-web-toolkit] r6796 committed - webAppCreator should have a devmode target, not devMode. Needless...

2009-11-10 Thread codesite-noreply
Revision: 6796 Author: fabb...@google.com Date: Tue Nov 10 10:09:58 2009 Log: webAppCreator should have a devmode target, not devMode. Needless modifiers cause RSI, and, even worse, annoy Andrew and Bruce. Review by: kprobst http://code.google.com/p/google-web-toolkit/source/detail?r=6796

[gwt-contrib] Re: Trace that auto detects the calling class/method.

2009-11-10 Thread Bruce Johnson
On Tue, Nov 10, 2009 at 11:12 AM, David david.no...@gmail.com wrote: Do I read this correctly that stacktraces in exceptions will just be available (also on IE if the emulated mode is enabled at compile time) ? That would make my current implementation of finding the source of a Trace

[gwt-contrib] [google-web-toolkit] r6800 committed - Various tweaks to the Mail sample:...

2009-11-10 Thread codesite-noreply
Revision: 6800 Author: j...@google.com Date: Tue Nov 10 10:17:06 2009 Log: Various tweaks to the Mail sample: - Fixed stretchy tasks on IE6. - Changed tasks and contacts to no longer use VerticalPanel. - Moved global css into a CssResource. Review by: bobv (desk check)

[gwt-contrib] [google-web-toolkit] r6801 committed - Checking rebuilt libraries for Windows and Fedora.

2009-11-10 Thread codesite-noreply
Revision: 6801 Author: j...@google.com Date: Tue Nov 10 10:21:55 2009 Log: Checking rebuilt libraries for Windows and Fedora. http://code.google.com/p/google-web-toolkit/source/detail?r=6801 Modified: /trunk/plugins/xpcom/prebuilt/extension/lib/Linux_x86-gcc3/ff3+/libgwt_dev_ff3+.so

[gwt-contrib] [google-web-toolkit] r6802 committed - Merging tr...@6798, 6799, 6800 into this branch

2009-11-10 Thread codesite-noreply
Revision: 6802 Author: j...@google.com Date: Tue Nov 10 10:32:15 2009 Log: Merging tr...@6798, 6799, 6800 into this branch http://code.google.com/p/google-web-toolkit/source/detail?r=6802 Added: /releases/2.0/samples/mail/src/com/google/gwt/sample/mail/client/Tasks.ui.xml

[gwt-contrib] Re: Increasing timeout of HttpSuite tests

2009-11-10 Thread fabbott
LGTM. Sorry for the delay on it. http://gwt-code-reviews.appspot.com/93804 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Code Review Request: Fix DevMode Server Hang on Unclean Shutdown of Remote UI

2009-11-10 Thread rdayal
Reviewers: mmendez, jat, Description: Fixes a problem where the DevMode server was hanging when the remote UI was shut down in an unclean fashion. We now set a keepalive on the Remote UI socket, and when an exception occurs, a callback (passed in to the MessageTransport constructor) is invoked

[gwt-contrib] [google-web-toolkit] r6798 committed - Fixes unnecessary newlines in obfuscated, generated CSS....

2009-11-10 Thread codesite-noreply
Revision: 6798 Author: j...@google.com Date: Tue Nov 10 10:16:22 2009 Log: Fixes unnecessary newlines in obfuscated, generated CSS. Review by: bobv (desk check). http://code.google.com/p/google-web-toolkit/source/detail?r=6798 Modified:

[gwt-contrib] Re: Comment on UsingOOPHM in google-web-toolkit

2009-11-10 Thread codesite-noreply
Comment by tamplinjohn: Things are under rapid change as we try and get 2.0 out the door, so you can either go back to released versions of the Eclipse plugin and GWT, or you can wait for the RC when there will be an update to the Eclipse plugin that will work with it. For more

[gwt-contrib] Re: Code Review Request: Fix DevMode Server Hang on Unclean Shutdown of Remote UI

2009-11-10 Thread jat
LGTM with one question http://gwt-code-reviews.appspot.com/100801/diff/1/2 File dev/core/src/com/google/gwt/dev/shell/BrowserListener.java (right): http://gwt-code-reviews.appspot.com/100801/diff/1/2#newcode61 Line 61: listenSocket = new ServerSocket(); Why the change of not passing port to

[gwt-contrib] Re: Code Review Request: Fix DevMode Server Hang on Unclean Shutdown of Remote UI

2009-11-10 Thread mmendez
LGTM http://gwt-code-reviews.appspot.com/100801 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Header consistency, more fascism

2009-11-10 Thread rjrjr
I made the default unit type EM. Offline Joel and I just agreed that PX will be less surprising (though a bad habit). Changing it now. http://gwt-code-reviews.appspot.com/99801 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r6803 committed - Extended timeouts of HttpSuite tests to 15 seconds because they someti...

2009-11-10 Thread codesite-noreply
Revision: 6803 Author: jlaba...@google.com Date: Tue Nov 10 10:55:44 2009 Log: Extended timeouts of HttpSuite tests to 15 seconds because they sometimes fail if the server is busy. Patch by: jlabanca Review by: fabbott http://code.google.com/p/google-web-toolkit/source/detail?r=6803 Added:

[gwt-contrib] Re: Code Review Request: Fix DevMode Server Hang on Unclean Shutdown of Remote UI

2009-11-10 Thread rdayal
Thanks for the review guys. http://gwt-code-reviews.appspot.com/100801/diff/1/2 File dev/core/src/com/google/gwt/dev/shell/BrowserListener.java (right): http://gwt-code-reviews.appspot.com/100801/diff/1/2#newcode61 Line 61: listenSocket = new ServerSocket(); On 2009/11/10 18:50:22, jat wrote:

  1   2   >