Menu Bar and Hot Key

2008-09-24 Thread nishant (bhai)
Hi, can i used hot key in menu bar(like combination of alt+f).Please guide me as soon as posssible.i have posted this query yesterday also,but i haven't received any mail regarding this query. --~--~-~--~~~---~--~~ You received this message because you are

How to use GWT-EXT in Mozila

2008-09-24 Thread rsund
Hi I Change Browser internet Explorer to Mozilla Firefox in My GWT - Ext Application. i used Form panel in GWT-Ext in Internet Explorer. Now i change Browser Setting to Mozilla. i have Problem in 1) Alignmnet in UI is changed.(Particulary in Dockpanel) 2 )i used Multiple Column Layout in

Re: problem with multiple fileupload in GWT 1.5

2008-09-24 Thread Martin Trummer
seems, that you are setting the name twice for fileUploadDataset. the second one should be fileUploadMetadata . On Sep 23, 6:11 pm, Erik van Ingen [EMAIL PROTECTED] wrote: In GWT 1.5 I have an implementation like:http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/g... The

Re: problem with multiple fileupload in GWT 1.5

2008-09-24 Thread Erik van Ingen
I tried but it doesn't solve the problem. Do you or does anyone implemented Multiple file upload with GWT 1.5? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: url parameters

2008-09-24 Thread Dirtybit
Thanks guys, all your answers have been very helpful. I used gwt-widgets-0.1.6.jar from http://gwt-widget.sourceforge.net/ which is really useful for many other things as well giannis --~--~-~--~~~---~--~~ You received this message because you are subscribed to

GWT-EXT in Mozila

2008-09-24 Thread ram sunder
Hi I Change Browser internet Explorer to Mozilla Firefox in My GWT - Ext Application. i used Form panel in GWT-Ext in Internet Explorer. Now i change Browser Setting to Mozilla. i have Problem in 1) Alignmnet in UI is changed.(Particulary in Dockpanel) 2 )i used Multiple Column Layout in

Re: GIS Map Tile Viewer in GWT

2008-09-24 Thread Sumit Chandel
Hi rjcarr, When you say you're planning to use Google Maps in an offline mode (or away from the cloud), could you elaborate a little on what you mean exactly or how you're planning to use the Maps API? I'm not a policy expert, but I think that what you're trying to do is use the Maps tiling, but

Re: GWT python communication

2008-09-24 Thread Sumit Chandel
Hi Ajay, I'm not sure that Google is providing a GWT RPC mechanism for Python backends, and not quite sure how something like that would work. Could you post a link or give more details about what technology you're using exactly? Are you trying to deploy your GWT application on AppEngine and

Re: GWT Google Maps InfoWindow Resizing

2008-09-24 Thread Eric Ayers
I have a patch on the issue tracker that adds 'GInfoWindow.reset()', but has problems. I found out from the maps team that reset() has a documentation bug, so what is needed is to take the patch and make sure that the first 3 arguments are always filled in (no null parameters). On Tue, Sep 23,

NullPointerException in GWTCompiler

2008-09-24 Thread Kroc
Does anybody already had this kind of error while compiling your project ? If yes how did you solve your problem ? [echo] Compiling client menu [java] Compiling module nc.kroc.fmp.AppMenu [java] Compilation succeeded [java] Linking compilation into

Re: GIS Map Tile Viewer in GWT

2008-09-24 Thread Thomas Broyer
On 22 sep, 06:21, rjcarr [EMAIL PROTECTED] wrote: I'm wondering if anyone has developed a GWT Widget for viewing a set of GIS tiles very similar to Google Maps.  I don't need all the functionality that Google Maps offers, but I'd need things like geo registration, multiple zoom levels,

Re: problem with multiple fileupload in GWT 1.5

2008-09-24 Thread Thomas Broyer
On 24 sep, 10:27, Erik van Ingen [EMAIL PROTECTED] wrote: I tried but it doesn't solve the problem. Do you or does anyone implemented Multiple file upload with GWT 1.5? Yes, up to 15 or so files at once, without any problem (even when multiple fields have the same name). It might be a

Re: NullPointerException in GWTCompiler

