Hi,

> I've been tasked to change over the front end so that the modules
> currently being served up in an Iframe can be made into an "iGoogle"
> interface, with the ability to open and close the report "windows" and
> move them around, etc. Saving state as you go along to a cookie or
> similar.
>

#1, you know more about computers than I ever will, so ...just keep
that in mind.

Anyway, have you looked at
http://code.google.com/support/bin/answer.py?answer=65632&topic=11368

Even if you aren't using json, I think it may be informative as it's
how to get data into and out of GWT via iframes.

Also, have you looked at http://www.extjs.com/products/gxt/

I don't know GWT so well and aren't suggesting it's a better solution
but have read with GXT that:

" when building a web application you’d like to save some user setting
or attribute based on the users last setting – or perhaps which tab they had
open or the check buttons they last clicked. Rather than persisting this
information to a database, you can use cookies to store this information
locally within the browser. "   http://www.apress.com

The GXT com.extjs.gxt.ui.client.state.StateManager class
performs this task fairly easy.

 Shawn

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to