GWT *is* Javascript, so if you can do it in JS, just write a GWT native
method. Try Googling JSNI


2009/11/13 Angel Marquez <angel.marq...@gmail.com>

> Would you refer a site that does this with js.
>
> From what I understand you want to drag out a widget, say a text input
> field, and have a new window appear, similar to when you drag out a url tab
> in chrome. Then example would be able to input text into the primary window
> that would appear in the secondary window? I have been fantasizing about
> this one as well. Seems like a well used desktop application metaphor and
> would be ideal for a dual monitor web experience.
>
> I'm also curious about the media players...
>
> On Fri, Nov 13, 2009 at 4: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=.
>>
>>
>>
>  --
> 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=.
>

--

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