Re: GWT 2.5 RC1 Is Here!

2012-06-28 Thread Rajeshwar Mishra
Great

Thanks,
Rajeshwar

On Thu, Jun 28, 2012 at 2:09 AM, Rajeev Dayal  wrote:

> Hey all,
>
> We're excited to announce the GWT 2.5 Release Candidate! Read about it on
> the GWT Blog ,
> and download it here  
> (bottom
> of the page). The RC has been uploaded to Maven Central with the version
> string of 2.5.0-rc1.
>
> Please give it a try and let us know your feedback! Also, many thanks to
> all of you for your contributions. Without your help, we wouldn't have had
> a GWT 2.5 release at all!
>
>
> -Rajeev, on behalf of the GWT team
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/PvOse0s5gwAJ.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



reordering of column in celltable

2012-06-28 Thread tong123123
current, the column order in CellTable is fixed in coding, that is, 
something like

Celltable.addColumn(col1, "col1");
> Celltable.addColumn(col2, "col2");
> Celltable.addColumn(col3, "col3");
> ..
> Celltable.addColumn(col10, "col10");
>


1) if user want to change this column order (e.g. user want the col3 to be 
placed at the first column), there is impossible to do something like drag 
and drop to change the column order in CellTable ,right?
2) if we create a table like

Strnig position
col1 5
col2 1
col3 2
...
col10   3

is it possible to use this table to dynamic change the ordering of column 
in the CellTable?

3) even worse, if one day user add one more row to the previous table like 

> col11 6
>
is it possible to automatically add this new column in the UI without 
changing code? (I really think this is impossible)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/oeLxaMOQxK0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Cell-Backed Widgets

2012-06-28 Thread July
HI all:

I found one doc from GWT offcial wiki page, it's about cell-backed widgets:
http://code.google.com/p/google-web-toolkit/wiki/CellBackedWIdgets 

The idea in this doc is really nice, however seem GWT does not continue 
with this idea? in this package:
com.google.gwt.widget.client
there are merely only one of the "modern widget" since 2011.

I think It would be very regretful if GWT team quit this wonderful design 
pattern.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/0GOp11UuyJIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: google maps

2012-06-28 Thread Kyle Anderson
I need to be able to pan and zoom, that's why I'm using Google Maps.

The solution I am thinking of is to prerender the map as a layer on the 
server,  The user can then add markers as needed.  Their delete operations, 
however, will not show up until they reload (not optimal, but I cannot 
think of any other way).

Kyle


On Thursday, June 28, 2012 5:12:27 PM UTC-7, Kyle Anderson wrote:
>
> I have developed an application in GWT which allows users to visualize a 
> large graph.  The application has a few requirements:
>
> 1.) Display about 5000 nodes & edges
> 2.) add or delete nodes/edges from the graph
> 3.) click nodes/edges on the graph & execute a custom callback function
> 4.) Provide a blank overlay behind the markers so it is not obvious that 
> this is a Google Map
>
>
> I built this using gwt-maps-v2, but it performs very slugglishly.  Load 
> time is slow, the elements take a while to reappear on pan/zoom, and the 
> blank background flickers on pan/zoom.  I have seen solutions for this 
> using javascript such as GMarker and MarkerLIght.  
>
> Is there anything similar for GWT?
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/np7lZTKfFZAJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Issues with Gwt Bootstrap on IE 8

2012-06-28 Thread Joseph Lust
Pretty much everything that's missing there (rounded borders, custom fonts, 
gradients) are not supported by IE8, hence you issue. Shim should do it.

Sincerely,
Joseph

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Z4gXXPDHvq4J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: google maps

2012-06-28 Thread Joseph Lust

>
> Provide a blank overlay behind the markers so it is not obvious that this 
> is a Google Map 
>

If you don't want to show a map, on the map, then why use Google Maps? Why 
not just drop points on a canvas? It's easy to load an image of the world 
into the background of your canvas/div/etc to draw the points over.

Also, most browsers are going to be slow with 5K objects being tracked with 
events in the DOM. Consider drawing them on a canvas to cut down on that 
overhead. You can map click events on the canvas to a given point using a 
single event handler which will make things much faster.


Sincerely,
Joseph 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Pp2pez1WEWMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Widgets Do Not Resize In Relation To Browser

2012-06-28 Thread KGD
Working through the RequiresResize and ProvidesResize interfaces

On Thursday, June 28, 2012 8:30:34 PM UTC-4, KGD wrote:
>
> Thank you for the response.  When you reference "resizeLayoutPanel" are 
> you using that as a generic for the specific items such as DockLayoutPanel, 
> SplitLayoutPanel, TabLayoutPanel, etc.?  Sorry if the question seems 
> stupid, I'm used to Swing and AWT but I'm just working through GWT.  I'm 
> expecting a child component to attach to its parent container.  Do you have 
> an example of how you are suggesting to resize the component?
>
> Thanks,
> KGD
>
>
> On Wednesday, June 27, 2012 9:24:16 PM UTC-4, Steve wrote:
>>
>> Wrap it in a resizeLayoutPanel. Then you can set set a resizeHandler. 
>> When that triggers, get the new height and width of the resizePanel and 
>> resize the widgets inside it proportionately. You may need to play around 
>> with the width to subtract the width of the scroll bars. 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/0CZAyNDJHeoJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Widgets Do Not Resize In Relation To Browser

2012-06-28 Thread KGD
Thank you for the response.  When you reference "resizeLayoutPanel" are you 
using that as a generic for the specific items such as DockLayoutPanel, 
SplitLayoutPanel, TabLayoutPanel, etc.?  Sorry if the question seems 
stupid, I'm used to Swing and AWT but I'm just working through GWT.  I'm 
expecting a child component to attach to its parent container.  Do you have 
an example of how you are suggesting to resize the component?

Thanks,
KGD


On Wednesday, June 27, 2012 9:24:16 PM UTC-4, Steve wrote:
>
> Wrap it in a resizeLayoutPanel. Then you can set set a resizeHandler. When 
> that triggers, get the new height and width of the resizePanel and resize 
> the widgets inside it proportionately. You may need to play around with the 
> width to subtract the width of the scroll bars. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/zZD19OL-K6sJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



google maps

2012-06-28 Thread Kyle Anderson
I have developed an application in GWT which allows users to visualize a 
large graph.  The application has a few requirements:

