Hey Roy,

> GWT *is* Javascript,

Yes, I know this.


> so if you can do it in JS, just write a GWT native method.

Understood


> Try Googling JSNI

This makes sense.

What I was refering to in Chris's post was this:
With javascript this is rather easy defining methods in the window or document
and then call those?

To me, it reads as if it could be 1. a statement of a simple thing done that
he has seen or done 2. it's a question I have as well and if he knows of one
great if not, I have my ways of finding things that are of interest to me
and YES googling the main idea is at the top of the list along with asking
the person that made seem as if they had sited big foot. Oh really where?

Thank you for the tip though. Now googling JSNI. Would you like me to post
something if I find what I am looking for?

Happy Friday!


>
> 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-toolkit@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<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