2008-09-24 Thread Thomas Broyer
On 24 sep, 12:07, Kroc [EMAIL PROTECTED] wrote: Does anybody already had this kind of error while compiling your project ? If yes how did you solve your problem ?      [echo] Compiling client menu      [java] Compiling module nc.kroc.fmp.AppMenu      [java] Compilation succeeded      

Drawing text in GWTCanvas

2008-09-24 Thread joseanquiles
Hi, how can I draw text in a GWTCanvas? I think the GWTCanvas widget is very valuable, but I don't know how to draw simple text on it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: GWT python communication

2008-09-24 Thread ajay jetti
Hi Sumit http://code.google.com/docreader/#p=python-gwt-rpcs=python-gwt-rpct=python-gwt-rpc is the link , I could solve the problem in the end. The PGR way doesnot need JSON as means of RPC, but has its drawbacks, but i feel is a goodway to implement RPC's when you are trying to establish

Re: GWT python communication

2008-09-24 Thread ajay jetti
Hi again And yeah forgot to mention, GAE obviously doesnt support JAVA runtime otherwise there is no question of either JSON or PGR. Thanks and Regards Ajay --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

how can I use oncontextmenu?

2008-09-24 Thread Alex Luya
Just nearest project,I use popup to implement ONCONTEXTMENU,and this gave me a bad experience.Right now,GWT 1.5.2 begins to support ONCONTEXTMENU,it is perfect,but how can I construct a context menu,I have got useful info from this

Re: Opening and Loading a GWT Module from another module

2008-09-24 Thread Halabe
I tried in hosted mode and in deployed version. In the deployed version from tomcat, the page is not refreshed. On Sep 24, 2:31 pm, walden [EMAIL PROTECTED] wrote: Hosted Mode, right?  I don't think that's a valid environment to test this kind of feature.  Are you using -noserver? On Sep

Re: How to use GWT-EXT in Mozila

2008-09-24 Thread walden
Did you try the GWT-EXT list? On Sep 24, 2:51 am, rsund [EMAIL PROTECTED] wrote: Hi  I  Change Browser internet Explorer to Mozilla Firefox in My GWT - Ext Application. i used Form panel in  GWT-Ext in Internet Explorer. Now i change Browser Setting to Mozilla. i have Problem in 1)

Re: How to use GWT-EXT in Mozila

2008-09-24 Thread ram sunder
HI Thank u for u r reply. I did'nt use GWT-EXt List? how to use List ? On Wed, Sep 24, 2008 at 5:12 PM, walden [EMAIL PROTECTED] wrote: Did you try the GWT-EXT list? On Sep 24, 2:51 am, rsund [EMAIL PROTECTED] wrote: Hi I Change Browser internet Explorer to Mozilla Firefox in My

GWT and JSONP

2008-09-24 Thread eggsy84
Hi all I am currently writing a small GWT app with the aim that it can be used on various domains. I have followed the following two very good guides: http://code.google.com/support/bin/answer.py?answer=65632topic=11368 and http://www.gwtsite.com/how-to-access-web-services-with-gwt/ Taking

Re: GIS Map Tile Viewer in GWT

2008-09-24 Thread Robert J. Carr
Hey Sumit- Thanks for the response. Google Maps requires that you are connected to the internet in order to both download the image tiles as well as the javascript code. The environment I will be in won't be connected to the internet, so I won't be able to download either of these. I already

Re: GIS Map Tile Viewer in GWT

2008-09-24 Thread Robert J. Carr
Great, good suggestion, I'll look into it. Thanks! On Wed, Sep 24, 2008 at 3:30 AM, Thomas Broyer [EMAIL PROTECTED] wrote: On 22 sep, 06:21, rjcarr [EMAIL PROTECTED] wrote: I'm wondering if anyone has developed a GWT Widget for viewing a set of GIS tiles very similar to Google Maps. I

Re: Opening and Loading a GWT Module from another module

2008-09-24 Thread walden
The error you quoted above is from hosted mode. It doesn't pertain to your web mode deployed tomcat case. Can you see the HTTP request message? Can you see the response? (Do you know how to turn on the request dumper valve? It's in server.xml, comment out.) Is there anything in the server

Re: Client-side GChart 2.2: Sparklines and better/faster solidly filled line charts.

2008-09-24 Thread John Gunther
Sorry, client-side GChart does not provide a method for transforming from pixels into model coordinates. It also does not provide a simple way to select points using the mouse--it does not even provide a simple way you can represent the selected/unselected state of a point. If you implement a

