Skip to Content
0
Former Member
Sep 28, 2005 at 10:55 AM

Stoping code by opening a popup

64 Views

Hi,

is it possible to stop the running code when I open a popup window.

//

IWDWindow window = wdComponentAPI.getWindowManager()

.createWindow( windowInfo, true);

window.open();

//

The code should wait until the popup is closed.

Thanks in advance,

Thomas