1.) Display about 5000 nodes & edges
2.) add or delete nodes/edges from the graph
3.) click nodes/edges on the graph & execute a custom callback function
4.) Provide a blank overlay behind the markers so it is not obvious that 
this is a Google Map


I built this using gwt-maps-v2, but it performs very slugglishly.  Load 
time is slow, the elements take a while to reappear on pan/zoom, and the 
blank background flickers on pan/zoom.  I have seen solutions for this 
using javascript such as GMarker and MarkerLIght.  

Is there anything similar for GWT?




-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/efEpcwh27IYJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Loading third-party Javascript with a script loader

2012-06-28 Thread JoseM
You can also try using ScriptInjector, and make sure you set the Window to 
the one you want ($wnd).  They provide a callback to let you know when it 
is loaded:

http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/core/client/ScriptInjector.html

Here is one way I have used 
it: 
http://stackoverflow.com/questions/8744663/how-to-insert-twitter-widget-into-a-gwt-view/8764304#8764304

On Thursday, June 28, 2012 6:02:54 PM UTC-4, Bakul wrote:
>
> Hi,
>
> You can add javascript asynchronously whenever you want and invoke any 
> function from that js using JSNI.
>
> Please refer following 
>
> https://developers.google.com/web-toolkit/articles/using_gwt_for_json_mashups
>  
>
> You will probably need something like following to add js in the page and 
> then you can invoke the method from your js using JSNI
>
> public void addScript(String url) {
> Element e = DOM.createElement("script");
> DOM.setAttribute(e, "language", "JavaScript");
> DOM.setAttribute(e, "src", url);
> DOM.appendChild(RootPanel.get().getElement(), e);
> } 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/l8zhZo-wkgQJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Loading third-party Javascript with a script loader

2012-06-28 Thread Bakul
Hi,

You can add javascript asynchronously whenever you want and invoke any 
function from that js using JSNI.

Please refer following 
https://developers.google.com/web-toolkit/articles/using_gwt_for_json_mashups
 

You will probably need something like following to add js in the page and 
then you can invoke the method from your js using JSNI

public void addScript(String url) {
Element e = DOM.createElement("script");
DOM.setAttribute(e, "language", "JavaScript");
DOM.setAttribute(e, "src", url);
DOM.appendChild(RootPanel.get().getElement(), e);
} 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/raYYrIyZ4aMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: get the country and city from latitude and longitude

2012-06-28 Thread Bakul
There are two options

1. You can use google geocoding service either JSON or XML, pass latitude 
and longitude as input and parse the response. For example following URL 
will give you the json result of Google's HQ in Mountain View CA.
http://maps.googleapis.com/maps/api/geocode/json?address=37.4231054,-122.0823988&sensor=false
 

2. Use below method from GWT-MAPS (which is deprecated, and I am not sure 
whether that will work with your gwt version)

http://gwt-google-apis.googlecode.com/svn/javadoc/maps/1.0/com/google/gwt/maps/client/geocode/Geocoder.html#getLocations(com.google.gwt.maps.client.geom.LatLng,
 
com.google.gwt.maps.client.geocode.LocationCallback) 

Thanks,
Bakul.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Ton95Da-iMcJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT Designer -- GC overhead limit exceeded

2012-06-28 Thread Thad
I part of my job I dislike the most is laying out HTML. As such I have a 
love-hate relationship with GWT Designer. While it makes some things 
easier, in many more ways it's just plain maddening.

Currently my chief gripe is how GWT Designer keeps crashing Eclipse. Even 
when I'm *not* getting errors back on switching from XML Source view to 
Design view, the progress bar will stop and, after some wait, I receive an 
error dialog:

Designer [1.3.0.r37x201202021417.201206281156]: GC overhead limit exceeded
GC overhead limit exceeded


When I close this, I get a crash dialog and must close Eclipse.

I am running Eclipse IDE for Java Developers, Version: Indigo Service 
Release 2, Build id: 20120216-1857 on openSUSE 12.1 with the latest Java 
1.6 from Sun (although this has been a problem with earlier versions of 
openSUSE, Java, Eclipse, and GWT Designer).

Is anyone else experiencing this problem?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/rynkXmrc9jwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 RC1 Is Here!

2012-06-28 Thread Thad
Full ARIA coverage. Hurrah!

On Wednesday, June 27, 2012 4:39:07 PM UTC-4, Rajeev Dayal wrote:
>
> Hey all,
>
> We're excited to announce the GWT 2.5 Release Candidate! Read about it on 
> the GWT Blog , 
> and download it here  
> (bottom 
> of the page). The RC has been uploaded to Maven Central with the version 
> string of 2.5.0-rc1.
>
> Please give it a try and let us know your feedback! Also, many thanks to 
> all of you for your contributions. Without your help, we wouldn't have had 
> a GWT 2.5 release at all!
>
>
> -Rajeev, on behalf of the GWT team
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/8Z3cgRv6f9EJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Issues with Gwt Bootstrap on IE 8

2012-06-28 Thread Carlos Alexandro Becker
Hi Damu,

Please, try to add below code to your module.html head tag:





...

Best regards
Carlos

On Thursday, June 28, 2012 11:23:08 AM UTC-3, Dhamu wrote:
>
> Hi everyone,
>
> I have integrated GWT bootstrap with my GWT Application. 
> Some CSS of GWT Bootstrap are not rendered in IE8, but it looks fine in 
> Firefox, Google Chrome, Safari.
> I want to add specifically anything for Internet Explorer in GWT 
> application?
> And another thing, I have edited GWT Bootstrap source and i have debugged 
> locally. 
> Those edited functions are works fine in Google Chrome, Firefox & Safari 
> except Internet Explorer.
>
> I have attached screenshot also.
>
> I am using GWT SDK - 2.4.0
> GWT Bootstrap - 2.0.4
>
>
> Regards,
> Dhamu
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/A3eTTXMdXBcJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Cell List Issue

2012-06-28 Thread Michael Cohen
So I figured out a workaround today.
Add this to your code to workaround this problem in IE:

private native static void disableDefaultSelection(Element e)/*-{
e.ondrag = function () { return false; };
e.onselectstart = function () { return false; };
e.style.unselectable="on"
}-*/;

After instantiating the CellList, just call 
disableDefaultSelection(cellList.getElement());