Re: Getting continued feedback on the state of a RPC call

2008-09-24 Thread Bakulkumar
I think its an issue of threading on server side. This is how it works for me !!! By clicking on button Get Service message. Let me know if it works for you. +Bakul Kumar+ //Client side code : public class POC implements EntryPoint { Label lblMessage; Timer timer = new

Re: GWT Google Maps InfoWindow Resizing

2008-09-24 Thread Pavel Byles
Thanks Eric. I found the issue (92) and I will try using the JSNI workaround first, then try applying the patch. -Pavel On Wed, Sep 24, 2008 at 5:01 AM, Eric Ayers [EMAIL PROTECTED] wrote: I have a patch on the issue tracker that adds 'GInfoWindow.reset()', but has problems. I found out from

Re: GWT compilers for solaris

2008-09-24 Thread Xavier Mathews
Ok so i ran a search and i am sorry to say that no GTW Compiler exist for Solaris but there is a list that shows where it can work if you would like that. Xavier A. Mathews Student/Developer/Web-Master Google Group Client Based Tech Support Hazel Crest Illinois [EMAIL PROTECTED] Fear of a name,

Re: Memory Leak in IE 7 using GWT

2008-09-24 Thread Xavier Mathews
Did you get an error code? Xavier A. Mathews Student/Developer/Web-Master Google Group Client Based Tech Support Hazel Crest Illinois [EMAIL PROTECTED] Fear of a name, only increases fear of the thing itself. On Tue, Sep 23, 2008 at 1:03 PM, Chuck [EMAIL PROTECTED] wrote: We have an app

Re: GWT TestCase Erreur

2008-09-24 Thread Xavier Mathews
I see many flaws in this.. 1. com.google should be google.com at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at

Re: problem_with_download_of_GWT

2008-09-24 Thread Xavier Mathews
Did you get an error message? Xavier A. Mathews Student/Developer/Web-Master Google Group Client Based Tech Support Hazel Crest Illinois [EMAIL PROTECTED] Fear of a name, only increases fear of the thing itself. On Mon, Sep 22, 2008 at 6:00 AM, Nathan Jeffery [EMAIL PROTECTED]wrote: Hi

Re: GWT compiler for HPUX

2008-09-24 Thread Xavier Mathews
Well when i went to our info bas it showed nothing on this subject so my guess world be it does not however.you can always configure certain setting to make the two compatible so then it may work how you would go about doing this right now is unknown! Xavier A. Mathews

Re: GWTCanvas problems

2008-09-24 Thread Xavier Mathews
First i need to know if you go an error message? Xavier A. Mathews Student/Developer/Web-Master Google Group Client Based Tech Support Hazel Crest Illinois [EMAIL PROTECTED] Fear of a name, only increases fear of the thing itself. On Mon, Sep 22, 2008 at 12:57 PM, [EMAIL PROTECTED] [EMAIL

Re: Opening and Loading a GWT Module from another module

2008-09-24 Thread xavierunited
Where would you test it? On 9/24/08, walden [EMAIL PROTECTED] wrote: Hosted Mode, right? I don't think that's a valid environment to test this kind of feature. Are you using -noserver? On Sep 23, 2:57 pm, Halabe [EMAIL PROTECTED] wrote: The image upload is successful since I can see the

THE IMPORTANCE OF ERROR MESSAGE

2008-09-24 Thread Xavier Live Tech.S
Hello All, I can not stress enough to you that when you make a post of something and you have a problem please provide us with an error message that you were giving at the time of the problemwith that we can run test or find a solution quicker and easier, this also helps us make

Need to draw straight lines fast in a GWT chart library

2008-09-24 Thread John Gunther
My library, Client-side GChart, doesn't render solidly connected, large-sized, line charts quickly enough for at least one user (probably because it draws them with a series of rectangular HTML elements). Anyone have any suggestions for drawing reasonably good-looking straight lines fast that

Re: THE IMPORTANCE OF ERROR MESSAGE

2008-09-24 Thread Isaac Truett
You'll have to excuse Ian -- we suspect he may be British. http://dictionary.reference.com/search?q=pillock On Wed, Sep 24, 2008 at 1:29 PM, Xavier Mathews [EMAIL PROTECTED] wrote: What? Xavier A. Mathews Student/Developer/Web-Master Google Group Client Based Tech Support Hazel Crest

Re: THE IMPORTANCE OF ERROR MESSAGE

2008-09-24 Thread Xavier Mathews
LOL no problem i just want Clients etc to understand why error messages are important. :) Xavier A. Mathews Student/Developer/Web-Master Google Group Client Based Tech Support Hazel Crest Illinois [EMAIL PROTECTED] Fear of a name, only increases fear of the thing itself. On Wed, Sep 24, 2008

