I have a bunch of WebContainers, embedded within WebContainers on a page. I want them to be able to call a Method on the current WebPage where they live.
What is the best way to navigate to page methods/variables from embedded controls?
Here’s some terrible example of some code that doesn’t work for me…
Var my_page As WebPage(main_page)
There is a Boolean on the page that I want to toggle from a method (timer.action) that lives autonomously in the embedded container controls. TIA for your assistance.
6 posts - 3 participants