Hi,

I am looking for a solution on a scenario: I have a textbox, a combo
and a button in my gwt application, when the button is clicked, a new
browser is required to popup with some other content in it, in the new
window, a link is supposed to set the text in the textbox in the
original browser window, upon the text is set in the textbox, the
combo is supposed to be updated according to the text in the textbox.
The way I did in setting the text for the textbox from new browser
window is by using a javascript to set the set the parent window
element's value which works. But when the text is set, in my GWT I
can't catch this external event. I tried the PreviewEvent and
addDomHandler with no luck.
Anybody has the similar problem?

Thanks.

-- 
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.

Reply via email to