Remote ExecuteRemote

Hi Clifton,
I am getting slowly nearer to completing my project but things are getting complicated. My program now starts in a main window which fills the browser. Using pgGotoURL I reveal other parts of the program. Each one is an exported tbk. They are shown in two different fields. I use fadeObject to transition from one field to the other when necessary. The part being loaded calls a function in the main window when it has finished loading. This all works as planned. The problem is that the parts being loaded also use pgGotoURL to load other parts (HTML files Toolbook or non-Toolbook). These were used via pgExecuteRemote. The best solution is no doubt to put as many as possible into the main window but it will take some time to alter everything. Is there any way that some of them could be accessed in their current state? For example the video 'module' loads another exported tbk called "details". When the video module was in the main window the two parts communicated easily via pgExecuteRemote. Now that the video module is not in the main window that is no longer possible. How could I call functions in the sub-sub-Windows? If it's not possible I'll just have to rebuild everything.
John
I am getting slowly nearer to completing my project but things are getting complicated. My program now starts in a main window which fills the browser. Using pgGotoURL I reveal other parts of the program. Each one is an exported tbk. They are shown in two different fields. I use fadeObject to transition from one field to the other when necessary. The part being loaded calls a function in the main window when it has finished loading. This all works as planned. The problem is that the parts being loaded also use pgGotoURL to load other parts (HTML files Toolbook or non-Toolbook). These were used via pgExecuteRemote. The best solution is no doubt to put as many as possible into the main window but it will take some time to alter everything. Is there any way that some of them could be accessed in their current state? For example the video 'module' loads another exported tbk called "details". When the video module was in the main window the two parts communicated easily via pgExecuteRemote. Now that the video module is not in the main window that is no longer possible. How could I call functions in the sub-sub-Windows? If it's not possible I'll just have to rebuild everything.
John