The most recent major release of PHP

2008-09-24 Thread Xavier Live Tech.S
The most recent major release of PHP was version 5.2.6 on May 1, 2008. I just wanted to make sure that most of you were aware and using the most recent release of PHP. If you are that is good...but if you are not you may to update. It will benefit you in the end. Good Day Xavier

Re: THE IMPORTANCE OF ERROR MESSAGE

2008-09-24 Thread Ian Bambury
Isaac, maybe this is also a British thing, but to me, someone who doesn't know me apologising on my behalf for something I did deliberately appears patronising. Xavier. May I ask * Why you refer to the members of this group as 'clients' of (presumably) Google Group Client Based Tech Support?

Re: THE IMPORTANCE OF ERROR MESSAGE

2008-09-24 Thread Ian Bambury
Just for clarification. 'pillock' is pretty much the same thing as 'wazzock' - i.e. very much like 'numpty' but without the excuse of ignorance.. :-) Ian http://examples.roughian.com 2008/9/24 walden [EMAIL PROTECTED] then you are being a pillock, whatever that is.

Re: getBoundsZoomLevel using bounds is not working

2008-09-24 Thread Eric Ayers
0) We released an updated gwt-maps library yesterday. If you use it, your calls to new LatLng() would need to change to LatLng.newInstance(). 1) How is zoom not set correctly? What behavior to you expect and what do you see? You shouldn't expect the polygon to fit exactly inside the bounds,

Re: THE IMPORTANCE OF ERROR MESSAGE

2008-09-24 Thread Isaac Truett
Ian, I sincerely apologize for offending you. It was not my intention at all. I assumed from Xavier's response that he was not familiar with the pejorative you used and I was attempting to provide the definition in a humorous context while alluding to the fact that it was a British slang term. I

Re: THE IMPORTANCE OF ERROR MESSAGE

2008-09-24 Thread Ian Bambury
Hi Isaac, Thanks for that. Also for the record, I wasn't offended, just pointing out how it might appear. Ian http://examples.roughian.com 2008/9/24 Isaac Truett [EMAIL PROTECTED] Ian, I sincerely apologize for offending you. It was not my intention at all. I assumed from Xavier's

Re: THE IMPORTANCE OF ERROR MESSAGE

2008-09-24 Thread Xavier Mathews
WOW 1. Ok first i am a student at a high school (Hill Crest) and i am taking Classes Online (Computer Science). Right now one of our insturtor are employees of google..he has us doing some lame projects but at the same time i know why he has us doing them i think it is so that he can sort out

Re: Menu Bar and Hot Key

2008-09-24 Thread Xavier Mathews
WOW I am sorry that no one was able to get to your post! Well i just tried it and i dont think you can as of yet! Xavier A. Mathews Student/Developer/Web-Master Google Group Client Based Tech Support Hazel Crest Illinois [EMAIL PROTECTED] Fear of a name, only increases fear of the thing itself.

Re: GWT-EXT in Mozila

2008-09-24 Thread Xavier Mathews
Ok first i need to know what error message did you get? But i can tell you now that we will have to go through the process of tweaking your settings! Xavier A. Mathews Student/Developer/Web-Master Google Group Client Based Tech Support Hazel Crest Illinois [EMAIL PROTECTED] Fear of a name, only

Re: THE IMPORTANCE OF ERROR MESSAGE

2008-09-24 Thread Andrej
Hi, Why do you spam with uppercase thread title? I think you skip some lessons at school... Andrej. On Sep 24, 8:41 pm, Xavier Mathews [EMAIL PROTECTED] wrote: WOW 1. Ok first i am a student at a high school (Hill Crest) and i am taking Classes Online (Computer Science). Right now one of

Re: Memory Leak in IE 7 using GWT

