Skip to Content
0
Former Member
Mar 24, 2009 at 02:05 PM

Popup Window Problem

16 Views

Good day everybody,

i have created a window and embeded a view in it. And I used the following code to display the popup window:

IWDWindowInfo windowInfo = (IWDWindowInfo)wdComponentAPI.getComponentInfo().findInWindows("PopWin");

IWDWindow window = wdComponentAPI.getWindowManager().createModalWindow(windowInfo);

window.setWindowPosition (300, 150);

window.show();

wdContext.currentPopupNodeElement().setPopupAttribute(window);

however, i got an error with the method "show()". I can not see it as defined method for window?