Skip to Content
0
Nov 04, 2005 at 03:04 PM

Popup window error

23 Views

hi

I am implementing a popup window tutorial .

In my view one context node contains one attribute which is of the type IWDwindow.This attribute stores the reference of the window so that it can be destroyed.

Node - Popup

Attribute - Windowinstance

While executing the below given statement

wdContext.currentPopupElement().setWindowInstance(window)

the

"wdContext.currentPopupElement()" gives a null pointer exception..i dont know why?

Do i have to initialise it first if yes how

plese help