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