Reply to thread

I have never done a process plug-in so take this with a grain of salt, but I think you can't override OnPageLoad because a process plug-in is not a "page" or "window". i am not sure what class is your base class for a process plug-in but I can almost guarantee you it just doesn't include OnPageLoad(). If you want to know when a new window or page or whatever the terminology is is loaded, maybe take a peek at the OnMessage or OnAction methods. I am speculating but I would imagine there is some event in there for when a new window is opened. Hope that helps...


Top Bottom