Interesting discussion, something I still have to solve as well. In my case (not exactly the same as the starter of this discussion) I have a GWT help window (looks like the MS help) that I want to control from within my main GWT application. That is: if someone clicks the help button next to some item on the main GWT application (window) I want to open (if it wasn't open already) the help GWT app in a separate window and control the information it shows. The help window doesn't need to know anything about the main app, except that it would be nice if it can report that it was closed. I would like the help to be in a separate window such that the user can put it anywhere he wants.
How is it possible to control the help GWT app (controlling the information that is shown) from within my main GWT app (that contain the help "pointers")? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
