Re: Disabling symbol maps

2015-11-12 Thread Erik Kuefler
That doesn't quite solve my case since I do want some deploy artifacts (from my custom linker) to be available inside by webapp, just not the symbol maps. And idea why the compiler.useSymbolMaps property isn't doing what it seems like it should? On Wed, Nov 11, 2015 at 4:30 PM, Thomas Broyer

Re: [gwt-contrib] CodeServer and Compiler broken after "Redo file watching refactor." change

2015-11-12 Thread Lars
Works perfect! Thank you! :-) We should build a beta2 version for gwt 2.8.0 to include this change and enable windows tests! Am Donnerstag, 12. November 2015 02:58:47 UTC+1 schrieb Roberto Lublinerman: > > The fix for this issue is up for review at >

How to Load GWT theme Dynamically

2015-11-12 Thread abdul
I have an application built on GWT with internationaliation. I want to load the GWT theme dynamically.For example:If (`localhost:8080/GWTApps/app.html`) then load this `` theme or else (`localhost:8080/GWTApps/app.html=ar`) load this ``.How to achieve this dynamically any idea or thoughts on

Re: How to Load GWT theme Dynamically

2015-11-12 Thread JonL
There are a myriad set of approaches that you can use The easiest way to do this with GWT, is to inherit them both and have a primary stylename which differentiates them where different, then apply that primary style name to the body. Another ploy is to not use inherits for particular pieces,

Re: How to Load GWT theme Dynamically

2015-11-12 Thread Thomas Broyer
On Thursday, November 12, 2015 at 11:18:37 AM UTC+1, abdul wrote: > > I have an application built on GWT with internationaliation. I want to > load the GWT theme dynamically.For example:If > (`localhost:8080/GWTApps/app.html`) then load this ` name='com.google.gwt.user.theme.clean.Clean'/>`

Re: How to Load GWT theme Dynamically

2015-11-12 Thread Mohammed Sameen
Thanks Thomas & JonL for your suggestion On Thursday, November 12, 2015 at 3:48:37 PM UTC+5:30, abdul wrote: > > I have an application built on GWT with internationaliation. I want to > load the GWT theme dynamically.For example:If > (`localhost:8080/GWTApps/app.html`) then load this `