Re: Communicating between parent (non-GWT) window and GWT App

2010-12-01 Thread ep
hi, everything's possible ;) there is no problem about that, you've just to keep in mind that you're not going to talk against the API you've coded in java. for those purposes you have ability of writing JSNI methods to communicate with JS world directly. If you want to call your GWT code from the

Communicating between parent (non-GWT) window and GWT App

2010-12-01 Thread Ben
Hi -- Anyone ever launched a GWT app from a regular HTML page (into a new browser window - e.g., window.open('welcomeGWT.html') ), then communicated with that same new window later from the launching parent window javascript? How would I send the GWT app page a message (e.g., to tell it to display