-Mike


in Firefox I think there is an analogous property to set




On Thursday, June 28, 2012 9:25:00 AM UTC-4, Michael Cohen wrote:
>
> Same problem here - when running under IE.  Did you ever find a solution 
> or workaround?
> On Monday, February 13, 2012 6:35:10 AM UTC-5, Santhosh Kumar wrote:
>>
>> Hi, 
>>
>>  We have CellList on our application within main panel.When we use 
>> shift key to select multiple values in Cell List,the entire screen get 
>> selected instead of the the items in cell list.Is there are solution 
>> for this? 
>>
>> Regards 
>> Santhosh
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/OeD5ywsuNpIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 RC1 Is Here!

2012-06-28 Thread Barop, Johannes
You can use the 2.4-plugin. You have to use the new version if you
want to use the new features/compiler flags.

J.

2012/6/28 JoseM :
> Can we use this with the existing gwt maven plugin or do we need to use a
> newer version/build or own?
>
> http://mojo.codehaus.org/gwt-maven-plugin/
>
>
> On Thursday, June 28, 2012 12:34:58 PM UTC-4, Thomas Broyer wrote:
>>
>>
>>
>> On Thursday, June 28, 2012 4:56:28 PM UTC+2, Albert Attard wrote:
>>>
>>> Thanks for sharing this and well done.
>>>
>>> What version of Java does this work with?  Does it support Java 7 code?
>>
>>
>> No, Java 6 only.
>>
>> (you should be able to use a JDK 7, but you can only use Java 6 the
>> language: -source 1.6 -target 1.6)
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/LMsFwUIB_ssJ.
>
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
Johannes Barop - Softwareentwicklung & Beratung
Alsterdorfer Straße 573
DE-22335 Hamburg

E-Mail: j...@barop.de
Tel.: +49 40 807 907 37
Fax : +49 40 807 907 39
Mobil: +49 176 491 551 38

Web: http://www.barop.de

Steuernummer: 49/012/01566
Umsatzsteuer-Identifikationsnummer gemäß §27 a Umsatzsteuergesetz: DE271106292

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 RC1 Is Here!

2012-06-28 Thread Dennis Haupt
since it's a java app - can you profile it? there should be a pretty
obvious reason, may be massive garbage collection?

Am 28.06.2012 19:40, schrieb Stefano Ciccarelli:
> My times are with closure disabled!!! And code server takes never less
> than two minutes to compile a single permutation of the same app.
> 
> -- 
> Sent with Sparrow 
> 
> Il giorno giovedì 28 giugno 2012, alle ore 19:21, Dennis Haupt ha scritto:
> 
>> same here. enabling the closure compiler almost doubles the compilation
>> time. but i don't care, i only have to run the compiler in this mode
>> before a release. the code server takes about 10 seconds to handle a
>> change in the same app.
>>
>> Am 28.06.2012 18:47, schrieb Stefano Ciccarelli:
>>> Our project compiles in 9 minutes with GWT 2.4 and 17 minutes with GWT
>>> 2.5.rc1.
>>> I think this is not acceptable to save only a 10% in Javascript size.
>>>
>>> -- 
>>> Inviato con Sparrow 
>>>
>>> Il giorno mercoledě 27 giugno 2012, alle ore 22:39, Rajeev Dayal ha
>>> scritto:
>>>
 Hey all,

 We're excited to announce the GWT 2.5 Release Candidate! Read about it
 on the GWT Blog
 , and
 download it here
  (bottom of the
 page). The RC has been uploaded to Maven Central with the version
 string of 2.5.0-rc1.

 Please give it a try and let us know your feedback! Also, many thanks
 to all of you for your contributions. Without your help, we wouldn't
 have had a GWT 2.5 release at all!


 -Rajeev, on behalf of the GWT team

 -- 
 You received this message because you are subscribed to the Google
 Groups "Google Web Toolkit" group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/PvOse0s5gwAJ.
 To post to this group, send email to
 google-web-toolkit@googlegroups.com
 .
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google
>>> Groups "Google Web Toolkit" group.
>>> To post to this group, send email to google-web-toolkit@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> google-web-toolkit+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>>
>> -- 
>>
>>
>>
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Google Web Toolkit" group.
>> To post to this group, send email to google-web-toolkit@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-web-toolkit+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.


-- 



-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 RC1 Is Here!

2012-06-28 Thread Stefano Ciccarelli
My times are with closure disabled!!! And code server takes never less than two 
minutes to compile a single permutation of the same app.

--  
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)


Il giorno giovedì 28 giugno 2012, alle ore 19:21, Dennis Haupt ha scritto:

> same here. enabling the closure compiler almost doubles the compilation
> time. but i don't care, i only have to run the compiler in this mode
> before a release. the code server takes about 10 seconds to handle a
> change in the same app.
>  
> Am 28.06.2012 18:47, schrieb Stefano Ciccarelli:
> > Our project compiles in 9 minutes with GWT 2.4 and 17 minutes with GWT
> > 2.5.rc1.
> > I think this is not acceptable to save only a 10% in Javascript size.
> >  
> > --  
> > Inviato con Sparrow 
> >  
> > Il giorno mercoledě 27 giugno 2012, alle ore 22:39, Rajeev Dayal ha
> > scritto:
> >  
> > > Hey all,
> > >  
> > > We're excited to announce the GWT 2.5 Release Candidate! Read about it
> > > on the GWT Blog
> > > , and
> > > download it here
> > >  (bottom of the
> > > page). The RC has been uploaded to Maven Central with the version
> > > string of 2.5.0-rc1.
> > >  
> > > Please give it a try and let us know your feedback! Also, many thanks
> > > to all of you for your contributions. Without your help, we wouldn't
> > > have had a GWT 2.5 release at all!
> > >  
> > >  
> > > -Rajeev, on behalf of the GWT team
> > >  
> > > --  
> > > You received this message because you are subscribed to the Google
> > > Groups "Google Web Toolkit" group.
> > > To view this discussion on the web visit
> > > https://groups.google.com/d/msg/google-web-toolkit/-/PvOse0s5gwAJ.
> > > To post to this group, send email to
> > > google-web-toolkit@googlegroups.com
> > > .
> > > To unsubscribe from this group, send email to
> > > google-web-toolkit+unsubscr...@googlegroups.com
> > > .
> > > For more options, visit this group at
> > > http://groups.google.com/group/google-web-toolkit?hl=en.
> > >  
> >  
> >  
> > --  
> > You received this message because you are subscribed to the Google
> > Groups "Google Web Toolkit" group.
> > To post to this group, send email to google-web-toolkit@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> > http://groups.google.com/group/google-web-toolkit?hl=en.
> >  
>  
>  
>  
> --  
>  
>  
>  
> --  
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-web-toolkit?hl=en.
>  
>  


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 RC1 Is Here!

