Next Topic

Previous Topic

Home

Book Contents

Book Index

[FormSize]

The [FormSize] section stores information about the current position and size of selected forms or windows in the MonTel Client. This section will be overridden by Defaults.INI if AlwaysUseDefaults=1 in the PABX.INI file. If AlwaysUseDefaults=0 the default values will be generated from Defaults.INI. If there is no Defaults.INI then the system defaults will be used. Some security settings may override values found here for the InfoBox.

The Various windows (called forms) position and size are saved when you exit a specific MonTel application. Left, Top, Height and Width are saved with the name of the form expressed in twips. Twips are defined as 1/20 of an inch. Typically the screen is formatted at 96dpi on higher resolution monitors at 120 dpi, there will be about 1000 twips per inch on the screen.

The position of a form can be changed by a user moving it or selected from the menu in the case of the toolbar.

The MonTel toolbar is called frmPabxuser, and so might be saved like so:

frmPabxusrLeft=0
frmPabxusrTop=0
frmPabxusrHeight=1095
frmPabxusrWidth=9599

Most forms are not saved, the other forms that may be included are:

frmMailAndCourier

frmCallDisplay

frmInfoBox

frmReportByException

frmReport

frmClient

frmContact

frmImportDB

The InfoBox can be prevented from moving by setting DontAllowUserToExitPopupThreshold = 0.01 or greater in the [Security] section of the PABX.INI file.

The default positions for all forms should fall inside the display of a standard VGA resolution screen or 640 x 480 pixels.

------------------------------