Re: Blank page in Hosted Mode

2008-11-07 Thread Sumit Chandel
Hi Blaise, I can't think of any reasons why a project you created with GWT 1.4 wouldn't keep working using the GWT 1.4 libraries. You mentioned that you recently upgrade to GWT 1.5.3 and that during the upgrade, it somehow changed some settings in Eclipse that could be causing some of the

Re: Vtype

2008-11-07 Thread Sumit Chandel
Hi Ton, Could you be more specific about what you're trying to do? I haven't heard of the term Vtypes before, and after a quick web search, realized that it's a JavaScript library apparently used for keystroke filtering. Are you trying to integrate Vtypes with GWT? If so, for what purpose? It's

Re: DOM.eventPreventDefault(event) is not work IE6 and IE7

2008-11-07 Thread Thomas Broyer
On 7 nov, 08:02, jhpark [EMAIL PROTECTED] wrote:                         public boolean onEventPreview(Event event) {                                 boolean propagate = true;                                 int type = DOM.eventGetType(event);                                 if (type ==

Long-Polling hangs in IE6/7

2008-11-07 Thread [EMAIL PROTECTED]
Hi, I have the following problem: I have a chat-like component on page A, and the same component on page B. The chat works by long-polling i.e. the client is making a GWT-RPC call to a function get() and then is waiting on the server until a new message arrives. When a message arrives the call

Re: Creating a main site *and* an admin site

2008-11-07 Thread El Mentecato Mayor
I have the same requirement. At first, I thought about creating three projects, one that holds all shared functionality in it, and make it into a module that the other two would import, but since we're creating everything simultaneously, it becomes cumbersome (it would work well if we create the

Re: how to set pushbutton font size?

2008-11-07 Thread mwaschkowski
OK, figured it out, posting details here for future reference of others: Easy, just set the .html-face css property: .buttonBarPushButton-up .html-face{ color:orange; } Cheers, Mark On Nov 5, 8:27 am, mwaschkowski [EMAIL PROTECTED] wrote: I updated my css for a pushbutton to change the

Re: state of hibernate + GWT 1.5

2008-11-07 Thread jdwyah
Sorry a better link than the one above is: http://code.google.com/p/tocollege-net/source/browse/ProGWT/trunk/src/main/java/com/apress/progwt/server/gwt/HibernateFilter.java This is the filter itself, the link above is the small hacks I need to make to ServerSerializationStreamWriter to get it to

Re: DOM.eventPreventDefault(event) is not work IE6 and IE7

2008-11-07 Thread jhpark
thank for your answer. But it' same I don't know how.. On Nov 7, 8:24 pm, Thomas Broyer [EMAIL PROTECTED] wrote: On 7 nov, 08:02, jhpark [EMAIL PROTECTED] wrote:                         public boolean onEventPreview(Event event) {                                 boolean propagate =

Re: DOM.eventPreventDefault(event) is not work IE6 and IE7

2008-11-07 Thread Thomas Broyer
On 7 nov, 15:41, jhpark [EMAIL PROTECTED] wrote: thank for your answer. But it' same I don't know how.. Google for ie disable F1 First result: http://vsivakumar.wordpress.com/2007/03/01/disable-f1-key-in-ie-internet-explorer/ --~--~-~--~~~---~--~~ You

Re: state of hibernate + GWT 1.5

2008-11-07 Thread David Durham, Jr.
On Fri, Nov 7, 2008 at 8:44 AM, jdwyah [EMAIL PROTECTED] wrote: Sorry a better link than the one above is: http://code.google.com/p/tocollege-net/source/browse/ProGWT/trunk/src/main/java/com/apress/progwt/server/gwt/HibernateFilter.java This is the filter itself, the link above is the small

Re: SOAP Generator in GWT

2008-11-07 Thread sibiquin
Yes, we could also make use of this, please let us know where you make it available. Thanks! --~--~-~--~~~---~--~~ 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: state of hibernate + GWT 1.5

2008-11-07 Thread jdwyah
The approach I used in my book was to implement a filter over RPC that translates PersistenSet into Set, date.sql to regular dates, etc. This way I don't need to do squat in my model and all of these issues go away. Just throw whatever you want into the RPC pipe and the GWT incompatible types get

dynamically load css?

2008-11-07 Thread samsus
Hello everyone, Im trying to do an app where the user can dynamically load a html and its respective stylesheet. (after ,say, clicking a button). How can this be done? im using RequestBuilder to load the html, however when i used to load the css, the stylesheet is not apllied, i also tryed:

php usage with gwt

2008-11-07 Thread tapan
If i rename the .html to .php file will it work --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from

Re: state of hibernate + GWT 1.5

2008-11-07 Thread jdwyah
Huh, well, I'd be the last to know of course ;) Doesn't look like it's there now, but looks like Apress does have a deal with Safari. I'll give them a shout. -Jeff On Nov 7, 10:04 am, David Durham, Jr. [EMAIL PROTECTED] wrote: On Fri, Nov 7, 2008 at 8:44 AM, jdwyah [EMAIL PROTECTED] wrote:

Re: border-bottom not showing up

2008-11-07 Thread mwaschkowski
OK, the solution is basically that you have to add a label (even a completely empty Label!) or else the horizontal panel is not displayed, regardless if you set a height or not. ie. HorizontalPanel separaterPanel = new HorizontalPanel(); separaterPanel.setWidth(90%);

Re: clicking outside the TreeItem firing onTreeItemSelected event

2008-11-07 Thread Litty Preeth
thts a workaround... Thnxxx On Fri, Nov 7, 2008 at 9:21 PM, walden [EMAIL PROTECTED] wrote: In that case, extend Label to include reference to the TreeItem and/or the UserObject. On Nov 7, 10:32 am, Litty Preeth [EMAIL PROTECTED] wrote: But I want to know which TreeItem the

Re: clicking outside the TreeItem firing onTreeItemSelected event

2008-11-07 Thread walden
In that case, extend Label to include reference to the TreeItem and/or the UserObject. On Nov 7, 10:32 am, Litty Preeth [EMAIL PROTECTED] wrote: But I want to know which TreeItem the user clicked on. Because in the TreeItem I am storing a java object using the setUserObject and I use this

Re: dynamically load css?

2008-11-07 Thread walden
Are you reinventing the browser? Why don't you put a link on your page and let the user click it. Maybe you can style the link to look like a button. On Nov 7, 10:13 am, samsus [EMAIL PROTECTED] wrote: Hello everyone, Im trying to do an app where the user can dynamically load a html and its

Re: php usage with gwt

2008-11-07 Thread walden
tapan, That's like asking When my broken arm heals, will I be able to play the violin? Walden On Nov 7, 10:38 am, tapan [EMAIL PROTECTED] wrote: If i rename the .html to .php file will it work --~--~-~--~~~---~--~~ You received this message because you are

Re: php usage with gwt

2008-11-07 Thread Miroslav Genov
Hello, Yes, it will if you are talking for non hosted mode. If you are talking about the hosted mode, you have to take a look at the documentation how to deploy the application to an external server. Regards, Miroslav tapan wrote: If i rename the .html to .php file will it work

Re: clicking outside the TreeItem firing onTreeItemSelected event

2008-11-07 Thread walden
Then construct your TreeItem with Label instead of text, and attach a ClickListener to the Label. On Nov 7, 2:00 am, Litty Preeth [EMAIL PROTECTED] wrote: Actually I wanted a popup menu when user clicks on the TreeItem. I couldnt find any ClickListener for TreeItem so I used onSelect. -

Re: Vtype

2008-11-07 Thread Ton Carvalho
OK thanks I will use KeyboardListener. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this

Re: dynamically load css?

2008-11-07 Thread samsus
what are you talking about? On Nov 7, 4:04 pm, walden [EMAIL PROTECTED] wrote: Are you reinventing the browser? Why don't you put a link on your page and let the user click it. Maybe you can style the link to look like a button. On Nov 7, 10:13 am, samsus [EMAIL PROTECTED] wrote: Hello

Re: SOAP Generator in GWT

2008-11-07 Thread Danny
Ok, I've create a google code project and will review the code now ready to upload in the next day or so. Please bear in mind that this is quick and dirty code designed for a specific purpose and will need lots of work however I know the pains I went through before arriving at the point where we

Re: SOAP Generator in GWT

2008-11-07 Thread joseanquiles
Hi Danny, yes, I am very interested on it. We need to invoke servers publishing a WSDL from my GWT application. It is a very very important issue for us. Regards, Jose Antonio --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: border-bottom not showing up

2008-11-07 Thread Ian Bambury
That's the way is is supposed to work - if there is nothing to display, then there is, well, nothing to display. If you use a sensible doctype, you will get (more) consistent results - I.E. will behave better (well, the old ones won't) The old versions of IE used to have an empty linebox in

calling doGet() on the server from a hidden IFrame

2008-11-07 Thread [EMAIL PROTECTED]
Im downloading a csv file from the server in a doGet method. This works perfectly in hosted and web mode but not when deployed so i assume i am configuring something wrong as the doGet method never gets called. client code is: private void download(String search) { Log.warn(requesting csv

Re: clicking outside the TreeItem firing onTreeItemSelected event

2008-11-07 Thread Litty Preeth
But I want to know which TreeItem the user clicked on. Because in the TreeItem I am storing a java object using the setUserObject and I use this java object to construct the menu. On Fri, Nov 7, 2008 at 6:28 PM, walden [EMAIL PROTECTED] wrote: Then construct your TreeItem with Label instead of

Re: SOAP Generator in GWT

2008-11-07 Thread Danny
Ok guys, that's great. Where do you suggest to post the code? code.google.com ? I'd almost like to discuss your ideas on how it can be improved and maybe create a roadmap on where to take it. What's your thoughts? Regards, Danny On Nov 7, 10:27 am, eskatos [EMAIL PROTECTED] wrote: I'll be

Re: calling doGet() on the server from a hidden IFrame

2008-11-07 Thread [EMAIL PROTECTED]
Its probably worth noting that i have other RPC methods that DO invoke the server. but i guess this isnt a standard RPC mechanism and if it is it isnt setup like the others. Thanks in advance, Steve On Nov 7, 5:04 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Im downloading a csv file from

Article: Google Web Toolkit: Writing Ajax Applications Test-First

2008-11-07 Thread dan
All, Part two of my series on Google Web Toolkit, Google Web Toolkit: Writing Ajax Applications Test First, is now in print in the November 2008 issue of Better Software magazine. This article is a tutorial on applying Test Driven Development practices to build GWT applications. It introduces

Re: newbie question:Scroll textArea

2008-11-07 Thread Clerton Filho
No, it isn't, because the problem is put the scroll to the bottom always, like a chat... So... If you know how to do that... thanks! On Fri, Nov 7, 2008 at 4:18 AM, alex.d [EMAIL PROTECTED] wrote: It automatically appears when your input is too wide. Isn't that enough? On 6 Nov., 21:52,

Re: Facebook Bottom Menu

2008-11-07 Thread Istenes
Oh I see that now! Thanks got it to work with gwt. On 30 Okt, 13:57, walden [EMAIL PROTECTED] wrote: lstenes, That menu on facebook is a div with fixed positioning, anchored to the bottom right,  There is no reason you would not be able to implement the same sort of thing using GWT.

Re: Long-Polling hangs in IE6/7

2008-11-07 Thread Thomas Broyer
On 7 nov, 15:20, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I have the following problem: I have a chat-like component on page A, and the same component on page B. The chat works by long-polling i.e. the client is making a GWT-RPC call to a function get() and then is waiting on the

Problem with GWT 1.5 and IE 7

2008-11-07 Thread jamer
I have problems running an application in IE or Hosted Mode in Windows. When I am viewing the application in the IE I do not answer the buttons on the browser, that is, the application goes well, but I can not clicked for example in the browser's back button or scroll bar of your browser. Why can

GWT and spring - looking for references.

2008-11-07 Thread Allen Firstenberg
I've gone through the documentation, and while I see a lot of here is how you can do it with spring, most seem to be referencing hacks and work-arounds that were necessary in 1.3. In 1.4, there was supposed to be changes in the GWT framework to make spring integration easier, and demonstration

Re: SOAP Generator in GWT

2008-11-07 Thread eskatos
I'll be interested too. Paul --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send

Re: An update on the RPC communication stops functioning when running with Internet Explorer issue

2008-11-07 Thread PJ
I almost can't believe we solved this... Inspired by the thread at http://www.nabble.com/question-:-encounter-java.net.SocketTimeoutException:-Read-timed-out-occasionally-td19326602.html, we disabled keep-alive in Apache and that seems to have done the trick. What I don't understand is why the

Re: layout problem, panel size ignores setCellHeight(50%) ?

2008-11-07 Thread JohnMudd
I've given up on the original problem, setCellWidth() with percents. I'm trying a new, hopefully simpler, direction but I have a new problem. I'm now just trying to get by with setPixelSize(). Here's my new sample code. My first problem with the output is that I get a scroll bar on the right.

Re: layout problem, panel size ignores setCellHeight(50%) ?

2008-11-07 Thread Ian Bambury
I would guess that you missed a doctype - try !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd; I think that might change things, maybe not for the better. But the basic problem is what? Forget the 'how' for a moment. You want an HP with 2

How to implements MakeRequest of opensocial API for MySpace by GWT

2008-11-07 Thread Sammi
Hi, I'm developing a widget for myspace platform. I need to access another site's data by call use its url. Two strategies I used: 1. use external iframe, use gwt normal app compiled option(that is iframe used) and host the application on my own server. GWT Request Builder used to get the

GWT + Jetty + Maven

2008-11-07 Thread Miroslav Genov
Hello guys, I was wondering if there is a way to configure maven to deploy on jetty gwt code without recompile of client classes, i.e. with using of excludes in the scanTargetPattern configuration. Currently I'm having a completed set up of GWT with maven and jetty and I'm trying to speed

Re: GWT and spring - looking for references.

2008-11-07 Thread David Durham, Jr.
On Fri, Nov 7, 2008 at 12:29 PM, Allen Firstenberg [EMAIL PROTECTED] wrote: I've gone through the documentation, and while I see a lot of here is how you can do it with spring, most seem to be referencing hacks and work-arounds that were necessary in 1.3. In 1.4, there was supposed to be

new user with a few questions.

2008-11-07 Thread dondzes
I am new to web programming and GWT looks to be perfect tool for me to build web apps so I am excited about using it. I am still getting use to the restrictive nature of what you can do in the client and what J2SE classes are available for us. If it helps I am doign my development and testing

Re: SVG in GWT

2008-11-07 Thread Danish
Thanks. I want to use SVG in Java for a project. I have not found any good material explaining the integration. I am trying canvas and will report if i find any problem. However, is it that canvas only supports on rec? Is there any more stuff on SVG and canvas? Thanks again /Danish On Oct 29,

Cancelling GWT history navigation

2008-11-07 Thread Dimas
I've looked around for this on the group and on the web and I'm surprised that I've not been able to find any information on this. I currently have a state in my app where there is user-entered information, and I'd like to ask the user before navigating to a state that loses that information.

Gwtai: Problem to include the Gwtai jars in my Project

2008-11-07 Thread teremin
Hello everyone, hope someone can help me here. i try to include the GWTAI-Project in my GWT Project (http:// code.google.com/p/gwtai/). But at deploying the application i get the errormessage: Loading inherited module 'com.google.gwt.gwtai.applet.AppletIntegration' Unable to find

Re: Calling GWT-RPC-Services from something other than GWT

2008-11-07 Thread [EMAIL PROTECTED]
You can take a look of JSON RPC example (http://code.google.com/ webtoolkit/examples/jsonrpc/). JSON RPC has implementations for both Java and .Net. However, you might have to implement something (or find libraries) to marshal/unmarshal the JSON data into java or C# objects that are useful to the

Re: calling doGet() on the server from a hidden IFrame

2008-11-07 Thread gregor
Hi Steve, I would venture it might pay you to read and translate your CSV file into a List of DTO objects (each, say, representing a line of CSV text) within a GWT RPC method that sends this List back over the wire - GWT RPC will handle all that for you. Easier, and I think parsing the CSV might

Re: dynamically load css?

2008-11-07 Thread walden
I'm talking about dynamically load a html and its respective stylesheet. (after ,say, clicking a button). That's what usually happens when a user clicks a link on a web page (or a button with a little script to set location). If that's all you want, why don't you just let the browser do it?

Re: layout problem, panel size ignores setCellHeight(50%) ?

2008-11-07 Thread JohnMudd
Thanks. The new doctype changed the output but, as you guessed, the effect is interesting but not what I wanted. The panels collapsed to minimum size. My basic problem is layout. I just need to nest panels without unexpected results. I've given up on auto-resize. I'll either write code to

Re: border-bottom not showing up

2008-11-07 Thread mwaschkowski
Thanks Ian, I appreciate the follow up. I have done a lot of flash development lately (ugh) but one thing it does well is render things nicely - if I made an empty box in flash with a bottom border, well, thats what you get on the screen. I have to keep reminding myself of limitations like (the

Re: layout problem, panel size ignores setCellHeight(50%) ?

2008-11-07 Thread Ian Bambury
Hi John, Here's a working example of two labels in an HP which will stick at 30-70 wide and 100% high. You *must* have the doctype, and you must put the html, body css in as css not in code. Most of the rest can go in as css, but I've done it here for clarity. The code is arranged so that you

Re: border-bottom not showing up

2008-11-07 Thread Ian Bambury
Hi Mark, A 'div' is a division of a document originally and it there are no words or pictures in it, it doesn't really exist. If you understand that, it makes sense to (effectively) cut out blank pages. But now we are not really using them as they were intended. That is why MS had the so-called

Re: Long-Polling hangs in IE6/7

2008-11-07 Thread [EMAIL PROTECTED]
Hi Thomas, That sounds reasonable. How can I make the GWT-RPC method return a Request? -Severin On Nov 7, 10:00 am, Thomas Broyer [EMAIL PROTECTED] wrote: On 7 nov, 15:20, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I have the following problem: I have a chat-like component on

Re: ImageBundle combines my images

2008-11-07 Thread Lucas86
Yes, I'm using 1.5. I've tried loading the images from the same location as the class, it had the same result. Everything seems to work in the sense that it all compiles and runs. It's just that when images are accessed they come out as two or three of the image files mashed together. On Nov 7,

about GWT compiler performance

2008-11-07 Thread surfer
since often the main development of an application is viewed and debugged with one single type of browser and only sometimes verified on the others, does anybody know if it's possible to force GWT compiler to build javascript code for just one single target browser, in order to increase compiling

Re: about GWT compiler performance

2008-11-07 Thread Ian Petersen
On Fri, Nov 7, 2008 at 6:06 PM, surfer [EMAIL PROTECTED] wrote: since often the main development of an application is viewed and debugged with one single type of browser and only sometimes verified on the others, does anybody know if it's possible to force GWT compiler to build javascript

suppressed warnings

2008-11-07 Thread rjcarr
I was getting the warnings described in this Issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=2862 And I wanted to make them go away so I added the set-property advice to my module file (understanding it would suppress other errors as well). So adding it suppressed those

Re: border-bottom not showing up

2008-11-07 Thread mwaschkowski
Haha, funny, true. Not sure what John Mudd is referencing though :) On Nov 7, 5:48 pm, Ian Bambury [EMAIL PROTECTED] wrote: Hi Mark, A 'div' is a division of a document originally and it there are no words or pictures in it, it doesn't really exist. If you understand that, it makes sense to

Compile error in GettingStartedRPC (method does not override a method from its superclass)

2008-11-07 Thread hezjing
Hi The following example is described in http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-doc-1-5t=GettingStartedRPC public class StockPriceServiceImpl extends RemoteServiceServlet implements StockPriceService { @Override public StockPrice[]

Re: Serialization Error

2008-11-07 Thread Greg
In order for a class to be added to the serialization policy, the class must be either a parameter to an RPC method, or a return type from an RPC method. There are a couple excpetions to this, but that's the general rule. In your RPC interface, does the type LatitudeLongitude appear in any of

Re: layout problem, panel size ignores setCellHeight(50%) ?

2008-11-07 Thread JohnMudd
About the doctype... Are you saying I need any doctype or I need the specific one you suggested? I was using this from GWT 1.5. !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN Does GWT now suggest running in standard mode instead of quirk mode? I was having better luck in

Re: layout problem, panel size ignores setCellHeight(50%) ?

2008-11-07 Thread Ian Bambury
You should be OK with that, it's what's recommended,isn't it. I haven't gone too deeply into doctypes (for that read 'not at all, really') it's the same as the one I mentioned, just that mine had the dtd location - it's just the spec, really - you can download the 'loose' one (for transitional)

What is the use of generator folder in GWT 1.5.2 showcase example

2008-11-07 Thread ship
Hi, I could not understand that what is the use of generator folder in showcase example in GWT 1.5.2. Actually I want to use java's io package at client side in GWT but it gives errors when i use io class in client folder. I read showcase example in which io class is used in a java file which is

[gwt-contrib] [google-web-toolkit commit] r3981 - branches/1_6_clean_events/user/src/com/google/gwt/event/shared

2008-11-07 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Fri Nov 7 06:57:54 2008 New Revision: 3981 Modified: branches/1_6_clean_events/user/src/com/google/gwt/event/shared/HandlerManager.java Log: Whitespace error. Modified: branches/1_6_clean_events/user/src/com/google/gwt/event/shared/HandlerManager.java

[gwt-contrib] Re: RR: eager upref

2008-11-07 Thread Scott Blum
Okay, I'll review the patch as-is for trunk then. On Fri, Nov 7, 2008 at 1:58 PM, Lex Spoon [EMAIL PROTECTED] wrote: On Fri, Nov 7, 2008 at 12:54 PM, Scott Blum [EMAIL PROTECTED] wrote: Two qq: 1) Is this for trunk or 1.6? It's against trunk, which was my initial impression of where it

[gwt-contrib] [google-web-toolkit commit] r3985 - changes/kprobst/soyc-vis/src/com/google/gwt/soyc

2008-11-07 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Fri Nov 7 10:44:21 2008 New Revision: 3985 Modified: changes/kprobst/soyc-vis/src/com/google/gwt/soyc/LiteralsCollection.java Log: Updated html outputter to use google api table. Much nicer. Modified:

[gwt-contrib] [google-web-toolkit commit] r3987 - in branches/1_6_clean_events: reference/code-museum/src/com/google/gwt/museum/client/comm...

2008-11-07 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Fri Nov 7 10:59:17 2008 New Revision: 3987 Added: branches/1_6_clean_events/user/src/com/google/gwt/event/dom/client/HandlesAllFocusEvents.java (contents, props changed) - copied, changed from r3979,

[gwt-contrib] [google-web-toolkit] EmilyCrutcher commented on revision r3979.

2008-11-07 Thread codesite-noreply
[google-web-toolkit] EmilyCrutcher commented on revision r3979. Details are at http://code.google.com/p/google-web-toolkit/source/detail?r=3979 General Comment: LGTM, only questions is if you checked that setting eventsToSink to 0 ended up creating an extra widget constructor? Respond to

[gwt-contrib] [google-web-toolkit commit] r3990 - in branches/1_6_clean_events/eclipse: reference/code-museum samples/DynaTable samples/Hel...

2008-11-07 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Fri Nov 7 14:36:51 2008 New Revision: 3990 Modified: branches/1_6_clean_events/eclipse/reference/code-museum/.classpath branches/1_6_clean_events/eclipse/samples/DynaTable/.project branches/1_6_clean_events/eclipse/samples/Hello/.classpath

[gwt-contrib] [google-web-toolkit commit] r3991 - branches/1_6_clean_events/user/src/com/google/gwt/event

2008-11-07 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Fri Nov 7 15:00:29 2008 New Revision: 3991 Modified: branches/1_6_clean_events/user/src/com/google/gwt/event/Event.gwt.xml Log: Removing bad source path. Modified: branches/1_6_clean_events/user/src/com/google/gwt/event/Event.gwt.xml

[gwt-contrib] [google-web-toolkit commit] r3992 - branches/1_6_clean_events/user/src/com/google/gwt/event/shared

2008-11-07 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Fri Nov 7 15:01:37 2008 New Revision: 3992 Modified: branches/1_6_clean_events/user/src/com/google/gwt/event/shared/HandlerManager.java Log: changing generic type to one letter. Modified:

[gwt-contrib] [google-web-toolkit commit] r3994 - branches/1_6_clean_events/user/src/com/google/gwt/user/client

2008-11-07 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Fri Nov 7 15:04:46 2008 New Revision: 3994 Modified: branches/1_6_clean_events/user/src/com/google/gwt/user/client/Window.java Log: Using short type var names. Modified: branches/1_6_clean_events/user/src/com/google/gwt/user/client/Window.java