2012-06-28 Thread JoseM
Can we use this with the existing gwt maven plugin or do we need to use a 
newer version/build or own?

http://mojo.codehaus.org/gwt-maven-plugin/

On Thursday, June 28, 2012 12:34:58 PM UTC-4, Thomas Broyer wrote:
>
>
>
> On Thursday, June 28, 2012 4:56:28 PM UTC+2, Albert Attard wrote:
>>
>> Thanks for sharing this and well done.
>>
>> What version of Java does this work with?  Does it support Java 7 code?
>>
>
> No, Java 6 only.
>
> (you should be able to use a JDK 7, but you can only use Java 6 the 
> language: -source 1.6 -target 1.6) 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/LMsFwUIB_ssJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 RC1 Is Here!

2012-06-28 Thread saida dhanavath
WOW!  great Congrats! GWT Team.

Regards,
Saida.

On Thu, Jun 28, 2012 at 10:51 PM, Dennis Haupt wrote:

> same here. enabling the closure compiler almost doubles the compilation
> time. but i don't care, i only have to run the compiler in this mode
> before a release. the code server takes about 10 seconds to handle a
> change in the same app.
>
> Am 28.06.2012 18:47, schrieb Stefano Ciccarelli:
> > Our project compiles in 9 minutes with GWT 2.4 and 17 minutes with GWT
> > 2.5.rc1.
> > I think this is not acceptable to save only a 10% in Javascript size.
> >
> > --
> > Inviato con Sparrow 
> >
> > Il giorno mercoledě 27 giugno 2012, alle ore 22:39, Rajeev Dayal ha
> > scritto:
> >
> >> Hey all,
> >>
> >> We're excited to announce the GWT 2.5 Release Candidate! Read about it
> >> on the GWT Blog
> >> , and
> >> download it here
> >>  (bottom of the
> >> page). The RC has been uploaded to Maven Central with the version
> >> string of 2.5.0-rc1.
> >>
> >> Please give it a try and let us know your feedback! Also, many thanks
> >> to all of you for your contributions. Without your help, we wouldn't
> >> have had a GWT 2.5 release at all!
> >>
> >>
> >> -Rajeev, on behalf of the GWT team
> >>
> >> --
> >> You received this message because you are subscribed to the Google
> >> Groups "Google Web Toolkit" group.
> >> To view this discussion on the web visit
> >> https://groups.google.com/d/msg/google-web-toolkit/-/PvOse0s5gwAJ.
> >> To post to this group, send email to
> >> google-web-toolkit@googlegroups.com
> >> .
> >> To unsubscribe from this group, send email to
> >> google-web-toolkit+unsubscr...@googlegroups.com
> >> .
> >> For more options, visit this group at
> >> http://groups.google.com/group/google-web-toolkit?hl=en.
> >
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Google Web Toolkit" group.
> > To post to this group, send email to google-web-toolkit@googlegroups.com
> .
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> > http://groups.google.com/group/google-web-toolkit?hl=en.
>
>
> --
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>


-- 
Regards,
Saida Dhanavath

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Cell List Issue

2012-06-28 Thread Michael Cohen
Same problem here - when running under IE.  Did you ever find a solution or 
workaround?
On Monday, February 13, 2012 6:35:10 AM UTC-5, Santhosh Kumar wrote:
>
> Hi, 
>
>  We have CellList on our application within main panel.When we use 
> shift key to select multiple values in Cell List,the entire screen get 
> selected instead of the the items in cell list.Is there are solution 
> for this? 
>
> Regards 
> Santhosh

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/TvAdwVyO7pkJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Shopping Cart OpenSource using GWT

2012-06-28 Thread Supper GWTer
Does anyone know any shopping cart opensource using GWT? 
Serverside may be in Java or .NET.

Regards,

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Y3sGexKfClYJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Issues with Gwt Bootstrap on IE 8

2012-06-28 Thread Dhamu
Hi everyone,

I have integrated GWT bootstrap with my GWT Application. 
Some CSS of GWT Bootstrap are not rendered in IE8, but it looks fine in 
Firefox, Google Chrome, Safari.
I want to add specifically anything for Internet Explorer in GWT 
application?
And another thing, I have edited GWT Bootstrap source and i have debugged 
locally. 
Those edited functions are works fine in Google Chrome, Firefox & Safari 
except Internet Explorer.

I have attached screenshot also.

I am using GWT SDK - 2.4.0
GWT Bootstrap - 2.0.4


Regards,
Dhamu




-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/rJwzNmg7FXcJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

<>

Re: Google Eclipse Plugin deletes gwt-servlet.jar when running?

2012-06-28 Thread ZeC
Hi, I am running into similar issue. What helped you in the end?
I use m2eclipse+gwt+gae.
When I do "maven clean install" it creates my output directory and running 
"mvn gwt:run" is OK.
When I go into Eclipse and run project as Google Web Application, plugin 
deletes WEB-INF/lib directory from the output, and then it fails because it 
can't find classes from gwt-servlet.jar

I just updated GPE (latest the greatest) and let's me choose any directory 
as hosted dir for GWT.

Thanks ahead!

On Monday, May 30, 2011 4:01:21 PM UTC+2, Philippe Beaudoin wrote:
>
> We recently added a maven dependency to gwt-servlet and cleaned-up the POM 
> somewhat (thanks to Yannis Gonianakis) which made it possible to run "as 
> web application" simple projects that do not have a server-side component.
>
> For my projects with a GAE component, the "Launch and Deploy from this 
> Directory" was unchecked. I tried checking it but keep on getting the 
> following error:
>   [WARN] Error starting handlers
>   java.lang.NoClassDefFoundError: 
> com/google/inject/servlet/GuiceServletContextListener
>
> Thanks a lot for taking the time to look into this Rajeev, much 
> appreciated.
>
>Philippe
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/umoXo5BuVz4J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 RC1 Is Here!

