positioning a webdialog

In the Eddie’s Electronics example app, the about box pops up in the middle of the screen. All of my webdialogs slide down from the top of the screen, and I’d much rather have them pop up in the middle. I have spent some time trying to figure out how the example program places the about dialog where it does, but I can’t find any setting or routine that does it. I’ve tried setting a top and left in the Open and Shown events, but that seems to have no impact. I know it must be something simple, but I am at a loss.

I believe you are talking about the Type property of the WebDialog. That example uses a Type of Modal.

I think you’re right. It was confusing because the type of the super and the type of the instance can be set differently, which I think was throwing me off. Thanks.