Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3637

How to call WebPage method from an embedded container

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 3637

Trending Articles