[gwt-contrib] CSS Resources are not set in Panels in an iframe

2016-01-04 Thread confile
I want to insert GWT Widgets like FlowPanel, HTMLPanel inside and iframe using GWT. I find out how to insert GWT Widgets and Panels programmatically into GWT. Here is how I do it: public interface Resources extends ClientBundle { @Source({Css.DEFAULT_CSS}) Css css(); } public

Re: [gwt-contrib] Re: 2.8.0-beta1 SDM not always detecting changes properly

2016-01-04 Thread Jens
> Not sure if that property still exists in GWT 2.8 beta as we use some GWT > snapshot build thats in between 2.7 and 2.8 beta releases. > Property still exists, see: https://gwt.googlesource.com/gwt/+/master/dev/core/src/com/google/gwt/dev/resource/impl/ResourceAccumulator.java -- J. --

Re: [gwt-contrib] Re: 2.8.0-beta1 SDM not always detecting changes properly

2016-01-04 Thread Jens
On Mac OS we use the system property -Dgwt.watchFileChanges=false when starting SDM. With the property set to false I think it does a file scan instead of using some watch service. Somehow watching file changes did not work well on Mac OS. Not sure if that property still exists in GWT 2.8 beta