Re: CSS ignored in SuperDev Mode GWT 2.6.1

2015-09-04 Thread Davide Micheletti
Hello Thomas, the URL of my webapp is http://127.0.0.1:/Control_Panel.html. i link the CSS in the HTML page with and in the Control_Panel.gwt.xml with 2015-09-04 12:37 GMT+02:00 Thomas Broyer : > > > On Friday, September 4, 2015 at 11:54:36 AM UTC+2, Davide Micheletti

Re: Accessing Content from Different Server

2015-09-04 Thread Alberto Mancini
Hello, if i understand correctly your problem is not related to GWT but to the fact that you are attempting cross-origin communications that are forbidden by the browser. Probably the right path is to try to use Window.postMessage()

CSS ignored in SuperDev Mode GWT 2.6.1

2015-09-04 Thread Davide Micheletti
Hi all, i just upgraded my GWT apps from 2.5.1 to 2.6.1 and i start the SuperDev Mode. It compile everything right but when i launch the app my CSS file is ignored. Here the Warn [WARN] ignored get request: /MyStyle.css The strange thing is that not all the css is ignored but only the css that

Re: The future of GWT and functional programming on the web

2015-09-04 Thread Jens
According to the last steering group meeting minutes, the release of 2.8 is only waiting for JsInterop 1.0 to be finalized. The meeting minutes say that this is expected to happen at the end of september. If this holds true you will see a release relatively shortly after that. The lack of Java

Re: CSS ignored in SuperDev Mode GWT 2.6.1

2015-09-04 Thread Thomas Broyer
On Friday, September 4, 2015 at 11:54:36 AM UTC+2, Davide Micheletti wrote: > > Hi all, > i just upgraded my GWT apps from 2.5.1 to 2.6.1 and i start the SuperDev > Mode. > It compile everything right but when i launch the app my CSS file is > ignored. > Here the Warn > [WARN] ignored get

Accessing Content from Different Server

2015-09-04 Thread abdul
I have developed application using GWT 2.5. When i click on "Click to Open Window" it will open a popup panel wrapping a content from different server loaded inside the Frame.My requirement is to close the popup panel when cancel button is clicked which is loaded from different server.How to

Building a simple layout.

2015-09-04 Thread Stefan Falk
I'm searching for a way to implement this very simple static layout [1] using the UiBinder. It seems not to be possible using just a HTMLPanel which throws a parsing exception if I do something like: but how can I create such a static layout as described in my SO question [1]? I've been

Re: The future of GWT and functional programming on the web

2015-09-04 Thread 'steve Zara' via GWT Users
Thank you! That's exactly the kind of news I was hoping for. I do appreciate all the work that is put into GWT, and it has been a vital part of my software development for many years (and is in released products). The thing that has been concerning is simply the lack of news! Thanks again. On

Re: The future of GWT and functional programming on the web

2015-09-04 Thread Tranquiliser
>From what I heard, GWT team is heavily working on GWT 3.0. I have been using GWT 2.8.0 SNAPSHOT for a few months. Its lambda support is pretty awesome and very completed. Due to lack of resource on adding emulation of some JDK classes, 2.8.0 release is postponed ... I have been using GWT for