2012-06-28 Thread kht
congratulations to the whole gwt team!
great work!
just compiled all my projects with it... all works fine!
thanks for all your efforts!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/3AT1U1tdKFEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 RC1 Is Here!

2012-06-28 Thread Dennis Haupt
same here. enabling the closure compiler almost doubles the compilation
time. but i don't care, i only have to run the compiler in this mode
before a release. the code server takes about 10 seconds to handle a
change in the same app.

Am 28.06.2012 18:47, schrieb Stefano Ciccarelli:
> Our project compiles in 9 minutes with GWT 2.4 and 17 minutes with GWT
> 2.5.rc1.
> I think this is not acceptable to save only a 10% in Javascript size.
> 
> -- 
> Inviato con Sparrow 
> 
> Il giorno mercoledě 27 giugno 2012, alle ore 22:39, Rajeev Dayal ha
> scritto:
> 
>> Hey all,
>>
>> We're excited to announce the GWT 2.5 Release Candidate! Read about it
>> on the GWT Blog
>> , and
>> download it here
>>  (bottom of the
>> page). The RC has been uploaded to Maven Central with the version
>> string of 2.5.0-rc1.
>>
>> Please give it a try and let us know your feedback! Also, many thanks
>> to all of you for your contributions. Without your help, we wouldn't
>> have had a GWT 2.5 release at all!
>>
>>
>> -Rajeev, on behalf of the GWT team
>>
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Google Web Toolkit" group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/google-web-toolkit/-/PvOse0s5gwAJ.
>> To post to this group, send email to
>> google-web-toolkit@googlegroups.com
>> .
>> To unsubscribe from this group, send email to
>> google-web-toolkit+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.


-- 



-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 RC1 Is Here!

2012-06-28 Thread Juan Pablo Gardella
And if use draft mode is more slow too?

2012/6/28 Stefano Ciccarelli 

>  Our project compiles in 9 minutes with GWT 2.4 and 17 minutes with GWT
> 2.5.rc1.
> I think this is not acceptable to save only a 10% in Javascript size.
>
> --
> Inviato con Sparrow 
>
> Il giorno mercoledì 27 giugno 2012, alle ore 22:39, Rajeev Dayal ha
> scritto:
>
> Hey all,
>
> We're excited to announce the GWT 2.5 Release Candidate! Read about it on
> the GWT Blog ,
> and download it here  
> (bottom
> of the page). The RC has been uploaded to Maven Central with the version
> string of 2.5.0-rc1.
>
> Please give it a try and let us know your feedback! Also, many thanks to
> all of you for your contributions. Without your help, we wouldn't have had
> a GWT 2.5 release at all!
>
>
> -Rajeev, on behalf of the GWT team
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/PvOse0s5gwAJ.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 RC1 Is Here!

2012-06-28 Thread Stefano Ciccarelli
Our project compiles in 9 minutes with GWT 2.4 and 17 minutes with GWT 2.5.rc1.
I think this is not acceptable to save only a 10% in Javascript size.  

