hi,

i create a popup like this from file A:

textPopUp =
                MiniTextEditor(
                    PopUpManager.createPopUp(this, MiniTextEditor));

in this case 'this' is file B:

from my popup I am trying to call a function in file A, and since the parent
i pass to the popup is not actually the 'parent' - i can't figure out how to
reference a function in the actual parent.  any ideas?

d.

Reply via email to