Page 1 of 1

Policy Dialog Window

Posted: Wed May 04, 2016 8:58 am
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

Re: Policy Dialog Window

Posted: Wed May 04, 2016 1:26 pm
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