2008-09-24 Thread Chuck
We aren't getting any errors, just exponential memory growth. In IE, it never goes away, not even after navigating away from the pages, even to completely different sites. For IE, we have to close the browser and start a new one. In Firefox, we can hit the link several times and watch the

Re: THE IMPORTANCE OF ERROR MESSAGE

2008-09-24 Thread Xavier Mathews
lol i did not notice it untill i post it i had my caps on from sending an e-mail i am so sorry! Xavier A. Mathews Student/Developer/Web-Master Google Group Client Based Tech Support Hazel Crest Illinois [EMAIL PROTECTED] Fear of a name, only increases fear of the thing itself. On Wed, Sep 24,

ImageBundle loading and progress bar

2008-09-24 Thread bernard
For performance reasons, my application needs to have multiple ImageBundles. I want to load them on demand according to user interactions. Is there a way to observe the loading progression of an ImageBundle? Or to know when it is available to the client? Thanks.

Re: question about Constants and Messages

2008-09-24 Thread xavierunited
You should be able to view the source and code to see if google is doing it for you. On 9/24/08, Alex Rice [EMAIL PROTECTED] wrote: I have subclassed Constants and Messages and am finding the facility to very useful. I have started to put code like this in many of my classes: public void

Re: question about Constants and Messages

2008-09-24 Thread Reinier Zwitserloot
You can create the singleton inside the interface. e.g: public class MyImages implemens AbstractImageStoreThingie { AbstractImagePrototype closeButton(); ... more AIPs. public static MyImages STORE = (MyImages)GWT.create(MyImages.class); } Then you can just go:

Newbie - Trying to access Documentation

2008-09-24 Thread Khader
Hi, I am trying to use GWT for the first time and was looking for some documentation on Google's side. I can get to this page, http://code.google.com/webtoolkit/overview.html but all the documentation sites (listed below) return me a blank page.

Re: Newbie - Trying to access Documentation

2008-09-24 Thread Jeremiah Elliott
can you get here? http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-doc-1-5t=google-web-toolkit-doc-1-5 On Wed, Sep 24, 2008 at 3:52 PM, Khader [EMAIL PROTECTED] wrote: Hi, I am trying to use GWT for the first time and was looking for some documentation on

Re: Newbie - Trying to access Documentation

2008-09-24 Thread Khader
Nope. Can't access that one either. A bit of ..ahem.. googling, suggests that I could be facing Google Doc Reader issues. But most of those users fixed their problem by clearing their cache and other browser data. But that did not help me. Any suggestions? Thank you. On Sep 24, 5:55 pm,

Re: Drawing text in GWTCanvas

2008-09-24 Thread Xavier Mathews
Just add the following line to your module.gwt.xml file: inherits name='com.google.gwt.widgetideas.GWTCanvas'/ You can specify your own stylesheet to further customize the look and feel of GWTCanvas. Xavier A. Mathews Student/Developer/Web-Master Google Group Client Based Tech Support Hazel

Re: Annoucement. PureMVC4GWT RC is available

2008-09-24 Thread marcelo melo
Hi, I've been working on a project with PureMVC for Flex for some time and I really like it. When looking at the example I've noticed a small difference from the GWT implementation, that is the necessity of creating a Provider for executing the Commands. While I understand that it must be done

Re: Newbie - Trying to access Documentation

2008-09-24 Thread Khader
In the mean time, am looking at other online tutorials. Does anyone have any recommendation or know of any good tutorials online? Thank you, Khader On Sep 24, 6:10 pm, Khader [EMAIL PROTECTED] wrote: Nope. Can't access that one either. A bit of ..ahem.. googling, suggests that I could be

Re: question about Constants and Messages

2008-09-24 Thread Xavier Mathews
Yeah i like it better also! Xavier A. Mathews Student/Developer/Web-Master Client Based Tech Support Hazel Crest Illinois [EMAIL PROTECTED] Fear of a name, only increases fear of the thing itself. On Wed, Sep 24, 2008 at 5:14 PM, Alex Rice [EMAIL PROTECTED] wrote: Thanks, I like this

Re: parameterized types?

2008-09-24 Thread Paul Robinson
If you google for java generics, the first few results give good links. There's a tutorial here: http://java.sun.com/j2se/1.5/pdf/generics-tutorial.pdf HTH Paul seven.reeds wrote: Here is the java newbie again. Just when I was thinking I had the vaugest handle on things up pops

