Super Dev Mode with multiple source folders

2012-08-31 Thread Juan Pablo Gardella
Hi folks, I have a doubt with Super Dev Mode. I have a maven project that generate some sources in a target/generated-sources/gwt. I want to add this folder to the codeserver, but I see that only one folder I can add by parameter: CodeServer [-bindAddress address] [-port port] [-workDir dir] [-*s

Re: any chance to get FF15 dev plugin

2012-08-31 Thread Juan Pablo Gardella
Thanks Brian!! 2012/8/31 Brian Slesinsky > The missing plugin page is updated now. > > http://gwt.google.com/missing-**plugin/MissingPlugin.html > > > On Friday, August 31, 2012 10:18:48 AM UTC-7, Brian Slesinsky wrote: >> >> This is live

Re: any chance to get FF15 dev plugin

2012-08-31 Thread Brian Slesinsky
The missing plugin page is updated now. http://gwt.google.com/missing-plugin/MissingPlugin.html On Friday, August 31, 2012 10:18:48 AM UTC-7, Brian Slesinsky wrote: > > This is live at: > https://dl-ssl.google.com/gwt/plugins/firefox/gwt-dev-plugin.xpi > > I still need to update the missing plug

IsEditor and Editor hasErrors always false problem, and getErrors always empty

2012-08-31 Thread Milan Cvejic
Hi Everyone, I am stuck with validating objects. So if anyone can help me or point me to the right direction that would be great. I have following code: *SettingsViewImpl.ui.xml* http://dl.google.com/gwt/DTD/xhtml.ent";> .disclosurePanelStyle { width: 10

Re: building a GWT project with fails due to dependency on GWT 2.4.0 (at least 2.5.0-rc1 required)

2012-08-31 Thread Abraham Lin
In sample/pom.xml, add the following after line 34 (after "gwt-maven-plugin"): ${gwtversion} Then add the following between "" and "" (following line 71 after the first step): org.apache.maven.plugins maven-war-plugin false These are problems with the POM and should be fixed in the or

Re: DFP in GWT/GAE application

2012-08-31 Thread regnoult axel
> > Hi, I am also interested by the answer ;p ... Does anybody has a feedback to offer about integrating DFP (Double Click for Publisher) with GWT / GAE ? Cheers, -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discuss

Re: building a GWT project with fails due to dependency on GWT 2.4.0 (at least 2.5.0-rc1 required)

2012-08-31 Thread koma
Hi Hilco, thx for the advice ... I am anything but a maven expert, this is a 3rd party project I am trying to include. Can you give me some pointers on how to do that ? the pom is https://github.com/jDramaix/gwtchosen or a sample of a GWT maven project done right ? -- You received this messa

Re: building a GWT project with fails due to dependency on GWT 2.4.0 (at least 2.5.0-rc1 required)

2012-08-31 Thread Hilco Wijbenga
On 31 August 2012 12:25, koma wrote: > adding this : > > > gwt-maven-plugin > 2.4.0 > > > to the plugin section, does not help. Add the groupId? > Still seeing this : > > [INFO] --- gwt-maven-plugin:2.5.0-rc1:compile (default) @ chosen-sample --- -- You received this message because you are

Re: building a GWT project with fails due to dependency on GWT 2.4.0 (at least 2.5.0-rc1 required)

2012-08-31 Thread Hilco Wijbenga
On 31 August 2012 12:13, koma wrote: > I can see I have two mvn plugins in my .m2 repo : > > ./org/codehaus/mojo/gwt-maven-plugin/2.4.0 > and > ./org/codehaus/mojo/gwt-maven-plugin/2.5.0-rc1 > > How do I tell maven from taken the correct one ? The plugin version for the GWT Maven plugin isn't pr

Re: building a GWT project with fails due to dependency on GWT 2.4.0 (at least 2.5.0-rc1 required)

2012-08-31 Thread koma
adding this : gwt-maven-plugin 2.4.0 to the plugin section, does not help. Still seeing this : [INFO] --- gwt-maven-plugin:2.5.0-rc1:compile (default) @ chosen-sample --- *MFG !!! (you do not want to know what that acronym means !)* -- You received this message because you are subscribed

Re: building a GWT project with fails due to dependency on GWT 2.4.0 (at least 2.5.0-rc1 required)

2012-08-31 Thread koma
I can see I have two mvn plugins in my .m2 repo : ./org/codehaus/mojo/gwt-maven-plugin/2.4.0 and ./org/codehaus/mojo/gwt-maven-plugin/2.5.0-rc1 How do I tell maven from taken the correct one ? I guess that is just basic maven usage knowledge but ant never troubled me with this kind of @#!! (dir

building a GWT project with fails due to dependency on GWT 2.4.0 (at least 2.5.0-rc1 required)

2012-08-31 Thread koma
Hi I am trying to build a GWT project that is on github with maven, but I run into an error saying that the maven plugin requires at least 2.5.0-rc1 ... is that so ? This is the project : https://github.com/jDramaix/gwtchosen More info here : https://github.com/jDramaix/gwtchosen/issues/1 Can

IE 7 / 8 issue

2012-08-31 Thread Deepak Singh
Hi, GWT 2.5 RC1 Based on an even , i am opeing a popupPanel(true, false); It is working fine on all browsers except IE 7 & 8. It calls the event handle twice and opens two popup. Apart from this, While collecting the data for popup panel, it throws exception 'Incompatible / Invalid procedure ca

Re: any chance to get FF15 dev plugin

2012-08-31 Thread Brian Slesinsky
This is live at: https://dl-ssl.google.com/gwt/plugins/firefox/gwt-dev-plugin.xpi I still need to update the missing plugin page. On Thursday, August 30, 2012 5:20:37 PM UTC-7, Brian Slesinsky wrote: > > Thanks everyone. Our release process is surprisingly cumbersome, but it > should be up soon

Re: GwtChosen: make your select boxes much more user-friendly

2012-08-31 Thread Joseph Lust
Awesome. I was fearing I'd have to roll my own like I did for ExtJs. Great work. 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-toolk

Re: GWT Maps V3 Api, clearing directions

2012-08-31 Thread Joseph Lust
Jonas, Can you please posit your issue on the GitHub tracker and we'll look into it. :) https://github.com/branflake2267/GWT-Maps-V3-Api/issues?direction=desc&sort=created&state=open Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups "Google Web T

Re: com.google.gwt.junit.client.TimeoutException: The browser did not contact the server within 60000ms.

2012-08-31 Thread Ryan Shillington
For the next poor soul - this started happening to me as soon as I moved from Java 6 (where my GWTTestCases worked fine) to Java 7. I know, I know, don't use GWTTestCases. We learned that the hard way. We have a couple of legacy ones that we never converted into Selenium tests. Well, I gues

About share experience on GWT.

2012-08-31 Thread Roy Yeung
Anyone know if there any website has example of GWT sites. I am now no longer work on GWT, but i would like to share my experience, e.g. code and example, because I do like this tech. And hope it could be popular. Below two website are final things I worked on GWT. Also code, now finding plac

ImageResource loading

2012-08-31 Thread Harold Comere
Hi all, I have a ClientBundle containing one ImageResource. Then i create an Image from this ImageResource : Image img = new Image(myImageResource); I set on the image a LoadHandler and ErrorHandler to manage loading events. To launch the image loading, i have to attach the image to the RootLay

GWT Maps V3 Api, clearing directions

2012-08-31 Thread Jonas
I'm using the GWT Maps V3 Api from https://github.com/branflake2267/GWT-Maps-V3-Api After finding directions on the map, I'm trying to clear the previous ones before finding new. In DirectionsRenderer: /** * This method specifies the map on which directions will be rendered. Pass null to

How apply different style to EditTextCell after editing the cell

2012-08-31 Thread Saritha
I have a CellTable with EditTextCell. I will edit cells and submit all changes at a time to server. My requirement is, After editing the cell, when i am coming out of the cell its just like normal any other cell. I want to differentiate the edited cells and non edited cells. So i want to appl

Re: Invalid JSNI method reference

2012-08-31 Thread Thomas Broyer
On Thursday, August 30, 2012 7:48:52 PM UTC+2, Steve C wrote: > > For the method you're using, you could make it more general-purpose: > > public static void messageBox( String sTitle, Object message ) > { > Window.alert( sTitle + " | " + message.toString() ); > } > > > @com.ecopy.gwt.client.

Re: GwtChosen: make your select boxes much more user-friendly

2012-08-31 Thread deepak chauhan
Very cool widgets. Thanks. On Fri, Aug 31, 2012 at 1:07 PM, Celinio wrote: > Very cool. Thanks. > I was looking for such a widget. > Too bad it does not support IE 7 though. > "All modern browsers are supported (Firefox, Chrome, Safari and IE9). > Legacy support for IE8 is also enabled. On IE6

Re: GwtChosen: make your select boxes much more user-friendly

2012-08-31 Thread Celinio
Very cool. Thanks. I was looking for such a widget. Too bad it does not support IE 7 though. "All modern browsers are supported (Firefox, Chrome, Safari and IE9). Legacy support for IE8 is also enabled. On IE6 and IE7, we fall back on normal html select element." Will you work on a version that su

Re: GwtChosen: make your select boxes much more user-friendly

2012-08-31 Thread Richard
Agreed, awesome work. -- 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/-/juPD2m59WeAJ. To post to this group, send email to google-web-toolkit@goog

is it possible to migrate the existing gwt module as a jar?

2012-08-31 Thread tong123123
origin design: DB > class in a jar package > GWT module new design: DB > class in a jar package > previous GWT module packed in a jar package > a new GWT module is this possible to packed the current GWT module as a jar and then new a new GWT module and call the previous GWT module which is alre