When TouchScreen Mode is ON, several of the Appearance Font & Element Size Parameters that determine the size of elements on the screen are changed to make items easier to select with a finger (in most cases things will be larger). The parameters that are changed are:
Font size is slightly reduced to make room for the larger items (FontScale is reduced by .05 (e.g. from .85 to .80)).
Record List Boxes:
- The Scroll Bar Width is doubled (e.g. RlbSbWidth=2 instead of 1).
- The Row Height is doubled (e.g. RlbRhFactor=2 instead of 1).
- The result is fewer rows are displayed in the List Box.
Transaction Screens:
- The Scroll Bar Width is doubled: LineItemsSbWidth=2 (instead of 1).
- The Detail Box is scaled down: DtlBoxCellWidth=0.96 instead of 1.
Sales Manager Line Items:
- The width of the 2nd column is reduced by 1 cell: SmCol2Width=29 (instead of 30)
Has the same effect as the TouchScreenMode INI File Setting.
Usage:
TouchScreenMode= On or OFF
Example: TouchScreenMode=ON
Default:
OFF
See:
MenuFontAutoSize