Skip to Content
0
Former Member
Apr 25, 2011 at 08:11 AM

Is it necessary to create a seperate window for a pop up view

35 Views

Hi Experts,

Is it necessary to create a seperate window for a pop up view? I don't want to create a seperate window for a pop up view. As I don't want to make much changes in the present program logic.

My only problem is following code. This code finds out the window. So I have to create a seperate window for a seperate pop up view.

I am wondering if there is any API or the same API which can allow me to call the view instead of window

IWDWindowInfo windowInfo =(IWDWindowInfo) wdComponentAPI.getComponentInfo().findInWindows("Popup");
IWDWindow window = wdComponentAPI.getWindowManager().createModalWindow(windowInfo);
window.show();

Please help.

Regards,

Gary