Hi - has anyone ever been able to access an ActionGroup on a parent page from a child popup window that is in a LightBox?
I basically created a confirmation popup window for my simulation, and I have a bunch of reset commands in an action group, but I just cannot seem to find the right code to make it work.
I've already tried:
getDisplayDocument().runGroup_og4095();
window
.
opener
.runGroup_og4095();
EDIT:
I really wish I could delete a post. I am a fool and asked about this same thing last year.... *face palm* For those who are looking for the discussion, check it out
here
.