The issue I'm running into is that the OnNotify of the popup_editor does not seem to be firing when I close the popup with this implementation. I would like to refresh some data when the popup closes. What would I need to do to capture that event?
Actually, I figured it out I just needed to add the popup notify and popup close widgets to the end of my screen actions when user clicks any of the links in the popup and that automatically ran the OnNotify in the parent screen which has the grid refresh...which is what I was aiming for.
Lennie
Plz share your sample oml? That will help to solve issues quickly.