--  
Inviato con Sparrow (http://www.sparrowmailapp.com/?sig)


Il giorno mercoledì 27 giugno 2012, alle ore 22:39, Rajeev Dayal ha scritto:  

> Hey all,
>  
> We're excited to announce the GWT 2.5 Release Candidate! Read about it on the 
> GWT Blog (http://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html), and 
> download it here (http://developers.google.com/web-toolkit/download) (bottom 
> of the page). The RC has been uploaded to Maven Central with the version 
> string of 2.5.0-rc1.
>  
> Please give it a try and let us know your feedback! Also, many thanks to all 
> of you for your contributions. Without your help, we wouldn't have had a GWT 
> 2.5 release at all!
>  
>  
> -Rajeev, on behalf of the GWT team  
>  
> --  
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" group.
> To view this discussion on the web visit 
> https://groups.google.com/d/msg/google-web-toolkit/-/PvOse0s5gwAJ.
> To post to this group, send email to google-web-toolkit@googlegroups.com 
> (mailto:google-web-toolkit@googlegroups.com).
> To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com 
> (mailto:google-web-toolkit+unsubscr...@googlegroups.com).
> For more options, visit this group at 
> http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: superdevmode when working with multiple projects

2012-06-28 Thread Dennis Haupt
loading sources from the classpath works. for me, at least.

Am 28.06.2012 18:17, schrieb Thomas Broyer:
> 
> On Thursday, June 28, 2012 5:47:58 PM UTC+2, Marius Grama wrote:
> 
> Hi,
> 
> I've downloaded gwt 2.5.0 RC1 SDK and successfully worked with it
> for testing super devmode on a GWT helloworld application.
> Then i've tried to test super devmode on a more complex project
> structure:
> - my.gwt.web.module.standard
> - common.gwt.web.module
> - another.common.gwt.web.module
> 
> When I start the CodeServer I get this exception:
> 
> workDir:
> C:\Users\mga\AppData\Local\Temp\gwt-codeserver-3445187718077539929.tmp
> binding: user.agent=safari
> binding: compiler.useSourceMaps=true
> binding: locale=en
> Compiling module nts.wincash.webapplication.repairmanager.RepairManager
>Finding entry point classes
>   [ERROR] Unable to find type 'common.gwt.client.MyEntryPoint'
>  [ERROR] Hint: Check that the type name '
> common.gwt.client.MyEntryPoint ' is really what you meant
>  [ERROR] Hint: Check that your classpath includes all
> required source roots
> com.google.gwt.core.ext.UnableToCompleteException: (see previous log
> entries)
> at com.google.gwt.dev.codeserver.Recompiler.compile(Recompiler.java:93)
> at com.google.gwt.dev.codeserver.ModuleState.(ModuleState.java:52)
> at com.google.gwt.dev.codeserver.CodeServer.start(CodeServer.java:88)
> at com.google.gwt.dev.codeserver.CodeServer.main(CodeServer.java:51)
> [ERROR] Compiler returned false
> 
> 
> I've added the source directories of all dependent GWT projects in
> the classpath.
> 
> In my main module .xml file I've added the following properties:
> 
> 
> 
> 
> 
>  value="true" />
> 
> 
> Can anyone help with some sugestions on how to get rid of the
> compiler problem?
> 
> 
> Brian Slesinsky said not so long ago that the way they use it at Google
> is that they pass the source folders as '-src' arguments rather than on
> the classpath (where you'd only have the compiled classes), and loading
> sources from the classpath was actually untested.
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/uMWml97du7AJ.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.


-- 



-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: superdevmode when working with multiple projects

2012-06-28 Thread Thomas Broyer

On Thursday, June 28, 2012 6:32:40 PM UTC+2, Marius Grama wrote:
>
> Thanks Thomas for the quick answer.
>
> The problem was on my side. I've done the helloworld application through a 
> GWT wizard and there the source folder was src/. On the other hand the 
> bigger application I'm working on uses a Maven source layout, src/main/java.
> I've modified this on the run configuration for the CodeServer and now it 
> goes further. I stumble in some GIN problems, but this has to do with some 
> inconsistencies with GWT 2.5 that I have on the application. After fixing 
> them I'll try once again to run super devmode.
>

Others have gone that road already, have a look here: 
http://stackoverflow.com/questions/11063263/how-can-i-use-superdevmode-with-maven/11070670#comment14593663_11070670
I'll add support for SuperDevMode in the gwt-maven-plugin as soon as 
gwt-codeserver is published on Central. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/stj_hHdPSXYJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 RC1 Is Here!

2012-06-28 Thread Thomas Broyer


On Thursday, June 28, 2012 4:56:28 PM UTC+2, Albert Attard wrote:
>
> Thanks for sharing this and well done.
>
> What version of Java does this work with?  Does it support Java 7 code?
>

No, Java 6 only.

(you should be able to use a JDK 7, but you can only use Java 6 the 
language: -source 1.6 -target 1.6) 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/VbCItqpkeTsJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: superdevmode when working with multiple projects

2012-06-28 Thread Marius Grama
Thanks Thomas for the quick answer.

The problem was on my side. I've done the helloworld application through a 
GWT wizard and there the source folder was src/. On the other hand the 
bigger application I'm working on uses a Maven source layout, src/main/java.
I've modified this on the run configuration for the CodeServer and now it 
goes further. I stumble in some GIN problems, but this has to do with some 
inconsistencies with GWT 2.5 that I have on the application. After fixing 
them I'll try once again to run super devmode.

On Thursday, June 28, 2012 6:17:03 PM UTC+2, Thomas Broyer wrote:
>
>
> On Thursday, June 28, 2012 5:47:58 PM UTC+2, Marius Grama wrote:
>>
>> Hi,
>>
>> I've downloaded gwt 2.5.0 RC1 SDK and successfully worked with it for 
>> testing super devmode on a GWT helloworld application.
>> Then i've tried to test super devmode on a more complex project structure:
>> - my.gwt.web.module.standard
>> - common.gwt.web.module
>> - another.common.gwt.web.module
>>
>> When I start the CodeServer I get this exception:
>>
>> workDir: 
>> C:\Users\mga\AppData\Local\Temp\gwt-codeserver-3445187718077539929.tmp
>> binding: user.agent=safari
>> binding: compiler.useSourceMaps=true
>> binding: locale=en
>> Compiling module nts.wincash.webapplication.repairmanager.RepairManager
>>Finding entry point classes
>>   [ERROR] Unable to find type 'common.gwt.client.MyEntryPoint'
>>  [ERROR] Hint: Check that the type name ' 
>> common.gwt.client.MyEntryPoint ' is really what you meant
>>  [ERROR] Hint: Check that your classpath includes all required 
>> source roots
>> com.google.gwt.core.ext.UnableToCompleteException: (see previous log 
>> entries)
>> at com.google.gwt.dev.codeserver.Recompiler.compile(Recompiler.java:93)
>> at com.google.gwt.dev.codeserver.ModuleState.(ModuleState.java:52)
>> at com.google.gwt.dev.codeserver.CodeServer.start(CodeServer.java:88)
>> at com.google.gwt.dev.codeserver.CodeServer.main(CodeServer.java:51)
>> [ERROR] Compiler returned false
>>
>>
>> I've added the source directories of all dependent GWT projects in the 
>> classpath.
>>
>> In my main module .xml file I've added the following properties:
>> 
>> 
>>
>>
>> 
>> > value="true" />
>>
>>
>> Can anyone help with some sugestions on how to get rid of the compiler 
>> problem?
>>
>
> Brian Slesinsky said not so long ago that the way they use it at Google is 
> that they pass the source folders as '-src' arguments rather than on the 
> classpath (where you'd only have the compiled classes), and loading sources 
> from the classpath was actually untested.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/WnODBThcCIYJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: superdevmode when working with multiple projects

2012-06-28 Thread Thomas Broyer

On Thursday, June 28, 2012 5:47:58 PM UTC+2, Marius Grama wrote:
>
> Hi,
>
> I've downloaded gwt 2.5.0 RC1 SDK and successfully worked with it for 
> testing super devmode on a GWT helloworld application.
> Then i've tried to test super devmode on a more complex project structure:
> - my.gwt.web.module.standard
> - common.gwt.web.module
> - another.common.gwt.web.module
>
> When I start the CodeServer I get this exception:
>
> workDir: 
> C:\Users\mga\AppData\Local\Temp\gwt-codeserver-3445187718077539929.tmp
> binding: user.agent=safari
> binding: compiler.useSourceMaps=true
> binding: locale=en
> Compiling module nts.wincash.webapplication.repairmanager.RepairManager
>Finding entry point classes
>   [ERROR] Unable to find type 'common.gwt.client.MyEntryPoint'
>  [ERROR] Hint: Check that the type name ' 
> common.gwt.client.MyEntryPoint ' is really what you meant
>  [ERROR] Hint: Check that your classpath includes all required 
> source roots
> com.google.gwt.core.ext.UnableToCompleteException: (see previous log 
> entries)
> at com.google.gwt.dev.codeserver.Recompiler.compile(Recompiler.java:93)
> at com.google.gwt.dev.codeserver.ModuleState.(ModuleState.java:52)
> at com.google.gwt.dev.codeserver.CodeServer.start(CodeServer.java:88)
> at com.google.gwt.dev.codeserver.CodeServer.main(CodeServer.java:51)
> [ERROR] Compiler returned false
>
>
> I've added the source directories of all dependent GWT projects in the 
> classpath.
>
> In my main module .xml file I've added the following properties:
> 
> 
>
>
> 
>  value="true" />
>
>
> Can anyone help with some sugestions on how to get rid of the compiler 
> problem?
>

Brian Slesinsky said not so long ago that the way they use it at Google is 
that they pass the source folders as '-src' arguments rather than on the 
classpath (where you'd only have the compiled classes), and loading sources 
from the classpath was actually untested.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/uMWml97du7AJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



superdevmode when working with multiple projects

2012-06-28 Thread Marius Grama
Hi,

I've downloaded gwt 2.5.0 RC1 SDK and successfully worked with it for 
testing super devmode on a GWT helloworld application.
Then i've tried to test super devmode on a more complex project structure:
- my.gwt.web.module.standard
- common.gwt.web.module
- another.common.gwt.web.module

When I start the CodeServer I get this exception:

workDir: 
C:\Users\mga\AppData\Local\Temp\gwt-codeserver-3445187718077539929.tmp
binding: user.agent=safari
binding: compiler.useSourceMaps=true
binding: locale=en
Compiling module nts.wincash.webapplication.repairmanager.RepairManager
   Finding entry point classes
  [ERROR] Unable to find type 'common.gwt.client.MyEntryPoint'
 [ERROR] Hint: Check that the type name ' 
common.gwt.client.MyEntryPoint ' is really what you meant
 [ERROR] Hint: Check that your classpath includes all required 
source roots
com.google.gwt.core.ext.UnableToCompleteException: (see previous log 
entries)
at com.google.gwt.dev.codeserver.Recompiler.compile(Recompiler.java:93)
at com.google.gwt.dev.codeserver.ModuleState.(ModuleState.java:52)
at com.google.gwt.dev.codeserver.CodeServer.start(CodeServer.java:88)
at com.google.gwt.dev.codeserver.CodeServer.main(CodeServer.java:51)
[ERROR] Compiler returned false


I've added the source directories of all dependent GWT projects in the 
classpath.

In my main module .xml file I've added the following properties:








Can anyone help with some sugestions on how to get rid of the compiler 
problem?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/r74vOEw_l4sJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 RC1 Is Here!

2012-06-28 Thread Cristian Rinaldi
The plugin is here
http://dl.google.com/eclipse/plugin/4.2
it is not yet on page.

Thanks GWT Team!

*AUS. Cristian Rinaldi
Co-founder*
Mobile: (+54) 9 (342) 5 238 083
Email: cristian.rina...@logikas.com
Skype: csrinaldi
Site: www.logikas.com
Google Plus 
Logikas +Page 

__

[image: eco] No me imprimas si no es necesario. PROTEJAMOS EL MEDIO AMBIENTE

AVISO LEGAL:

Esta informacion es privada y confidencial y está dirigida únicamente a su
destinatario. Si usted no es el destinatario original de este mensaje y por
este medio pudo acceder a dicha información por favor elimine el mensaje.
La distribución o copia de este mensaje está estrictamente prohibida.
Excepto que se haya establecido de otra forma, esta comunicación es sólo
para propósitos de información y no debe ser considerada como propuesta,
aceptación ni como una declaración de voluntad oficial de Logikas
"Conectando Ideas" . La transmisión de e-mails no garantiza que el correo
electrónico sea seguro o libre de error. Por consiguiente, no manifestamos
que esta información sea completa o precisa. Toda información está sujeta a
alterarse sin previo aviso.




2012/6/28 Albert Attard 

> Thanks for sharing this and well done.
>
> What version of Java does this work with?  Does it support Java 7 code?
>
> Albert
>
>
> On Wednesday, June 27, 2012 10:39:07 PM UTC+2, Rajeev Dayal wrote:
>
>> Hey all,
>>
>> We're excited to announce the GWT 2.5 Release Candidate! Read about it on
>> the GWT Blog ,
>> and download it here  
>> (bottom
>> of the page). The RC has been uploaded to Maven Central with the version
>> string of 2.5.0-rc1.
>>
>> Please give it a try and let us know your feedback! Also, many thanks to
>> all of you for your contributions. Without your help, we wouldn't have had
>> a GWT 2.5 release at all!
>>
>>
>> -Rajeev, on behalf of the GWT team
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/UYwVyAIAhDIJ.
>
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

<>

Re: GWT 2.5 RC1 Is Here!

2012-06-28 Thread Albert Attard
Thanks for sharing this and well done.

What version of Java does this work with?  Does it support Java 7 code?

Albert

On Wednesday, June 27, 2012 10:39:07 PM UTC+2, Rajeev Dayal wrote:
>
> Hey all,
>
> We're excited to announce the GWT 2.5 Release Candidate! Read about it on 
> the GWT Blog , 
> and download it here  
> (bottom 
> of the page). The RC has been uploaded to Maven Central with the version 
> string of 2.5.0-rc1.
>
> Please give it a try and let us know your feedback! Also, many thanks to 
> all of you for your contributions. Without your help, we wouldn't have had 
> a GWT 2.5 release at all!
>
>
> -Rajeev, on behalf of the GWT team
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/UYwVyAIAhDIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 RC1 Is Here!

2012-06-28 Thread Marius Grama
Hi,

Can you please anounce when will there be the eclipse plugin containing the 
GWT 2.5.0 RC1 SDK  available ?

Thanks for the new release.

On Wednesday, June 27, 2012 10:39:07 PM UTC+2, Rajeev Dayal wrote:
>
> Hey all,
>
> We're excited to announce the GWT 2.5 Release Candidate! Read about it on 
> the GWT Blog , 
> and download it here  
> (bottom 
> of the page). The RC has been uploaded to Maven Central with the version 
> string of 2.5.0-rc1.
>
> Please give it a try and let us know your feedback! Also, many thanks to 
> all of you for your contributions. Without your help, we wouldn't have had 
> a GWT 2.5 release at all!
>
>
> -Rajeev, on behalf of the GWT team
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Vdi9XSAy7IcJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Plugin for Eclipse 3.8 (Juno 4.2)

2012-06-28 Thread Albert Attard
There is an update:  http://dl.google.com/eclipse/plugin/4.2 

I've used the above update link and managed to install the GWT Plugin on 
JUNO 4.2 with no problems.  I've only installed the GWT components.


This update was announced at this post: 
http://code.google.com/p/google-plugin-for-eclipse/issues/detail?id=71#makechanges
 . 
There is nothing yet on the official website: 
https://developers.google.com/eclipse/docs/download

Albert

On Thursday, June 28, 2012 10:12:43 AM UTC+2, Albert Attard wrote:
>
> Cheers. Just did
>
> Albert
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/u6HacNDLYagJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Custom compiler options with the gwt maven plugin

2012-06-28 Thread P.G.Taboada
Thank you, switched to snapshot. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/a1ZoEioe_xIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 RC1 Is Here!

2012-06-28 Thread Hiroshi YAMAMOTO
Congrat! 

 Elemental library sounds unnecessarily cool. But how do you think there're 
4 "Element" classes/interfaces in the same toolkit :P. I'm very 
excited. This is very important library for everyone of us. I see Dart 
style source code generators in there. interesting. And improved code 
splitter is nice as well. I have see what is going to happen on my fairly 
large app with 80+ split points. Looking forward to play with it tonight.

Thanks.
-Hiroshi

On Thursday, June 28, 2012 5:39:07 AM UTC+9, Rajeev Dayal wrote:
>
> Hey all,
>
> We're excited to announce the GWT 2.5 Release Candidate! Read about it on 
> the GWT Blog , 
> and download it here  
> (bottom 
> of the page). The RC has been uploaded to Maven Central with the version 
> string of 2.5.0-rc1.
>
> Please give it a try and let us know your feedback! Also, many thanks to 
> all of you for your contributions. Without your help, we wouldn't have had 
> a GWT 2.5 release at all!
>
>
> -Rajeev, on behalf of the GWT team
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/mx_LLapUuR0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: HandlerManager for Cells

2012-06-28 Thread Jens
You could try table.addCellPreviewHandler(). Basically the handler is 
called before a cell receives the event in its Cell.onBrowserEvent() 
method. The PreviewEvent gives you access to the event type, column index 
and the row value. So you could check for the focus event and the column 
and then do your stuff with the row value from outside the table.

Cells just render strings so event handling is more low level than in 
widgets. 

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/xNSgNcrfhMMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Custom compiler options with the gwt maven plugin

2012-06-28 Thread Thomas Broyer

On Thursday, June 28, 2012 11:40:07 AM UTC+2, P.G.Taboada wrote:
>
> Hi,
>
> with the release GWT 2.5.0 RC1 release, I ran into the issue that I cannot 
> add a custom gwt compiler parameter in my pom. At least I cannot find any 
> documentation showing how to do it.
>
> I would like to turn on the experimental closure compiler.
>
> Am I missing something?
>

No, there's no way to pass arguments that have not been exposed explicitly 
by the gwt-maven-plugin.

BTW, I just pushed 
enableClosureCompiler,
 
so you can "mvn install" the plugin (or download the latest artifact from 
BuildHiveand
 deploy it in your repo) and start using it.
There are still a few open issues in the 
roadmapfor the 
gwt-maven-plugin (and there are probably other issues we'd like to 
add there), but we might make the 2.5.0-rc1 release without waiting for all 
of them to be resolved.

If you wan't use a SNAPSHOT, then in the mean time you can switch to 
running the compiler with the exec-maven-plugin.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Gkn9XOh5DycJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Custom compiler options with the gwt maven plugin

2012-06-28 Thread P.G.Taboada
Hi,

with the release GWT 2.5.0 RC1 release, I ran into the issue that I cannot 
add a custom gwt compiler parameter in my pom. At least I cannot find any 
documentation showing how to do it.

I would like to turn on the experimental closure compiler.

Am I missing something?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/tDbcrT7X3UwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: HandlerManager for Cells

2012-06-28 Thread Mohit
What I want to do is fire an event from a cell so that some other widget 
can listen to it? For example, I have a text input cell in a table to which 
I want to attach a focus handler. 

Like:

column.getCell().addFocusHandler(new SomeFocusHandler(){
  public void onFocus(SomeFocusEvent sfe){
Window.alert(sfe.getValue()); //Alert the cell value
  }
});


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/o5I6foFLkI8J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Plugin for Eclipse 3.8 (Juno 4.2)

2012-06-28 Thread Albert Attard
Cheers. Just did

Albert

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/qqp3PXZfO70J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: eclipse 4.2 juno

2012-06-28 Thread Andrei Bulanau
put a star
http://code.google.com/p/google-plugin-for-eclipse/issues/detail?id=71  

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/7MGsmb6Ml_wJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Plugin for Eclipse 3.8 (Juno 4.2)

2012-06-28 Thread Andrei Bulanau
put a star
http://code.google.com/p/google-plugin-for-eclipse/issues/detail?id=71 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/HT2BebNbApUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: HandlerManager for Cells

2012-06-28 Thread Jens
In your Cell constructor you have to call super("focus") to let the cell 
sink focus events and then overwrite onBrowserEvent() to catch them.

Alternatively you could use GWT 2.5 which introduces UiBinder for Cells 
along with event handler 
support (see: http://googlewebtoolkit.blogspot.de/2012/06/gwt-2.html).

-- J.

Am Donnerstag, 28. Juni 2012 07:35:04 UTC+2 schrieb Mohit:
>
> Hello everybody,
>
> I have a requirement in my project to have event handlers to cells. For 
> example, there is a TextInputCell to which I want to attach a handler to 
> focus event. But AbstractCell doesn't provide any HandlerManager 
> functionality to which I can add a handler.
>
> Does anybody has suggestions on how to implement this? Shall I extend 
> TextInputCell and add HandlerManager to it?
>
> Thanks
> Mohit
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Dx2Q0-NgsKEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 RC1 Is Here!

2012-06-28 Thread Ido
Thanks!!

On Wednesday, June 27, 2012 11:39:07 PM UTC+3, Rajeev Dayal wrote:
>
> Hey all,
>
> We're excited to announce the GWT 2.5 Release Candidate! Read about it on 
> the GWT Blog , 
> and download it here  
> (bottom 
> of the page). The RC has been uploaded to Maven Central with the version 
> string of 2.5.0-rc1.
>
> Please give it a try and let us know your feedback! Also, many thanks to 
> all of you for your contributions. Without your help, we wouldn't have had 
> a GWT 2.5 release at all!
>
>
> -Rajeev, on behalf of the GWT team
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/3SKksQGruX0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.