Policy Dialog Window

Questions and comments about currently under development PWB v3

Moderators: Tyler, Scott

Post Reply
Thomas
Contributor
Contributor
Posts: 22
Joined: Tue Feb 24, 2009 8:53 pm

Policy Dialog Window

Post by Thomas »

Hello-
I am having a problem with the policy dialog window not opening to the specified size on some computers. The user needs to close the dialog and have it reopen for it to size correctly. After doing this, the dialog will be correctly sized on all future occurrences, until the computer is restarted. Then the same issue happens.

Do you have any thoughts on why this may be happening, or suggestions for fixing?

I am assuming it is a Window's thing, but wanted to see if anyone else encountered this before.
Thanks-
Tom

Scott
Site Admin
Site Admin
Posts: 2527
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Re: Policy Dialog Window

Post by Scott »

See the "policy.html" or "sample.html" files included with PWB v3.

In the files there is an example of setting the size of the dialog.

Code: Select all

<!-- uncomment to set height, width, left, and top values for dialog

<input type="hidden" id="DialogHeight" value="480" />
<input type="hidden" id="DialogWidth" value="640" />

<input type="hidden" id="DialogLeft" value="100" />
<input type="hidden" id="DialogTop" value="100" />

-->
--Scott

Post Reply