Re: Starting appengine devserver after using superdevmode not possible

2015-03-08 Thread Thomas Broyer
Huh, "clearing the local maven .m2 repository" !? Is "mvn clean" not enough?

More context: "gwt:run" now (2.7+) runs SuperDevMode, which always 
overwrites the *.nocache.js with a SDM-specific file, no bookmarklet needed.
To get back to "prod mode", you then have to recompile the GWT module; and 
unfortunately the "staleness check" done by gwt-maven-plugin will skip the 
compilation because the *.nocache.js is deemed up-to-date, so you have to 
either "mvn clean" or use "-Dgwt.compiler.force" to force GWT compilation.

On Sunday, March 8, 2015 at 3:39:39 PM UTC+1, Ronny wrote:
>
> Hi all,
>
> I have a very annoying problem using the superdevmode. Overall it works 
> pretty neat, but when I want to switch back to the normal 
> appengine:devserver compiling mode, I get always a windows.alert "please 
> make sure superdevmode server is running..." when starting the application. 
> But I DON'T want to use the superdevmode in that case. I'm using maven with 
> the commands "appengine:devserver" / "gwt.run"
> - turning Dev Mode Off in the bookmark doesnt work
> - clearing the cache doesnt work
> - restarting the application server doesnt work
> - restarting the browser doesnt work
>
> The only whing that works right now is clearing the local maven .m2 
> repository... 
> But that's not the way it meant to be working, right? 
>
> Need badly an advice here. Thanks in advance!
>
> Best,
> Ro
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Starting appengine devserver after using superdevmode not possible

2015-03-08 Thread Ronny
Hi all,

I have a very annoying problem using the superdevmode. Overall it works 
pretty neat, but when I want to switch back to the normal 
appengine:devserver compiling mode, I get always a windows.alert "please 
make sure superdevmode server is running..." when starting the application. 
But I DON'T want to use the superdevmode in that case. I'm using maven with 
the commands "appengine:devserver" / "gwt.run"
- turning Dev Mode Off in the bookmark doesnt work
- clearing the cache doesnt work
- restarting the application server doesnt work
- restarting the browser doesnt work

The only whing that works right now is clearing the local maven .m2 
repository... 
But that's not the way it meant to be working, right? 

Need badly an advice here. Thanks in advance!

Best,
Ro

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Datepicker with multiple days selection

2015-03-08 Thread Eddymouse
Hi Juan!
Thank you very much!

But I searching one datepicker where I can select multiple days not 
consequential So I can select 1, 3, 11 May.for example

Thank you
alex

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.