It's easy to create a second browser using a Hyperlink or Anchor with target
= "_new" for example, but I think you are out of luck if you want them to
communicate.  I could be wrong here -- perhaps someone else can confirm.

On Fri, Nov 13, 2009 at 7:56 AM, chris_wesdorp <chriswesd...@gmail.com>wrote:

> Hi,
>
> is it possible to control a second browser window via GWT? With
> javascript this is rather easy defining methods in the window or
> document and then call those? For GWT I asume I need to follow this
> approach and write a wrapper class to call the native functions.
>
> But what if I want to put other GWT controls in the second window? I
> noticed InternetExplorer has problems with creating elements in one
> DOM (document.createElement) and the place them in the document of the
> other window. With GWT i always create the elements in one document
> and the Window and Document classes only refer to the current
> document.
>
> Is it possible to register an event handler in one window and handle
> it in another window? E.g. when I have a list of houses on one window
> and a map on the second, can these two communicate (click on a house
> to highlight the position in the other window)? What will be the best
> approach for this?
>
>
> Chris
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=.
>
>
>


-- 
Zeno Consulting, Inc.
home: http://www.zenoconsulting.biz
blog: http://zenoconsulting.wikidot.com
p: 248.894.4922
f: 313.884.2977

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.


Reply via email to