Страница 1 из 1

Разрешение экрана.

СообщениеДобавлено: Ср сен 19, 2012 11:44 am
MaxXx
Имеется проект на InTouch 10.0 с разрешением экрана 3360*1050. (расширенный рабочий стол на два монитора каждый по 1680*1050)
Окна в проекте имеют ширину в 1680 точек.
При открытии этого проекта на экране 1680*1050 проект конвертируется и все окна "сужаются" до 840 точек.

Вопрос: Как сконвертировать проект без конвертации окон?.

Re: Разрешение экрана.

СообщениеДобавлено: Ср сен 19, 2012 12:08 pm
Генератор зла
Configuring Screen Resolution Conversion

You can specify a parameter value to maintain the current resolution of InTouch application windows when migrating between nodes running different screen resolutions.

The ScaleForResolution parameter value determines whether application windows (*.win) are automatically scaled by WindowMaker after the display resolution changes on the computer running WindowViewer. The ScaleForResolution parameter does not affect the resolution of WindowViewer dialog boxes.

To configure screen resolution conversion on a node

Edit the InTouch.ini file of the computer running InTouch.
Add the ScaleForResolution parameter to the file.
ScaleForResolution=1

When set to 0, resolution conversion is disabled.

When set to 1, resolution conversion is enabled.

Note If the ScaleForResolution parameter is not added to the InTouch.ini file, the default value is enabled (ScaleForResolution=1). When you disable the parameter (ScaleForResolution=0), you are still prompted to convert the resolution. But, the resolution conversion does not occur.

Re: Разрешение экрана.

СообщениеДобавлено: Ср сен 19, 2012 12:35 pm
MaxXx
Thank you very much!!!