Info Windows

2008-09-24 Thread Xavier Live Tech.S
Hello All, So here is the thingi have been receiving and viewing allot of post where members etc. are having problems with the info windows...like memory leaks..and things that are just not running right! So i was wondering if there is anyone who is having a problem with there info

Re: parameterized types?

2008-09-24 Thread Xavier Mathews
Is there a fix? Xavier A. Mathews Student/Developer/Web-Master Client Based Tech Support Hazel Crest Illinois [EMAIL PROTECTED] Fear of a name, only increases fear of the thing itself. On Wed, Sep 24, 2008 at 5:35 PM, Xavier Live Tech.S [EMAIL PROTECTED]wrote: Yeah i had a problem with this

Running Windows-built GWTTestCase on Sparc/Solaris ??

2008-09-24 Thread Paul
I have some GWTTestCase's that run in both hosted and web mode on my Windows dev laptop. I'd like to also have them run on our build machine during builds, just like the plain JUnit tests do. However, the build machine is running Solaris 5.10 on SPARC. I realize this isn't one of the supported

How can I use oncontextmenu with 1.5.2?

2008-09-24 Thread Alex Luya
Just nearest project,I use popup to implement ONCONTEXTMENU,and this gave me a bad experience.Right now,GWT 1.5.2 begins to support ONCONTEXTMENU,it is perfect,but how can I construct a context menu,I have got useful info from this

How can get the absolute right of treeitem?

