Hello, I have a GWT application with links to services by clicking on a link,a blank window is opened which I have to insert a progressBar (widget I created myself) until generation of service return url so I redirect the new window to that url. So my question how to inject a new widget into new window browser. Note: I used JSNI to open new window this way win =$wnd.open = $ (url, name, ""); and when service is generated i use this:wnd.location = url;
Any help would be appreciated. Thanks in advance for your helps -- 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.
