Requirement

Previous chapterNext chapter Show allShow all    Hide allHide all

In the zenOn6.ini the real monitor resolution has to be enteres, so that the monitor administration works correctly in a multi-monitor system. The only exception is the WEB client. There these settings are not necessary.

 

The following ini entries are necessary here:

[DEFAULT]

RT_CXMAINFRAME=2559 Width of the main window in pixels

RT_CYMAINFRAME=1023 Height of the main window in pixels

 

Please be aware, that the entries have to be one pixel less than the real monitor size, as counting here starts with 0. The numbers of the example above are the settings of a double-monitor system, where both monitors have a resolution of 1280x1024 pixels (width 2x1280-1=2559, height 1024-1=1023).

 

info Info

If the values are higher than the really available area, it can happen, that nothing is displayed!

 

attention Attention

If the Windows taskbar is fixed, nothing is displayed on the second monitor. This problem can be solved by automatically hiding the Windows taskbar or setting RT_CYMAINFRAME to values, that the taskbar is excluded, e.g. RT_CYMAINFRAME=1023.