2008-09-24 Thread Alex Luya
I want to use popuppanel to set a contextmenu for treeitem?the code is blow: /*** private void createContextMenu(TreeItem currentSelectedItem){ int x=currentSelectedItem.getAbsolutedLeft(); int y=currentSelectedItem.getAbsolutedTop();

possible emulation bug: sinh

2008-09-24 Thread rjcarr
Using GWT 1.5.2 and the JRE emulation page says Math.sinh() is available. I use it and in hosted mode (on a mac) it works fine. Then I compile and test in Firefox 3 and get this error: Error: Math.sinh is not a function So, it seems it actually isn't emulated? I remember it working for me at

Re: GXT vs GWT-EXT ?

2008-09-24 Thread wt
I just gave up on gwt-ext and switched to gxt. I was tweaking gwt- ext's showcase example, the one with form-grid binding, and I want to add an update button to update the changes made in the form back into the grid. I followed the api doc and searched through their forum, but it just didn't

Link over Image

2008-09-24 Thread ArunDhaJ
Hi All, I'm developing an application where some links needs to be placed over an Image. The link should be in such a way that the user can move the link position wherever needed. I'm using GWT1.4.62, is any widget already developed for this purpose ??? Thank in Advance ! -ArunDhaJ

Re: GWT-EXT in Mozila

2008-09-24 Thread ram sunder
HI, My Setting are GWT - EXT - 2.0 Eclipse -3.2 Mozila -2.0 . i changed Browser Internet Explorer to Mozila in Eclipse[Browser Setting option] . have any Other change in Browser Setting? i need quick Reply. On Thu, Sep 25, 2008 at 1:10 AM, Xavier Mathews [EMAIL PROTECTED]wrote: Ok

How to add web page into panel?

2008-09-24 Thread snakyjake
How can I add a panel that will display the contents of a webpage? Thanks, Jake --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

GWT source code checkout error.

2008-09-24 Thread OpenKG
Hi, when i am trying to checkout source it is giving following error. svn checkout http://google-web-toolkit.googlecode.com/svn/trunk/ trunk svn: PROPFIND request failed on '/svn/trunk' svn: PROPFIND of '/svn/trunk': Could not resolve hostname `google-web- toolkit.googlecode.com': Temporary

[gwt-contrib] Re: wrapping existing element too restrictive maybe....

2008-09-24 Thread Joel Webber
To reiterate: - RootPanel.detachOnWindowClose() must be called for all widgets that have no parents. - This is implicitly called by Widgets' wrap() methods and RootPanel.get(id). - All widgets for which this method is called will remain marked as 'attached' until RootPanel.detachNow() is

[gwt-contrib] Re: Code Review: Gadget RPC demo (it works!)

2008-09-24 Thread Miguel Méndez
LGTM just a couple of nits below. On Fri, Sep 5, 2008 at 1:52 PM, Eric Ayers [EMAIL PROTECTED] wrote: A samples/gadgetrpc/src/com/google/gwt/gadgets/sample/gadgetrpc/server/GadgetRPCServlet.java Nit: Add @SuppressWarning(serial). Did you intend to have the servletStartTime field be static?

[gwt-contrib] Re: Code Review: Gadget RPC demo (it works!)

2008-09-24 Thread Eric Ayers
Committed as r853 and r854. Thanks for the review. On Wed, Sep 24, 2008 at 9:59 AM, Miguel Méndez [EMAIL PROTECTED] wrote: LGTM just a couple of nits below. On Fri, Sep 5, 2008 at 1:52 PM, Eric Ayers [EMAIL PROTECTED] wrote: A

[gwt-contrib] Re: Code Review: Gadget RPC demo (it works!)

2008-09-24 Thread Miguel Méndez
It all sounds good to me. On Wed, Sep 24, 2008 at 11:34 AM, Eric Ayers [EMAIL PROTECTED] wrote: Committed as r853 and r854. Thanks for the review. On Wed, Sep 24, 2008 at 9:59 AM, Miguel Méndez [EMAIL PROTECTED] wrote: LGTM just a couple of nits below. On Fri, Sep 5, 2008 at 1:52 PM,

[gwt-contrib] Re: RR : Story of Your Compile - initial AST work and demo reports

2008-09-24 Thread BobV
Changes from previous patch: - SourceInfos are now created only via JProgram and JsProgram. Descendant collection is now a field in the program types. - Optimized getRoots() call in SourceInfo - Addressed nits SourceInfo is now an abstract class with a protected constructor. Each AST

[gwt-contrib] Re: RR : Story of Your Compile - initial AST work and demo reports

2008-09-24 Thread Scott Blum
On Wed, Sep 24, 2008 at 11:53 AM, BobV [EMAIL PROTECTED] wrote: SourceInfo is now an abstract class with a protected constructor. Each AST package has its own SourceInfo subtype with package-protected constructors to ensure that only the relevant program type constructs SourceInfo objects.

[gwt-contrib] a code review - issues2905_2909_r3674.patch

2008-09-24 Thread Joel Webber
John, I'd like you to have a look at the following changes to Safari's history implementation. They're meant to work around the bizarre issues caused by setting Safari's location.hash to an empty string. Please pay particular attention to the ugly URL rewriting code I added to HistoryImplSafari.

[gwt-contrib] Re: a code review - issues2905_2909_r3674.patch

2008-09-24 Thread John Tamplin
On Wed, Sep 24, 2008 at 1:51 PM, Joel Webber [EMAIL PROTECTED] wrote: I'd like you to have a look at the following changes to Safari's history implementation. They're meant to work around the bizarre issues caused by setting Safari's location.hash to an empty string. Please pay particular

[gwt-contrib] Re: RR: 1.6 Event handler proposal

2008-09-24 Thread jay
Does this proposal mean that if I want to receive the equivilant of todays Event.MOUSEEVENTS, that I have to call: widget.addMouseDownHandler( new MouseDownHandler() { ... } ); widget.addMouseUpHandler( new MouseUpHandler() { ... } ); widget.addMouseMoveHandler( new MouseMoveHandler() { ...

[gwt-contrib] Re: GWT 1.5 Now Available

2008-09-24 Thread Sierpito
Where can I find normal GWT version for linux now? The link is broken. --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] [google-web-toolkit commit] r3679 - in changes/jat/oophm-branch/plugins: common xpcom

2008-09-24 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Wed Sep 24 12:42:55 2008 New Revision: 3679 Modified: changes/jat/oophm-branch/plugins/common/ByteOrder.h changes/jat/oophm-branch/plugins/common/HostChannel.h changes/jat/oophm-branch/plugins/common/Socket.cpp

[gwt-contrib] Re: Safari Empty History Tokens

2008-09-24 Thread Joel Webber
Thanks, Wayne. I posted a patch earlier today that seems to fix the problem. If you're in a position to try it out, that would be greatly appreciated. joel. On Tue, Sep 23, 2008 at 7:09 PM, WRL [EMAIL PROTECTED] wrote: I just updated 2909 with an example. Thanks, Wayne