popup window

2020-10-20 Thread Benjamin Cuthbert
all, does anyone have an example of a popup window that opens a new browser window. I would like to dock and existing widget outside of the current browser window. -- _This message, including any attachments, may include private, privileged and confidential information

How to use OAuth service in a popup window and close the window, then return to the app and refresh?

2013-09-13 Thread Mohammad Al Quraian
Basically I want to close a page (the one that returned to by the OAuth provider). The refreshes the page that opened the popup to the AOuth provider. I hope that is clear. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe

open native popup window and fill it with gwt doesn't work

2011-09-20 Thread Nicolas Wetzel
but nothing is display on the popup. With the java gwt debugger we have the dom corresponding html content to the code: divdiv class=gwt-label...Text for popup window/div/div With firebug we can see the dom structure but it's in shadowing code writed. I know that it's a huggly way to use gwt

Open a native popup window and fill it with gwt doesn't work

2011-09-20 Thread nicolas.wet...@zenika.com
but nothing is display on the popup. With the java gwt debugger we have the dom corresponding html content to the code: divdiv class=gwt-label...Text for popup window/div/div With firebug we can see the dom structure but it's in shadowing code writed. I know that it's a huggly way to use gwt

displaying HTML widget in Popup window

2011-09-19 Thread rrmadhav
Hi, I'm displaying an HTML widget (populated with some downloaded html page) in a PopupPanel object. The problem which I'm facing is as soon as the popup panel loads with the HTML widget, it navigates to some other page page and the content layout of popup panel changes. Is there a way to prevent

Popup Window Question

2010-02-11 Thread charlie
This may sound silly, but I want to open a new browser window via a hyperlink with GWT and embed widgets in it, how would I do that ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

set nested tab orders within a popup window

2010-02-09 Thread Kun Yang
Hi, I need to set tab orders on my page, which has a tab menu bar consisting of push buttons. On one of the push buttons (say button A) there is a popup window. When the user presses tab key on the keyboard, he should be able to navigate through the menu, and through the popup window elements

Regular Popup Window in GWT?

2009-09-03 Thread lakshmi thyagarajan
Hi, I want to add a regular pop-up window to my application. I tried using a PopupPanel (and DecoratedPopupPanel). But it doesnt have regular window controls (like minimize, maximize, close etc). Am forced to either use the auto-hide feature or include a Widget (like a button) to close the panel.