Seeing through Client windows

From m204wiki
Revision as of 23:22, 22 May 2023 by Ekern (talk | contribs) (Created page with "The degree of transparency of client display windows is user settable. You can adjust the transparency/opacity of the <var>Preferences</var> and external button windows to all...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The degree of transparency of client display windows is user settable. You can adjust the transparency/opacity of the Preferences and external button windows to allow the application windows underneath to be visible.

The opacity element in the Client configuration file (debuggerConfig.xml) controls this transparency, as described in the guidelines for setting up that file.

The default opacity setting (.9) is shown below for an external button bar:

opacity.9a

And here is a setting of .5:

opacity.5a

The valid setting values range from .01 (least opaque) to 1 (fully opaque). Invalid values are ignored. To turn off all transparency, specify:

<opacity>1</opacity>