Web dialog not displaying

Hi All,

I am missing something, but I have no idea what.
When I run one of the example projects that has a WebDialogue it works fine.
But when I try to do one in a new project (2019.1) it doesn’t work.
My process is:

  1. Create the WebDialogue and put a couple simple controls on it
  2. Drag it onto the WebPage
  3. Add an open event to the WebPage
  4. Set the WebDialogue to Show when the page opens
  5. Run the project.
    The page shows in my browser, but no dialogue.

Can anyone point out the obvious mistake I am making since I have been beating my head against the wall for a couple hours?

Sincerely,
“Missing my friends at XDC”

Step 4 is the problem.
I am putting it in the open event instead of the Shown event…

Sorry for the noise…